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
/
constant-pool-remat-0.ll
Age
Commit message (
Expand
)
Author
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2011-04-05
When dead code elimination removes all but one use, try to fold the single de...
Jakob Stoklund Olesen
2011-03-16
test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...
NAKAMURA Takumi
2010-08-18
When sending stats output to stdout for grepping, don't emit normal
Dan Gohman
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-09-05
If SSE2 is available, x86 should pass first 3 f32/f64 arguments in XMM regist...
Evan Cheng
2008-04-14
Remove -unwind-tables-optional everywhere, since
Dale Johannesen
2008-04-08
Rename -disable-required-unwind-tables to -unwind-tables-optional.
Dale Johannesen
2008-04-08
Add -disable-required-unwind-tables to tests
Dale Johannesen
2008-03-31
Mark functions in some tests as 'nounwind'. Generating
Dale Johannesen
2007-08-30
Added support to fold X86 load / store instructions. This allow rematerialize...
Evan Cheng
2007-08-14
tcl seems to hate |& for some reason.
Chris Lattner
2007-08-14
switch this to use fastcc to avoid fpstack traffic on x86-32. Switch to
Chris Lattner
2007-08-14
Update test case. A spill should now be deleted.
Evan Cheng
2007-08-13
Now capable of rematerializing coalesced live intervals.
Evan Cheng
2007-08-02
Mark the SSE and MMX load instructions that
Dan Gohman