1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Chris Lattner 7d304b8e4e There is no need to pass the name into lib/Target/TargetAsmInfo.cpp
when we have a global with no section explicitly specified.

llvm-svn: 76971
2009-07-24 16:40:45 +00:00
..
Analysis Move to raw_ostream. 2009-07-24 09:53:24 +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 remove a use of SectionFlagsForGlobal. 2009-07-24 16:40:09 +00:00
CompilerDriver Delete the temp dir even when '--temp-dir' is specified. 2009-07-11 19:27:07 +00:00
Debugger
ExecutionEngine Switch to getNameStr(). 2009-07-24 08:24:36 +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 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 There is no need to pass the name into lib/Target/TargetAsmInfo.cpp 2009-07-24 16:40:45 +00:00
Transforms Move more to raw_ostream, provide support for writing MachineBasicBlock, 2009-07-24 10:36:58 +00:00
VMCore Move more to raw_ostream. 2009-07-24 10:05:20 +00:00
Makefile