index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
2012-02-01
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
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