This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
93176d72e7116824c238009815211eb84daf196d
clang-p2996
/
llvm
/
test
/
Transforms
/
TailCallElim
History
Chris Lattner
6a144a2227
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
...
llvm-svn: 145171
2011-11-27 06:54:59 +00:00
..
2010-06-26-MultipleReturnValues.ll
…
accum_recursion.ll
merge two tests.
2010-08-31 18:44:03 +00:00
ackermann.ll
…
dg.exp
…
dont_reorder_load.ll
Upgrade syntax of tests using volatile instructions to use 'load volatile' instead of 'volatile load', which is archaic.
2011-11-27 06:54:59 +00:00
dont-tce-tail-marked-call.ll
…
dup_tail.ll
Add a test for TCE return duplication.
2011-01-29 04:53:35 +00:00
inf-recursion.ll
make the asmparser reject function and type redefinitions. 'Merging' hasn't been
2011-06-17 07:06:44 +00:00
intervening-inst.ll
…
move_alloca_for_tail_call.ll
…
nocapture.ll
…
reorder_load.ll
Replace uses of unwind with unreachable for the same effect.
2011-09-19 22:16:15 +00:00
return_constant.ll
…
setjmp.ll
Correct over-zealous removal of hack.
2011-10-17 18:43:40 +00:00
trivial_codegen_tailcall.ll
…