.. |
AddrModeMatcher.cpp
|
Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support.
|
2010-10-29 17:29:13 +00:00 |
BasicBlockUtils.cpp
|
remove the dead (and terrible) llvm::RemoveSuccessor function.
|
2010-12-14 06:51:55 +00:00 |
BasicInliner.cpp
|
|
|
BreakCriticalEdges.cpp
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
BuildLibCalls.cpp
|
|
|
CloneFunction.cpp
|
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
|
2010-10-13 02:08:17 +00:00 |
CloneLoop.cpp
|
Be more consistent in using ValueToValueMapTy.
|
2010-10-13 01:36:30 +00:00 |
CloneModule.cpp
|
|
|
CMakeLists.txt
|
Next step on the getting-rid-of-static-ctors train: begin adding per-library
|
2010-10-07 17:55:47 +00:00 |
CodeExtractor.cpp
|
|
|
DemoteRegToStack.cpp
|
|
|
InlineFunction.cpp
|
improve comment
|
2010-12-06 07:43:04 +00:00 |
InstructionNamer.cpp
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
LCSSA.cpp
|
Passes do not need to recursively initialize passes that they preserve, if
|
2010-10-19 20:08:44 +00:00 |
Local.cpp
|
remove the pointless check of MemoryUseIntrinsic from
|
2010-11-30 02:03:47 +00:00 |
LoopSimplify.cpp
|
Factor code for testing whether replacing one value with another
|
2010-11-18 19:59:41 +00:00 |
LoopUnroll.cpp
|
Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction
|
2010-11-23 20:26:33 +00:00 |
LowerInvoke.cpp
|
Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which
|
2010-10-19 17:21:58 +00:00 |
LowerSwitch.cpp
|
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
|
2010-10-23 08:10:43 +00:00 |
Makefile
|
|
|
Mem2Reg.cpp
|
Passes do not need to recursively initialize passes that they preserve, if
|
2010-10-19 20:08:44 +00:00 |
PromoteMemoryToRegister.cpp
|
Don't keep track of inserted phis in PromoteMemoryToRegister: the information
|
2010-11-22 09:41:24 +00:00 |
SimplifyCFG.cpp
|
tidy up a bit, move DEBUG down to when we commit to doing the transform so we
|
2010-12-14 07:23:10 +00:00 |
SSAUpdater.cpp
|
Have a few places that want to simplify phi nodes use SimplifyInstruction
|
2010-11-16 17:41:24 +00:00 |
UnifyFunctionExitNodes.cpp
|
Now with fewer extraneous semicolons!
|
2010-10-07 22:25:06 +00:00 |
Utils.cpp
|
Next step on the getting-rid-of-static-ctors train: begin adding per-library
|
2010-10-07 17:55:47 +00:00 |
ValueMapper.cpp
|
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
|
2010-10-13 02:08:17 +00:00 |