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
/
2008-05-21-CoalescerBug.ll
Age
Commit message (
Expand
)
Author
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2011-11-12
Switch a couple -O0 tests to RABasic.
Jakob Stoklund Olesen
2010-05-27
Add a -regalloc=default option that chooses a register allocator based on the -O
Jakob Stoklund Olesen
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2008-10-07
Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel
Dan Gohman
2008-10-01
Disable fast-isel for this test, as it doesn't emit the same
Dan Gohman
2008-08-05
Update the remaining tests not to use -disable-correct-folding, and remove two
Owen Anderson
2008-08-04
Update these tests to work by disabling the new correct CFG generation. This...
Owen Anderson
2008-05-21
Fix PR2343. An *interesting* coalescer bug.
Evan Cheng