.. |
CMakeLists.txt
|
|
|
InstCombine.h
|
Fix PR6503. This turned into a much more interesting and nasty bug. Various
|
2010-03-05 08:46:26 +00:00 |
InstCombineAddSub.cpp
|
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
|
2010-03-02 01:11:08 +00:00 |
InstCombineAndOrXor.cpp
|
Fix PR6503. This turned into a much more interesting and nasty bug. Various
|
2010-03-05 08:46:26 +00:00 |
InstCombineCalls.cpp
|
Transform @llvm.objectsize to integer if the argument is a result of malloc of known size.
|
2010-03-06 01:01:42 +00:00 |
InstCombineCasts.cpp
|
There are two ways of checking for a given type, for example isa<PointerType>(T)
|
2010-02-16 11:11:14 +00:00 |
InstCombineCompares.cpp
|
Fix PR6503. This turned into a much more interesting and nasty bug. Various
|
2010-03-05 08:46:26 +00:00 |
InstCombineLoadStoreAlloca.cpp
|
There are two ways of checking for a given type, for example isa<PointerType>(T)
|
2010-02-16 11:11:14 +00:00 |
InstCombineMulDivRem.cpp
|
Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,
|
2010-03-02 01:11:08 +00:00 |
InstCombinePHI.cpp
|
fix PR6512, a case where instcombine would incorrectly merge loads
|
2010-03-05 18:53:28 +00:00 |
InstCombineSelect.cpp
|
Don't do (X != Y) ? X : Y -> X for floating-point values; it doesn't
|
2010-02-23 17:17:57 +00:00 |
InstCombineShifts.cpp
|
|
|
InstCombineSimplifyDemanded.cpp
|
There are two ways of checking for a given type, for example isa<PointerType>(T)
|
2010-02-16 11:11:14 +00:00 |
InstCombineVectorOps.cpp
|
There are two ways of checking for a given type, for example isa<PointerType>(T)
|
2010-02-16 11:11:14 +00:00 |
InstCombineWorklist.h
|
|
|
InstructionCombining.cpp
|
There are two ways of checking for a given type, for example isa<PointerType>(T)
|
2010-02-16 11:11:14 +00:00 |
Makefile
|
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
|
2010-01-24 20:43:08 +00:00 |