This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
test
/
Transforms
/
TailCallElim
History
Nick Lewycky
aba900c252
We may visit a call that uses an alloca multiple times in callUsesLocalStack, sometimes with IsNocapture true and sometimes with IsNocapture false. We accidentally skipped work we needed to do in the IsNocapture=false case if we were called with IsNocapture=true the first time. Fixes PR20405!
...
llvm-svn: 213726
2014-07-23 06:24:49 +00:00
..
2010-06-26-MultipleReturnValues.ll
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
2013-07-14 01:50:49 +00:00
accum_recursion.ll
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
2013-07-14 01:50:49 +00:00
ackermann.ll
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
2013-03-12 16:27:52 +00:00
basic.ll
We may visit a call that uses an alloca multiple times in callUsesLocalStack, sometimes with IsNocapture true and sometimes with IsNocapture false. We accidentally skipped work we needed to do in the IsNocapture=false case if we were called with IsNocapture=true the first time. Fixes PR20405!
2014-07-23 06:24:49 +00:00
dont_reorder_load.ll
…
dup_tail.ll
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
2013-03-12 16:27:52 +00:00
inf-recursion.ll
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easier debugging. No functionality change.
2013-07-14 01:50:49 +00:00
reorder_load.ll
This commit is a 4x squash commit consisting of 4x functions converted to use FileCheck instead of grep.
2013-01-11 04:12:53 +00:00
setjmp.ll
…