llvm-6502/lib
Chris Lattner 97388469b1 implement some fixme's by making "autorenaming" in the value symbol table not
thrash the heap with string stuff (e.g. utostr).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52838 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-27 21:26:26 +00:00
..
Analysis fix the regressions from Eric's patch by making GetConstantStringInfo 2008-06-27 03:36:51 +00:00
Archive
AsmParser
Bitcode
CodeGen Reduce number of times .size() is called on a vector. Rename some variables to 2008-06-27 07:13:44 +00:00
Debugger Move GetConstantStringInfo to lib/Analysis. Remove 2008-06-26 00:31:12 +00:00
ExecutionEngine
Linker when linking globals, make sure to preserve the address space of the global. 2008-06-27 03:10:24 +00:00
Support
System Make LLVM compile on DragonFly BSD (PR2499). 2008-06-26 10:36:58 +00:00
Target Use StringSet instead of std::set<std::string> 2008-06-27 21:22:49 +00:00
Transforms Remove unused function. 2008-06-26 01:19:35 +00:00
VMCore implement some fixme's by making "autorenaming" in the value symbol table not 2008-06-27 21:26:26 +00:00
Makefile