llvm-6502/lib/Transforms
2013-08-02 18:40:24 +00:00
..
Hello
InstCombine Preserve fast-math flags when folding (fsub x, (fneg y)) to (fadd x, y). 2013-07-30 23:53:17 +00:00
Instrumentation [PowerPC] Support powerpc64le as a syntax-checking target. 2013-07-26 01:35:43 +00:00
IPO Move the optlevel check to the frontend. 2013-08-01 22:41:58 +00:00
ObjCARC Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
Scalar Teach the AllocaPromoter which is wrapped around the SSAUpdater 2013-07-29 09:06:53 +00:00
Utils Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei. 2013-08-02 08:06:43 +00:00
Vectorize SLPVectorizer: Fix PR16777. PHInodes may use multiple extracted values that come from different blocks. 2013-08-02 18:40:24 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile