llvm-6502/lib/Transforms
2013-07-06 15:10:13 +00:00
..
Hello
InstCombine InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1) 2013-07-05 00:31:17 +00:00
Instrumentation Use sys::fs::createTemporaryFile. 2013-07-05 20:14:52 +00:00
IPO Fix annotation of unlink. Should fix builder. 2013-07-06 00:59:28 +00:00
ObjCARC [objc-arc] Performed some small cleanups in ARCRuntimeEntryPoints and added an llvm_unreachable after the switch to quiet -Wreturn_type errors. 2013-07-06 02:18:56 +00:00
Scalar Reassociate: Remove unnecessary default operator=. 2013-07-06 15:10:13 +00:00
Utils SimplifyCFG: Teach switch generation some patterns that instcombine forms. 2013-07-04 14:22:02 +00:00
Vectorize Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size. 2013-07-04 01:31:24 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile