hanchenye-llvm-project/llvm/lib/Transforms
Nadav Rotem 40e45eeae2 Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 and i16).
llvm-svn: 172348
2013-01-13 07:56:29 +00:00
..
Hello Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
IPO GlobalOpt: Avoid jump on uninitialized value. 2013-01-12 15:34:31 +00:00
InstCombine Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The application of these operations commutes with the truncation, so we should prefer to do them in the smallest size we can, to save register space, use smaller constant pool entries, etc. 2013-01-10 22:06:52 +00:00
Instrumentation [msan] Change va_start/va_copy shadow memset alignment to 8. 2013-01-10 22:36:33 +00:00
Scalar [ObjCARC] Even more debug messages! 2013-01-13 07:47:32 +00:00
Utils Make sure we don't emit instructions before a landingpad instruction. 2013-01-08 10:51:32 +00:00
Vectorize Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 and i16). 2013-01-13 07:56:29 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile