Alexey Samsonov
011ffb47cf
Delete unused ObjectFile::{begin,end}_symbols()
...
llvm-svn: 203928
2014-03-14 14:52:03 +00:00
Alexey Samsonov
aa4d29571c
[C++11] Introduce SectionRef::relocations() to use range-based loops
...
Reviewers: rafael
Reviewed By: rafael
CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D3077
llvm-svn: 203927
2014-03-14 14:22:49 +00:00
Patrik Hagglund
6862794206
Separate out MVT in a separate header file: MachineValueType.h
...
The idea behind this split of ValueTypes.h, is to make it easier to
ensure that stuff after type legalization only use MVT (rather than
EVT), by watching include dependencies.
Reviewed By: Tim Northover
llvm-svn: 203926
2014-03-14 13:41:09 +00:00
Tobias Grosser
8111a0ae7d
autoconf: Fix module loading in tests
...
llvm-svn: 203925
2014-03-14 13:27:26 +00:00
Aaron Ballman
865fbcdd8d
[C++11] Replacing ObjCCategoryDecl iterators ivar_begin() and ivar_end() with iterator_range ivars(). Updating all of the usages of the iterators with range-based for loops.
...
llvm-svn: 203924
2014-03-14 13:13:27 +00:00
Aaron Ballman
a73c85738c
[C++11] Replacing ObjCCategoryDecl iterators protocol_loc_begin() and protocol_loc_end() with iterator_range protocol_locs(). Updating all of the usages of the iterators with range-based for loops.
...
llvm-svn: 203923
2014-03-14 13:03:32 +00:00
Aaron Ballman
19a417699f
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_end() with iterator_range protocols(). Updating all of the usages of the iterators with range-based for loops.
...
llvm-svn: 203922
2014-03-14 12:55:57 +00:00
Ulrich Weigand
f445399870
[ppc64] Avoid copy relocs in named rodata sections
...
Commit r181723 introduced code to avoid placing initialized variables
needing relocations into the .rodata section, which avoid copy relocs
that do not work as expected on ppc64 function references.
The same treatment is also needed for *named* .rodata.XXX sections.
This patch changes PPC64LinuxTargetObjectFile::SelectSectionForGlobal
to modify "Kind" *before* calling the default SelectSectionForGlobal
routine, instead of first calling the default routine and then just
checking for the (main) .rodata section afterwards.
llvm-svn: 203921
2014-03-14 12:45:22 +00:00
NAKAMURA Takumi
3554912129
clang/test/CodeGen/aarch64-varargs.c: Suppress this for -Asserts, for now.
...
llvm-svn: 203920
2014-03-14 12:42:41 +00:00
Aaron Ballman
a964ec1f14
[C++11] Replacing ObjCProtocolDecl iterators protocol_loc_begin() and protocol_loc_end() with iterator_range protocol_locs(). Updating all of the usages of the iterators with range-based for loops.
...
llvm-svn: 203919
2014-03-14 12:38:50 +00:00
Christian Pirker
a74c7914ad
AArch64_be specific clang target settings
...
llvm-svn: 203918
2014-03-14 12:15:45 +00:00
Christian Pirker
f5164229f3
AArch64_be varargs processing for ARM ABI
...
llvm-svn: 203917
2014-03-14 11:51:06 +00:00
Alexander Potapenko
b76ea32834
[ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274
...
by ignoring globals from __TEXT,__cstring,cstring_literals during instrumenation.
Add a regression test.
llvm-svn: 203916
2014-03-14 10:41:49 +00:00
Alexey Samsonov
4d97203add
Use ctor instead of initializer list to appease Windows buildbots
...
llvm-svn: 203915
2014-03-14 10:37:36 +00:00
Alexey Samsonov
3e13ef5296
Use temporary instead of a local variable here
...
llvm-svn: 203914
2014-03-14 10:20:10 +00:00
Alexander Potapenko
9c97e0de24
[ASan] Remove the unneeded ASAN_RUNTIME_LDFLAGS.
...
llvm-svn: 203913
2014-03-14 10:16:59 +00:00
Benjamin Kramer
ca5ebafc9d
Remove unused typedef as pointed out by a GCC warning.
...
Yay for auto.
llvm-svn: 203912
2014-03-14 10:15:44 +00:00
Alexey Samsonov
7a3d806c31
[CMake] Add trailing newline to test source file to make sure -Wnewline-eof doesn't fire
...
llvm-svn: 203911
2014-03-14 09:22:29 +00:00
Kostya Serebryany
8ecd7a2171
[sanitizer] fully implement racy fast path in bitset-based deadlock detector
...
llvm-svn: 203910
2014-03-14 09:22:01 +00:00
Oliver Stannard
f010b9850c
Generalise assembly tests to not rely on anonymous symbol names
...
llvm-svn: 203909
2014-03-14 09:10:26 +00:00
Evgeniy Stepanov
49e2625144
AddressSanitizer instrumentation for MOV and MOVAPS.
...
This is an initial version of *Sanitizer instrumentation of assembly code.
Patch by Yuri Gorshenin.
llvm-svn: 203908
2014-03-14 08:58:04 +00:00
Stepan Dyatkovskiy
a53cf970a1
MergeFunctions, cmpType: fixed variable names from XXTy1 and XXTy2 to XXTyL and XXTyR.
...
llvm-svn: 203907
2014-03-14 08:48:52 +00:00
Bill Wendling
81eeb82a56
Use the correct symbol for a left bracket.
...
PR19089
llvm-svn: 203906
2014-03-14 08:39:06 +00:00
Stepan Dyatkovskiy
90c4436962
MergeFunctions, cmpType: Fixed comments wrapping.
...
llvm-svn: 203905
2014-03-14 08:17:19 +00:00
Kostya Serebryany
61a0f1c564
[sanitizer] partially implement racy fast path in bitset-based deadlock detector
...
llvm-svn: 203904
2014-03-14 08:06:15 +00:00
Rui Ueyama
39aa6af23f
Remove redundant "virtual" keyword.
...
llvm-svn: 203903
2014-03-14 07:10:43 +00:00
Kostya Serebryany
c067864b6f
[sanitizer] in bitset-based deadlock detector collect edge's stack trace when an edge is added to the graph (in following CLs these stack traces will be added to the report)
...
llvm-svn: 203902
2014-03-14 07:09:01 +00:00
Rui Ueyama
74af50134b
[PECOFF] Handle large objects having more than 32768 sections.
...
The COFF spec says that the SectionNumber field in the symbol table is 16 bit
signed type, but MSVC treats the field as if it is unsigned.
llvm-svn: 203901
2014-03-14 07:04:01 +00:00
Simon Atanasyan
048baca082
[yaml2obj][ELF] Use range-based for loops.
...
llvm-svn: 203900
2014-03-14 06:53:30 +00:00
Simon Atanasyan
4d70d2a54a
[yaml2obj][ELF] Refer to a section in the error message by its name not
...
index.
llvm-svn: 203899
2014-03-14 06:53:25 +00:00
Simon Atanasyan
64dadc8981
[yaml2obj][ELF] Remove unused ELFState class field.
...
llvm-svn: 203898
2014-03-14 06:53:21 +00:00
Simon Atanasyan
a3130a4bad
[yaml2obj][ELF] Assign name (.shstrtab) to the section holds sections names.
...
llvm-svn: 203897
2014-03-14 06:53:16 +00:00
Simon Atanasyan
23ace1f0a1
[Mips] Add one more MIPS relocation type constant.
...
llvm-svn: 203896
2014-03-14 06:53:10 +00:00
Craig Topper
f85c6ce867
De-virtualize a method that doesn't override anything and has no overrides itself.
...
llvm-svn: 203895
2014-03-14 06:06:19 +00:00
Craig Topper
21beb40da5
Remove seemingly dead method. It was marked virtual but doesn't override anything and there don't seem to be any in tree callers.
...
llvm-svn: 203894
2014-03-14 06:04:02 +00:00
Craig Topper
b45acb8a16
[C++11] Add 'override' keyword to virtual methods that override their base class.
...
llvm-svn: 203893
2014-03-14 06:02:07 +00:00
Rui Ueyama
aca3c7c6f4
[PECOFF] Fix link order.
...
LLD fails to link symbol "_main" if the symbol is in a library file and
the library file is given as a bare argument (i.e. not with /defaultlib
option). It's because library files given as bare arguments are processed
before other libraries given with /defaultlib, so when Linker finds msvcrtd
needs a definition for "_main", the file providing the main function has
already been processed and skipped. Linker don't revisit libraries if it's
not given with /defaultlib.
To fix it this patch change the way of command line handling; files end with
".lib" are treated as if they are given with /defaultlib. I don't believe
it's 100% correct behavior but it's better than before.
llvm-svn: 203892
2014-03-14 05:59:16 +00:00
Rui Ueyama
ebffa9b4be
[PECOFF] Fix arguments passed to lib.exe.
...
llvm-svn: 203891
2014-03-14 05:04:08 +00:00
Owen Anderson
ec5d480329
Revert r203883 (which was more of a bandaid) and fix the real underlying
...
issue in that the new MachineRegisterInfo bundle iterators didn't
dereference to the START of the bundle, while the old skipBundle()
method did.
llvm-svn: 203890
2014-03-14 05:02:18 +00:00
Rui Ueyama
516273ba99
[PECOFF] Make WinLinkDriver::parse() and allocate*() functions thread-safe.
...
Looks like a major cause of instability on Windows is this thread-safety bug.
llvm-svn: 203889
2014-03-14 04:28:38 +00:00
Sebastian Pop
7537be92f4
add -load polly.so only when not LINK_POLLY_INTO_TOOLS
...
llvm-svn: 203888
2014-03-14 04:04:36 +00:00
Sebastian Pop
17fac04433
static link polly
...
llvm-svn: 203887
2014-03-14 04:04:27 +00:00
Sebastian Pop
a59005be81
static link polly into tools
...
llvm-svn: 203886
2014-03-14 04:04:14 +00:00
Argyrios Kyrtzidis
6d0753d42a
[Modules] Emit the module file paths as dependencies of the PCH when we are building one.
...
This is because the PCH is tied to the module files, if one of the module files changes or gets removed
the build system should re-build the PCH file.
rdar://16321245
llvm-svn: 203885
2014-03-14 03:07:38 +00:00
Rui Ueyama
f88731f293
[PECOFF] Implement /lib option.
...
This option is not documented and seems weird, but yeah we need it anyway.
llvm-svn: 203884
2014-03-14 03:06:55 +00:00
Pete Cooper
7360280e5c
Fix issue with r203865. The old behaviour would get a MachineOperand then find the MI for the bundle the MI was in. The new behaviour was failing to get the parent bundle and instead just used the MI from the MachineOperand
...
llvm-svn: 203883
2014-03-14 02:28:05 +00:00
Argyrios Kyrtzidis
68ccbe01b0
[Modules] Make sure that the synthesized file "__inferred_module.map" doesn't show up as dependency of a module file.
...
Follow-up for rdar://15459210
llvm-svn: 203882
2014-03-14 02:26:31 +00:00
Argyrios Kyrtzidis
ce9b49e5ec
Refactor ASTReader::readInputFileInfo to return a struct containing the related information.
...
No functionality change.
llvm-svn: 203881
2014-03-14 02:26:27 +00:00
Galina Kistanova
1b6a6f16fa
Reverted r203879.
...
llvm-svn: 203880
2014-03-14 01:56:55 +00:00
Galina Kistanova
a7419355f7
Fixed misuse of isascii. Also fixes mingw32 build, see http://msdn.microsoft.com/en-us/library/ms235417.aspx
...
llvm-svn: 203879
2014-03-14 01:43:46 +00:00