.. |
CMakeLists.txt
|
Removed a bunch of unnecessary target_link_libraries.
|
2010-09-28 22:39:14 +00:00 |
InstCombine.h
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
InstCombineAddSub.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
InstCombineAndOrXor.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
InstCombineCalls.cpp
|
Convert TargetData::getIndexedOffset to use ArrayRef.
|
2011-07-19 14:01:37 +00:00 |
InstCombineCasts.cpp
|
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
|
2011-07-22 08:16:57 +00:00 |
InstCombineCompares.cpp
|
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where it's used and not included where it isn't.
|
2011-07-20 21:57:23 +00:00 |
InstCombineLoadStoreAlloca.cpp
|
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
|
2011-07-22 08:16:57 +00:00 |
InstCombineMulDivRem.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
InstCombinePHI.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
InstCombineSelect.cpp
|
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where it's used and not included where it isn't.
|
2011-07-20 21:57:23 +00:00 |
InstCombineShifts.cpp
|
Clean up includes of llvm/Analysis/ConstantFolding.h so it's included where it's used and not included where it isn't.
|
2011-07-20 21:57:23 +00:00 |
InstCombineSimplifyDemanded.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
InstCombineVectorOps.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
InstCombineWorklist.h
|
InstCombine: We know the number of items initially added to the worklist map, reserve space early to avoid rehashing.
|
2011-03-05 16:43:46 +00:00 |
InstructionCombining.cpp
|
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
|
2011-07-22 08:16:57 +00:00 |
Makefile
|
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
|
2010-01-24 20:43:08 +00:00 |