index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
SimplifyCFG.cpp
Age
Commit message (
Expand
)
Author
2008-10-29
Fix PR2967 by not deleting volatile load/stores that occur before unreachable.
Chris Lattner
2008-10-03
Nick Lewycky's patch.
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-18
Try to place hoisted instructions befoe icmp instruction.
Devang Patel
2008-09-17
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
2008-08-14
Use empty() instead of begin() == end().
Dan Gohman
2008-07-23
Enable first-class aggregates support.
Dan Gohman
2008-07-18
Reapply r53735. My last patch fixed the failures Dan observed.
Owen Anderson
2008-07-18
Revert r53735. It broke SPEC 464.h264ref.
Dan Gohman
2008-07-17
Use MergeBlockIntoPredecessor to simplify some code.
Owen Anderson
2008-07-13
Fix mishandling of the infinite loop case when merging two blocks. This
Chris Lattner
2008-07-13
more refactoring. Use early exits instead of really complex logic.
Chris Lattner
2008-07-13
improve comments.
Chris Lattner
2008-07-13
factor another large hunk of code out into its own function.
Chris Lattner
2008-07-13
Final bit of simplification for FoldBranchToCommonDest.
Chris Lattner
2008-07-13
simplify logic a bit
Chris Lattner
2008-07-13
Refactor some code out into its own helper function, getting rid of crazy mul...
Chris Lattner
2008-06-25
- Use O(1) check of basic block size limit.
Evan Cheng
2008-06-12
Do not speculatively execute an instruction by hoisting it to its predecessor...
Evan Cheng
2008-06-11
For now, avoid generating FP select instructions in order to speculatively ex...
Evan Cheng
2008-06-10
op_iterator-ify loops
Gabor Greif
2008-06-07
Speculatively execute a block when the the block is the then part of a triang...
Evan Cheng
2008-05-23
Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to
Dan Gohman
2008-05-23
Restucture a part of the SimplifyCFG pass and include a testcase.
Matthijs Kooijman
2008-05-16
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...
Gabor Greif
2008-05-15
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-04-28
Fix PR2256, yet another miscompilation in simplifycfg of i
Chris Lattner
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-24
Split some code out of the main SimplifyCFG loop into its own function.
Chris Lattner
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-03-11
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-10
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-09
Firstly, having a BranchInst isn't exclusive with having an unwind_to.
Nick Lewycky
2008-03-09
A BB that unwind_to an "unwind" inst is that same as one that doesn't unwind_to
Nick Lewycky
2008-03-09
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-02-20
Make Transforms to be 4.3 warnings-clean
Anton Korobeynikov
2008-02-18
switch simplifycfg from using vectors for most things to smallvectors,
Chris Lattner
2008-01-03
don't hoist FP additions into unconditional adds + selects. This
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-22
If succ has succ itself as one of the predecessors then do
Devang Patel
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-05-24
Minor comment cleanups.
Dan Gohman
2007-04-17
remove use of Instruction::getNext
Chris Lattner
2007-04-02
reduce use of std::set
Chris Lattner
2007-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-02
Make sorting of ConstantInt be APInt clean through use of ult function.
Reid Spencer
2007-02-13
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-11
simplify code by using Value::takeName
Chris Lattner
2007-01-30
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
[next]