.. |
ArgumentPromotion.cpp
|
Convert GetElementPtrInst to use ArrayRef.
|
2011-07-25 09:48:08 +00:00 |
CMakeLists.txt
|
Rewrite the CMake build to use explicit dependencies between libraries,
|
2011-07-29 00:14:25 +00:00 |
ConstantMerge.cpp
|
Teach the ConstantMerge pass about alignment. Fixes PR10514!
|
2011-07-27 19:47:34 +00:00 |
DeadArgumentElimination.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
ExtractGV.cpp
|
Improve the handling of available_externally and llvm.global_ctors.
|
2011-06-09 14:38:09 +00:00 |
FunctionAttrs.cpp
|
Add helper functions for computing the Location of load, store,
|
2010-11-11 21:50:19 +00:00 |
GlobalDCE.cpp
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
GlobalOpt.cpp
|
Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,
|
2011-07-30 05:42:50 +00:00 |
InlineAlways.cpp
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
Inliner.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
InlineSimple.cpp
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
Internalize.cpp
|
These llvm.dbg.* constants are not used anymore.
|
2011-03-09 19:41:33 +00:00 |
IPConstantPropagation.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
IPO.cpp
|
Add LLVMAddAlwaysInlinerPass to the C API.
|
2011-07-26 15:23:23 +00:00 |
LoopExtractor.cpp
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
LowerSetJmp.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +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
|
Misc optimizer+codegen work for 'cmpxchg' and 'atomicrmw'. They appear to be
|
2011-07-29 03:05:32 +00:00 |
PartialInlining.cpp
|
Remove PHINode::reserveOperandSpace(). Instead, add a parameter to
|
2011-03-30 11:28:46 +00:00 |
PruneEH.cpp
|
Convert CallInst and InvokeInst APIs to use ArrayRef.
|
2011-07-15 08:37:34 +00:00 |
StripDeadPrototypes.cpp
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
StripSymbols.cpp
|
remove the DerivedType which isn't adding value anymore.
|
2011-07-09 17:59:15 +00:00 |