llvm-6502/lib
Duncan Sands daf2212e83 Revert r75581: it causes massive breakage in the Ada
testsuite, due to exception handling not working
correctly.  Maybe because the libgcc unwinder is
miscompiled - not sure, and I won't have time to
look into it before leaving on holiday.  Note that
miscompilations of libgcc are not picked up by the
nightly testers, because they dynamically link with
libgcc, so pick up the system version rather than
the version built as part of llvm-gcc.  This is a
nasty flaw in the nightly testers.  (On the other
hand the Ada testsuite links with the just built
libgcc).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76895 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-23 19:00:02 +00:00
..
Analysis Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
Archive Fix some non-sensical code. 2009-07-13 05:29:34 +00:00
AsmParser MDString 2009-07-23 02:00:51 +00:00
Bitcode MDString 2009-07-23 02:00:51 +00:00
CodeGen Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
CompilerDriver Delete the temp dir even when '--temp-dir' is specified. 2009-07-11 19:27:07 +00:00
Debugger
ExecutionEngine Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
Linker Switch ValueSymbolTable to StringRef based API. 2009-07-23 18:52:12 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for 2009-07-23 18:34:13 +00:00
System Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
Target Revert r75581: it causes massive breakage in the Ada 2009-07-23 19:00:02 +00:00
Transforms Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
VMCore Switch ValueSymbolTable to StringRef based API. 2009-07-23 18:52:12 +00:00
Makefile