index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
sibcall.ll
Age
Commit message (
Expand
)
Author
2013-03-27
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2011-06-17
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-05-18
An imminent fix to the x86_64 byval logic will expose a flaw in the
Stuart Hastings
2011-05-04
Prepare remaining tests for -join-physreg going away.
Jakob Stoklund Olesen
2010-09-30
test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...
NAKAMURA Takumi
2010-09-22
Fix an inconsistency in the x86 backend that led it to reject "calll foo" on
Chris Lattner
2010-08-15
Mark as XFAIL on darwin 8. PR 7886.
Dale Johannesen
2010-04-30
Fix test.
Evan Cheng
2010-04-30
Another sibcall bug. If caller and callee calling conventions differ, then it...
Evan Cheng
2010-03-26
Do not sibcall if stack needs to be dynamically aligned.
Evan Cheng
2010-03-26
Allow trivial sibcall of vararg callee when no arguments are being passed.
Evan Cheng
2010-03-20
Stupid svn. Add back to the lost sibcall tests.
Evan Cheng
2010-03-08
Add documentation on sibling call optimization. Rename tailcall2.ll test to s...
Evan Cheng