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
/
pic.ll
Age
Commit message (
Expand
)
Author
2012-02-01
Instruction scheduling itinerary for Intel Atom.
Andrew Trick
2011-04-26
Be careful about scheduling nodes above previous calls. It increase usages of
Evan Cheng
2010-09-22
Fix an inconsistency in the x86 backend that led it to reject "calll foo" on
Chris Lattner
2010-07-06
Be more forgiving when calculating alias interference for physreg coalescing.
Jakob Stoklund Olesen
2010-06-21
Teach two-address lowering how to unfold a load to open up commuting
Dan Gohman
2010-04-17
Start function numbering at 0.
Dan Gohman
2010-03-26
Allow trivial sibcall of vararg callee when no arguments are being passed.
Evan Cheng
2010-03-12
simplify code to use OutContext.GetOrCreateTemporarySymbol with
Chris Lattner
2010-01-27
Perform trivial tail call optimization for callees with "C" ABI. These are done
Evan Cheng
2009-10-18
Turn on post-alloc scheduling for x86.
Evan Cheng
2009-10-06
Instead of printing unnecessary basic block labels as labels in
Dan Gohman
2009-09-13
merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck.
Chris Lattner
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-03
merge all the basic linux/32 pic tests together into one test.
Chris Lattner
2009-09-03
rename test
Chris Lattner