.. |
BasicBlockUtils.cpp
|
After a basic block is split into two parts,
|
2007-07-19 02:29:24 +00:00 |
BasicInliner.cpp
|
Use SmallPtrSet.
|
2007-07-27 18:34:27 +00:00 |
BreakCriticalEdges.cpp
|
If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier.
|
2007-08-13 21:59:17 +00:00 |
CloneFunction.cpp
|
Change uses of Function::front to Function::getEntryBlock for readability.
|
2007-03-22 16:38:57 +00:00 |
CloneLoop.cpp
|
Insert cloned loop basic blocks before original loop header.
|
2007-09-04 20:46:35 +00:00 |
CloneModule.cpp
|
During module cloning copy aliases too. This fixes PR1544
|
2007-07-10 19:07:35 +00:00 |
CloneTrace.cpp
|
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
|
2007-02-03 00:08:31 +00:00 |
CodeExtractor.cpp
|
Update GEP constructors to use an iterator interface to fix
|
2007-09-04 15:46:09 +00:00 |
DemoteRegToStack.cpp
|
Silence warning while compiling with gcc 4.2
|
2007-09-02 22:11:14 +00:00 |
InlineCost.cpp
|
Fix comment.
|
2007-09-17 20:07:40 +00:00 |
InlineFunction.cpp
|
Update InvokeInst to work like CallInst
|
2007-08-27 19:04:21 +00:00 |
LCSSA.cpp
|
Use SmallVector instead of std::vector.
|
2007-08-21 00:31:24 +00:00 |
Local.cpp
|
Move the GET_SIDE_EFFECT_INFO logic from isInstructionTriviallyDead
|
2007-07-26 16:06:08 +00:00 |
LoopSimplify.cpp
|
Use SmallVector instead of std::vector.
|
2007-08-21 00:31:24 +00:00 |
LowerAllocations.cpp
|
More explicit keywords.
|
2007-08-01 15:32:29 +00:00 |
LowerInvoke.cpp
|
Update GEP constructors to use an iterator interface to fix
|
2007-09-04 15:46:09 +00:00 |
LowerSelect.cpp
|
More explicit keywords.
|
2007-08-01 15:32:29 +00:00 |
LowerSwitch.cpp
|
Fix typo in comment.
|
2007-05-06 13:37:16 +00:00 |
Makefile
|
Move some constant folding code shared by Analysis and Transform passes
|
2005-10-27 15:54:34 +00:00 |
Mem2Reg.cpp
|
Use DominatorTree instead of ETForest.
|
2007-06-07 21:57:03 +00:00 |
PromoteMemoryToRegister.cpp
|
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
|
2007-09-17 18:34:04 +00:00 |
SimplifyCFG.cpp
|
New CallInst interface to address GLIBCXX_DEBUG errors caused by
|
2007-08-01 03:43:44 +00:00 |
UnifyFunctionExitNodes.cpp
|
Drop 'const'
|
2007-05-03 01:11:54 +00:00 |
ValueMapper.cpp
|
Fix comments about vectors to use the current wording.
|
2007-07-16 14:29:03 +00:00 |
ValueMapper.h
|
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
|
2007-02-03 00:08:31 +00:00 |