index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
ctpop-combine.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Narrow i64 compares with constant to i32 when the upper 32-bits are kno...
Craig Topper
2019-10-29
1
-2
/
+2
*
[SDAG] expand ctpop != 1
Sanjay Patel
2019-06-25
1
-21
/
+6
*
[AArch64][x86] add tests for ctpop != 1; NFC
Sanjay Patel
2019-06-25
1
-0
/
+40
*
[TargetLowering] Simplify (ctpop x) == 1
David Bolvansky
2019-06-09
1
-21
/
+6
*
[NFC] Added tests for D63004
David Bolvansky
2019-06-07
1
-15
/
+103
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-4
/
+4
*
[X86] Promote i8 CTPOP to i32 instead of i16 when we have the POPCNT instruct...
Craig Topper
2017-11-30
1
-2
/
+2
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
[SelectionDAG] Improve known bits support for CTPOP.
Craig Topper
2017-05-04
1
-0
/
+14
*
[x86] don't blindly transform SETB into SBB
Sanjay Patel
2017-03-12
1
-5
/
+5
*
Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-07
1
-6
/
+6
*
Revert r274692 to check whether this is what breaks windows selfhost.
Michael Kuperstein
2016-07-07
1
-6
/
+6
*
[X86] Transform setcc + movzbl into xorl + setcc
Michael Kuperstein
2016-07-06
1
-6
/
+6
*
[X86] Regenerated popcnt combine tests
Simon Pilgrim
2016-06-29
1
-14
/
+24
*
[X86]: Quit promoting 8 and 16 bit compares to 32 bit.
Kevin B. Smith
2016-06-15
1
-1
/
+1
*
X86: Perform integer comparisons at i32 or larger.
Jim Grosbach
2013-11-22
1
-1
/
+1
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
1
-3
/
+3
*
The LIT tests below do not specify the exact cpu model and fail on AVX2 machi...
Nadav Rotem
2012-07-12
1
-1
/
+1
*
Relax expressions and add explicit triplets -linux and -win32.
NAKAMURA Takumi
2011-02-22
1
-2
/
+2
*
Fix an off-by-one error in ctpop combining.
Benjamin Kramer
2011-01-17
1
-2
/
+11
*
Add a DAGCombine to turn (ctpop x) u< 2 into (x & x-1) == 0.
Benjamin Kramer
2011-01-17
1
-0
/
+31