.. |
ArgumentPromotion.cpp
|
Create enums for the different attributes.
|
2012-10-09 07:45:08 +00:00 |
CMakeLists.txt
|
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
|
2012-06-24 13:32:01 +00:00 |
ConstantMerge.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
DeadArgumentElimination.cpp
|
Remove the bitwise NOT operator from the Attributes class. Replace it with the equivalent from the builder class.
|
2012-10-14 06:39:53 +00:00 |
ExtractGV.cpp
|
Remove tabs.
|
2012-07-19 00:11:40 +00:00 |
FunctionAttrs.cpp
|
Remove the final bits of Attributes being declared in the Attribute
|
2012-10-10 07:36:45 +00:00 |
GlobalDCE.cpp
|
Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and
|
2012-06-14 22:48:13 +00:00 |
GlobalOpt.cpp
|
Remove the bitwise NOT operator from the Attributes class. Replace it with the equivalent from the builder class.
|
2012-10-14 06:39:53 +00:00 |
InlineAlways.cpp
|
Create enums for the different attributes.
|
2012-10-09 07:45:08 +00:00 |
Inliner.cpp
|
Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change.
|
2012-10-10 03:12:49 +00:00 |
InlineSimple.cpp
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
Internalize.cpp
|
Add a Fixme.
|
2012-04-16 04:23:52 +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
|
C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C.
|
2011-08-19 01:36:54 +00:00 |
LLVMBuild.txt
|
Add a basic-block autovectorization pass.
|
2012-02-01 03:51:43 +00:00 |
LoopExtractor.cpp
|
Move the CodeExtractor utility to a dedicated header file / source file,
|
2012-05-04 10:18:49 +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
|
Move TargetData to DataLayout.
|
2012-10-08 16:38:25 +00:00 |
PartialInlining.cpp
|
Move the CodeExtractor utility to a dedicated header file / source file,
|
2012-05-04 10:18:49 +00:00 |
PassManagerBuilder.cpp
|
Turn the new SROA pass back on. Let's see if it sticks this time. =]
|
2012-10-02 04:24:01 +00:00 |
PruneEH.cpp
|
Use the enum value of the attributes when adding them to the attributes builder.
|
2012-10-09 09:11:20 +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
|
Move the "findUsedStructTypes" functionality outside of the Module class.
|
2012-08-03 00:30:35 +00:00 |