Go to file
Shankar Easwaran 89488966bd [TargetInfo] Undefined symbols move from ELFTargetInfo to TargetInfo
This change moves the functionality of undefinedSymbols that were created in
ELFTargetInfo into TargetInfo. Looks like MachO/Windows use similiar options
like in ELF for creating undefined symbols when the linker is invoked.

Address comment from Ruiu.

(No change in functionality, except moving the functionality from ELF to
TargetInfo, so that multiple architectures can use the same)

llvm-svn: 184398
2013-06-20 04:27:21 +00:00
clang Fix one place I missed that was memcpy'ing TypeLocs in a way that messes 2013-06-20 04:11:21 +00:00
clang-tools-extra Fixed typo. 2013-06-19 20:35:50 +00:00
compiler-rt [lsan] Prevent inlining of WipeStack(). 2013-06-19 15:39:13 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Implement full support for non-pointer types in custom allocators. This is for the associative containers only. This work still needs to be done on the unordered and sequence containers. Fixes http://llvm.org/bugs/show_bug.cgi?id=15978 2013-06-19 21:29:40 +00:00
libcxxabi Protect against invalid mangled names. Add test suite for invalid mangled names. 2013-06-20 01:55:07 +00:00
lld [TargetInfo] Undefined symbols move from ELFTargetInfo to TargetInfo 2013-06-20 04:27:21 +00:00
lldb Fixed a crasher that I encountered when looking up a virtual base class offset. 2013-06-20 01:24:52 +00:00
llvm DebugInfo: don't use location lists when the location covers the whole function anyway 2013-06-20 00:25:24 +00:00
polly revert r183799: scop detection: remove an iteration over all uses 2013-06-17 21:43:10 +00:00