index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
SimplifyCFG
Age
Commit message (
Expand
)
Author
2009-03-06
While hoisting instruction to speculatively execute simple bb, ignore dbg int...
Devang Patel
2009-02-26
Ignore dbg info intrinsics when folding conditional branch to
Zhou Sheng
2009-02-25
Don't block basic block with only SwitchInst to fold into predecessors.
Zhou Sheng
2009-02-24
While folding unconditional return move DbgRegionEndInst into the predecessor...
Devang Patel
2009-02-11
If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun...
Devang Patel
2009-02-10
Ignore dbg intrinsic while folding unconditional branch.
Devang Patel
2009-02-05
Ignore dbg intrinsics while folding switch instruction.
Devang Patel
2009-02-04
Ignore dbg intrinsics.
Devang Patel
2009-02-04
While folding vallue comparison terminators ignore dbg intrinsics.
Devang Patel
2009-02-04
Ignore dbg intrinsics while hoisting common code in the two blocks up into th...
Devang Patel
2009-02-03
Do not let dbg intrinsic block folding of two entry phi node.
Devang Patel
2009-01-22
fix a testcase.
Chris Lattner
2009-01-20
Temporarily XFAIL until this can be looked at. r62557 is what caused it to st...
Bill Wendling
2009-01-20
another fix for PR3354
Chris Lattner
2009-01-19
Fix a problem exposed by PR3354: simplifycfg was making a potentially
Chris Lattner
2009-01-19
convert this to an unfoldable potentially trapping constant expr.
Chris Lattner
2009-01-19
Temporarily revert r62487. It's causing this error during a release bootstrap of
Bill Wendling
2009-01-19
Fix PR3016, a bug which can occur do to an invalid assumption:
Chris Lattner
2008-12-16
Add a helper to remove a branch and DCE the condition, and use it
Eli Friedman
2008-12-07
fix a bug I introduced in simplifycfg handling single entry phi
Chris Lattner
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-17
Do not hoist instruction above branch condition. The instruction may use bran...
Devang Patel
2008-09-09
Fix simplifycfg crash in handing block merge.
Devang Patel
2008-08-16
Remove GCSE and LoadVN from the testsuite.
Owen Anderson
2008-07-13
Fix mishandling of the infinite loop case when merging two blocks. This
Chris Lattner
2008-06-07
Speculatively execute a block when the the block is the then part of a triang...
Evan Cheng
2008-06-07
Fix run line.
Evan Cheng
2008-05-23
Restucture a part of the SimplifyCFG pass and include a testcase.
Matthijs Kooijman
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-01
Update old-style syntax in some "not grep" tests.
Dan Gohman
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-03-19
Upgrade tests.
Tanya Lattner
2008-03-18
Upgrade tests to not use llvm-upgrade.
Tanya Lattner
2008-03-11
Check to see if a two-entry PHI block can be simplified
Dan Gohman
2008-03-11
Make this test more challenging to help it avoid being
Dan Gohman
2008-03-11
Upgrade this test.
Dan Gohman
2008-03-10
Remove llvm-upgrade and update tests.
Tanya Lattner
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-01-03
don't hoist FP additions into unconditional adds + selects. This
Chris Lattner
2007-12-28
Test -simplifycfg only.
Devang Patel
2007-12-22
If succ has succ itself as one of the predecessors then do
Devang Patel
2007-11-28
Add some convenience methods for querying attributes, and
Duncan Sands
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
[next]