llvm-6502/lib
2010-01-23 04:35:57 +00:00
..
Analysis Avoid using "Type" as the variable name. 2010-01-23 00:26:28 +00:00
Archive
AsmParser Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
Bitcode Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
CodeGen remove one form of EmitString, just use EmitBytes instead. We must 2010-01-23 03:11:46 +00:00
CompilerDriver
ExecutionEngine Make OProfile support compile again after r93630 removed 2010-01-22 23:04:39 +00:00
Linker Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00
MC teach MCAsmStreamer::EmitBytes to use .ascii and .asciz 2010-01-23 00:15:00 +00:00
Support
System
Target Update CMake build. 2010-01-23 04:01:37 +00:00
Transforms In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store 2010-01-23 00:17:34 +00:00
VMCore InstCombine should not fold sext/zext of a vector and a bitcast to a scalar to a sext/zext 2010-01-23 04:35:57 +00:00
Makefile