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
/
PowerPC
/
2007-04-30-InlineAsmEarlyClobber.ll
Age
Commit message (
Expand
)
Author
2012-06-08
Don't run RAFast in the optimizing regalloc pipeline.
Jakob Stoklund Olesen
2010-06-15
Remove the local register allocator.
Jakob Stoklund Olesen
2010-05-17
Only use clairvoyance when defining a register, and then only if it has one use.
Jakob Stoklund Olesen
2010-05-13
Take allocation hints from copy instructions to/from physregs.
Jakob Stoklund Olesen
2010-05-12
Enable a bunch more -regalloc=fast tests
Jakob Stoklund Olesen
2010-02-16
Adjust register numbers in tests to compensate for the
Dale Johannesen
2010-02-03
Reapply 95050 with a tweak to check the register class.
Dale Johannesen
2010-02-02
Test revert 95050; there's a good chance it's causing
Dale Johannesen
2010-02-02
Make local RA smarter about reusing input register of a copy
Dale Johannesen
2009-12-16
Do better with physical reg operands (typically, from inline asm)
Dale Johannesen
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2008-12-19
Fix PR3149. If an early clobber def is a physical register and it is tied to ...
Evan Cheng
2008-09-24
Remove SelectionDag early allocation of registers
Dale Johannesen
2007-04-30
testcase for PR1357
Chris Lattner