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
/
ins_subreg_coalesce-3.ll
Age
Commit message (
Expand
)
Author
2010-06-24
Eliminate the first have of the optimization which eliminates BRCOND
Dan Gohman
2010-02-27
Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.
Evan Cheng
2010-02-24
Speculatively revert r97011, "Re-apply 96540 and 96556 with fixes.", again in
Daniel Dunbar
2010-02-24
Re-apply 96540 and 96556 with fixes.
Evan Cheng
2010-02-22
These should not have been committed.
Evan Cheng
2010-02-22
Instcombine constant folding can normalize gep with negative index to index w...
Evan Cheng
2010-02-19
Revert commits 96556 and 96640, because commit 96556 breaks the
Duncan Sands
2010-02-18
Some dag combiner goodness:
Evan Cheng
2010-02-06
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-08-05
Enable the new no-SP register classes by default. This is to address
Dan Gohman
2009-07-18
Catch more coalescing opportunities.
Evan Cheng
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-04-09
- More aggressively coalescing away copies whose source is defined by an impl...
Evan Cheng