llvm-6502/lib
Chris Lattner 55acc6807f Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal.
The later doesn't depend on any crazy LLVM IR stuff, and this
pulls the concatenation of prefix with GV name (the root problem behind
PR4584) out one level.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76948 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-24 04:49:34 +00:00
..
Analysis Fix whitespace. 2009-07-24 01:03:59 +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 document SectionFlags::Named better and make it more easily greppable by 2009-07-24 04:26:19 +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 Re-committing r76828 with the JIT memory manager changes now that the build 2009-07-23 21:46:56 +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 Switch to raw_ostream. 2009-07-24 04:01:01 +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 Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. 2009-07-24 04:49:34 +00:00
Transforms Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
VMCore make Constant::getRelocationInfo return an enum, as suggested by Duncan. 2009-07-24 03:27:21 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00