This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-02-01 05:01:59 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Transforms
/
TailCallElim
History
Sean Silva
ece51244bd
[PM] Port TailCallElim
...
llvm-svn: 274708
2016-07-06 23:48:41 +00:00
..
2010-06-26-MultipleReturnValues.ll
…
accum_recursion.ll
[PM] Port TailCallElim
2016-07-06 23:48:41 +00:00
ackermann.ll
…
basic.ll
[OperandBundles] Have TailCallElim play nice with operand bundles
2015-12-23 09:58:43 +00:00
dont_reorder_load.ll
Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally
2016-01-17 12:35:29 +00:00
dup_tail.ll
…
EraseBB.ll
Fix tail recursion elimination
2014-11-19 13:32:51 +00:00
inf-recursion.ll
TRE: Just erase dead BBs and tweak the iteration loop not to increment the deleted BB iterator.
2015-02-28 16:47:27 +00:00
notail.ll
Add 'notail' marker for call instructions.
2015-11-06 23:55:38 +00:00
reorder_load.ll
Push isDereferenceableAndAlignedPointer down into isSafeToLoadUnconditionally
2016-01-17 12:35:29 +00:00
setjmp.ll
…