llvm-6502/lib
2010-02-02 21:29:10 +00:00
..
Analysis Various code simplifications. 2010-02-02 01:38:49 +00:00
Archive
AsmParser
Bitcode
CodeGen Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall eligibility. 2010-02-02 21:29:10 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Add a new top-level MachO.h file for manifest constants, fixing 2010-02-02 19:38:14 +00:00
Support
System
Target Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall eligibility. 2010-02-02 21:29:10 +00:00
Transforms don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B 2010-02-02 02:43:51 +00:00
VMCore Adding missing methods for creating Add, Mul, Neg and Sub with NUW. 2010-02-02 12:53:04 +00:00
Makefile