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
/
abi-isel.ll
Age
Commit message (
Expand
)
Author
2010-04-17
Start function numbering at 0.
Dan Gohman
2009-12-18
Remove "tail" keywords. These calls are not intended to be tail calls.
Dan Gohman
2009-12-18
Instruction fixes, added instructions, and AsmString changes in the
Sean Callanan
2009-10-18
Turn on post-alloc scheduling for x86.
Evan Cheng
2009-09-11
turn on -experimental-asm-printer for x86 / AT&T by default.
Chris Lattner
2009-09-09
disable the new asmprinter by default. Both the Mangler and MCSymbol
Chris Lattner
2009-09-09
turn the mcinst asmprinter on by default for x86, tweaking two tests to
Chris Lattner
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-25
Switch abi-isel.ll to FileCheck; it's not much faster, but it now tests a lot
Daniel Dunbar
2009-08-20
Fix an x86 code size regression: prefer RIP-relative addressing
Dan Gohman
2009-07-11
fix x86-64 static codegen to materialize the address of a global with movl in...
Chris Lattner
2009-07-11
Fix PR4533, which is about buggy codegen in x86-64 -static mode.
Chris Lattner
2009-06-03
For Darwin / x86_64, override -relocation-model=static to pic if the output i...
Evan Cheng
2009-06-03
Revert r72734. The Darwin assembler doesn't support the static
Dan Gohman
2009-06-02
On Darwin x86_64 small code model doesn't guarantee code address fits in 32-bit.
Evan Cheng
2009-04-12
In X86DAGToDAGISel::MatchWrapper, if base or index are set, avoid matching
Rafael Espindola
2009-03-14
Add a testcase that covers a wide variety of ABI isel cases.
Dan Gohman