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
/
lib
/
Transforms
/
Utils
/
SimplifyCFG.cpp
Age
Commit message (
Expand
)
Author
2009-05-06
Simplify code by using SmallVector's pop_back_val() instead of
Dan Gohman
2009-03-19
Fix comment typo.
Dale Johannesen
2009-03-13
Fix one more place where debug info affected
Dale Johannesen
2009-03-12
Previous debug info fix to this code wasn't quite
Dale Johannesen
2009-03-12
There already was a class to force deterministic
Dale Johannesen
2009-03-12
Another missing check for debug intrinsics.
Dale Johannesen
2009-03-12
Allow for switch values bigger than 64 bits.
Dale Johannesen
2009-03-12
Fix some nondeterministic behavior when forwarding
Dale Johannesen
2009-03-10
Ignore dbg info, while estimating size of jump through block.
Devang Patel
2009-03-06
Fix another case where debug info interferes with
Dale Johannesen
2009-03-06
While hoisting instruction to speculatively execute simple bb, ignore dbg int...
Devang Patel
2009-03-03
Remove accidental check-ins in r65960. :-(
Bill Wendling
2009-03-03
Use > instead of >=. We want to promote aggregates of 128-bytes.
Bill Wendling
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
Revert rev. 63876. It is causing llvm-gcc bootstrap failure.
Devang Patel
2009-02-05
Ignore dbg intrinsics while propagating conditional expression info.
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-20
another fix for PR3354
Chris Lattner
2009-01-19
Doxygen-ify comments.
Bill Wendling
2009-01-19
Fix a problem exposed by PR3354: simplifycfg was making a potentially
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
2009-01-19
reduce indentation by using 'continue', no functionality change.
Chris Lattner
2009-01-19
Fix some problems in SpeculativelyExecuteBB. Basically,
Chris Lattner
2009-01-18
Make this a bit more explicit about which cases need the
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-12-03
Factor some code into a new FoldSingleEntryPHINodes method.
Chris Lattner
2008-12-03
Rename DeleteBlockIfDead to DeleteDeadBlock and make it
Chris Lattner
2008-12-03
Factor some code out of SimplifyCFG, forming a new
Chris Lattner
2008-11-27
delete ErasePossiblyDeadInstructionTree, replacing uses of it with
Chris Lattner
2008-11-27
simplify this code a bit.
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-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
[prev]
[next]