1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib
Bruno Cardoso Lopes a7fc820079 Remove hack used to strip unwanted chars from section name
Use MCSectionELF methods as much as possible, removing some
ELFWriter methods which are now unused

llvm-svn: 78940
2009-08-13 21:25:27 +00:00
..
Analysis Fix a missing newline (now that Value*'s operator<< doesn't append one). 2009-08-12 16:48:27 +00:00
Archive Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
AsmParser Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. 2009-08-13 02:33:34 +00:00
Bitcode Make LLVMContext and LLVMContextImpl classes instead of structs. 2009-08-11 17:45:13 +00:00
CodeGen Remove hack used to strip unwanted chars from section name 2009-08-13 21:25:27 +00:00
CompilerDriver Delete the temp dir even when '--temp-dir' is specified. 2009-07-11 19:27:07 +00:00
Debugger Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. 2009-08-05 23:16:16 +00:00
ExecutionEngine This void is implicit in C++. 2009-08-12 22:10:57 +00:00
Linker Link NamedMDNodes. 2009-08-11 18:01:24 +00:00
MC Add a method to return if the ELF section contains only common symbols! 2009-08-13 21:08:56 +00:00
Support Fix a compiler warning about comparing signed with unsigned. 2009-08-13 20:32:03 +00:00
System This void is implicit in C++. 2009-08-12 22:10:57 +00:00
Target TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the 2009-08-13 19:38:51 +00:00
Transforms When InstCombine simplifies a load -> extract element to gep -> load, place 2009-08-13 05:12:13 +00:00
VMCore Fix a 4x slowdown in llc -asm-verbose caused by the use of 2009-08-13 15:27:57 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00