1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Daniel Dunbar 251177c96e Initial update to VMCore to use Twines for string arguments.
- The only meat here is in Value.{h,cpp} the rest is essential 'const
   std::string &' -> 'const Twine &'.

llvm-svn: 77048
2009-07-25 04:41:11 +00:00
..
Analysis Teach ScalarEvolution to make use of no-overflow flags when 2009-07-25 01:22:26 +00:00
Archive
AsmParser Move ExtractElementInst to ::Create instead of new. Update all uses. 2009-07-25 02:28:41 +00:00
Bitcode Move ExtractElementInst to ::Create instead of new. Update all uses. 2009-07-25 02:28:41 +00:00
CodeGen Convert a few more things to use raw_ostream. 2009-07-25 01:43:01 +00:00
CompilerDriver
Debugger
ExecutionEngine More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
Linker Initial update to VMCore to use Twines for string arguments. 2009-07-25 04:41:11 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Allow llvm_report_error to accept a Twine. 2009-07-24 07:58:10 +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 80 col violation. 2009-07-25 01:55:25 +00:00
Transforms Initial update to VMCore to use Twines for string arguments. 2009-07-25 04:41:11 +00:00
VMCore Initial update to VMCore to use Twines for string arguments. 2009-07-25 04:41:11 +00:00
Makefile