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
/
jump_sign.ll
Age
Commit message (
Expand
)
Author
2012-10-31
(For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.
Shuxin Yang
2012-09-28
Testcase for r164835
Manman Ren
2012-09-17
Add some cases to x86 OptimizeCompare to handle DEC and INC, too.
Jan Wen Voung
2012-08-08
X86: enable CSE between CMP and SUB
Manman Ren
2012-07-28
X86 Peephole: fix PR13475 in optimizeCompare.
Manman Ren
2012-07-25
Disable rematerialization in TwoAddressInstructionPass.
Manman Ren
2012-07-18
X86: remove redundant cmp against zero.
Manman Ren
2012-07-11
X86: Update to peephole optimization to move Movr0 before (Sub, Cmp) pair.
Manman Ren
2012-07-09
X86: implement functions to analyze & synthesize CMOV|SET|Jcc
Manman Ren
2012-07-07
X86: Fix optimizeCompare to correctly check safe condition.
Manman Ren
2012-07-06
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-08
Test case for r158160
Manman Ren
2012-06-07
X86: replace SUB with CMP if possible
Manman Ren
2012-06-06
Revert r157755.
Manman Ren
2012-06-03
Revert r157831
Manman Ren
2012-06-01
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-03
Fix two-address pass's aggressive instruction commuting heuristics. It's meant
Evan Cheng
2012-05-01
X86: optimization for max-like struct
Manman Ren
2012-01-04
test/CodeGen/X86/jump_sign.ll: Add -mcpu=pentiumpro for non-x86 hosts. It use...
NAKAMURA Takumi
2012-01-04
For x86, canonicalize max
Evan Cheng
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2008-02-21
Remove llvm-upgrade and update tests.
Tanya Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-09-13
The sense of this branch was backwards
Chris Lattner
2006-09-13
new testcase
Chris Lattner