llvm-6502/lib
Chris Lattner b4fc419d83 this is (unfortunately) several changes mixed together:
1. Spell SectionFlags::Writeable as "Writable".
2. Add predicates for deriving SectionFlags from SectionKinds.
3. Sink ELF-specific getSectionPrefixForUniqueGlobal impl into
   ELFTargetAsmInfo.
4. Fix SectionFlagsForGlobal to know that BSS/ThreadBSS has the
   BSS bit set (the real fix for PR4619).
5. Fix isSuitableForBSS to not put globals with explicit sections
   set in BSS (which was the reason #4 wasn't fixed earlier).
6. Remove my previous hack for PR4619.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77085 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-25 18:57:34 +00:00
..
Analysis SCEV objects are no longer reference-counted. 2009-07-25 16:18:07 +00:00
Archive Fix some non-sensical code. 2009-07-13 05:29:34 +00:00
AsmParser Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
Bitcode Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
CodeGen this is (unfortunately) several changes mixed together: 2009-07-25 18:57:34 +00:00
CompilerDriver Delete the temp dir even when '--temp-dir' is specified. 2009-07-11 19:27:07 +00:00
Debugger Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
ExecutionEngine Simplify JIT target selection. 2009-07-25 10:09:50 +00:00
Linker Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Simplify JIT target selection. 2009-07-25 10:09:50 +00:00
System Re-committing r76828 with the JIT memory manager changes now that the build 2009-07-23 21:46:56 +00:00
Target this is (unfortunately) several changes mixed together: 2009-07-25 18:57:34 +00:00
Transforms Initial update to VMCore to use Twines for string arguments. 2009-07-25 04:41:11 +00:00
VMCore Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00