llvm-6502/lib
Chris Lattner 33b1758e16 simplify code a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94281 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-23 04:42:42 +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 simplify code a bit. 2010-01-23 04:42:42 +00:00
Makefile