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
/
tailcallstack64.ll
Age
Commit message (
Expand
)
Author
2011-06-03
Fix some tests that depend on register allocation.
Jakob Stoklund Olesen
2011-04-05
Fix register-dependent X86 tests.
Jakob Stoklund Olesen
2011-02-27
Target/X86: Always emit "push/pop GPRs" in prologue/epilogue and emit "spill/...
NAKAMURA Takumi
2011-01-26
Target/X86: Tweak win64's tailcall.
NAKAMURA Takumi
2011-01-26
Fix whitespace.
NAKAMURA Takumi
2010-06-21
Teach two-address lowering how to unfold a load to open up commuting
Dan Gohman
2009-12-07
Don't enable the post-RA scheduler on x86 except at -O3. In its
Dan Gohman
2009-11-16
Revert r87049, which was the workaround for the regression triggered
Dan Gohman
2009-11-13
Update test.
Daniel Dunbar
2009-10-18
Turn on post-alloc scheduling for x86.
Evan Cheng
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-05
Major calling convention code refactoring.
Dan Gohman
2009-06-12
Fix Bug 4278: X86-64 with -tailcallopt calling convention
Arnold Schwaighofer
2008-04-30
Really commit the test checking the argument lowering behaviour on x86-64 :).
Arnold Schwaighofer