.. |
ArgumentPromotion.cpp
|
cache result of operator*
|
2010-07-12 14:15:10 +00:00 |
CMakeLists.txt
|
IPO needs ScalarOpts and InstCombine in its libs
|
2010-04-14 23:42:23 +00:00 |
ConstantMerge.cpp
|
1. modernize the constantmerge pass, using densemap/smallvector.
|
2010-02-12 18:17:23 +00:00 |
DeadArgumentElimination.cpp
|
Make bugpoint dead-argument-hacking actually work, and actually test it.
|
2010-06-07 20:20:33 +00:00 |
DeadTypeElimination.cpp
|
Uniformize the names of type predicates: rather than having isFloatTy and
|
2010-02-15 16:12:20 +00:00 |
ExtractGV.cpp
|
|
|
FunctionAttrs.cpp
|
introduce a new CallGraphSCC class, and pass it around
|
2010-04-16 22:42:17 +00:00 |
GlobalDCE.cpp
|
|
|
GlobalOpt.cpp
|
cache result of operator*
|
2010-07-12 14:13:15 +00:00 |
InlineAlways.cpp
|
Teach the always inliner to release its inline cost estimates, like the basic
|
2010-05-15 04:26:25 +00:00 |
Inliner.cpp
|
Avoid swap when a copy suffices.
|
2010-05-31 12:50:41 +00:00 |
InlineSimple.cpp
|
Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort
|
2010-05-12 21:48:15 +00:00 |
Internalize.cpp
|
don't internalize available_externally functions, they are
|
2010-04-03 05:24:50 +00:00 |
IPConstantPropagation.cpp
|
cache result of operator*
|
2010-07-12 14:14:03 +00:00 |
IPO.cpp
|
Adding IPSCCP and Internalize passes to the C-bindings
|
2010-04-09 20:43:20 +00:00 |
LoopExtractor.cpp
|
|
|
LowerSetJmp.cpp
|
cache results of operator*
|
2010-07-12 14:12:11 +00:00 |
Makefile
|
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
|
2010-01-24 20:43:08 +00:00 |
MergeFunctions.cpp
|
Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts"
|
2010-07-07 07:48:00 +00:00 |
PartialInlining.cpp
|
Use ValueMap instead of DenseMap.
|
2010-06-24 00:33:28 +00:00 |
PartialSpecialization.cpp
|
Use ValueMap instead of DenseMap.
|
2010-06-24 00:33:28 +00:00 |
PruneEH.cpp
|
introduce a new CallGraphSCC class, and pass it around
|
2010-04-16 22:42:17 +00:00 |
StripDeadPrototypes.cpp
|
|
|
StripSymbols.cpp
|
Debugging infomration is encoded in llvm IR using metadata. This is designed
|
2010-07-01 19:49:20 +00:00 |
StructRetPromotion.cpp
|
cache dereferenced iterators
|
2010-07-12 11:19:24 +00:00 |