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
/
clz.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[x86] regenerate checks; NFC
Sanjay Patel
2019-02-21
1
-8
/
+8
*
[X86] Add test cases that exercise the BSR/BSF optimization combineCMov.
Craig Topper
2018-02-06
1
-0
/
+121
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-34
/
+34
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-34
/
+34
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-112
/
+112
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-34
/
+34
*
[SelectionDAG] Use known ones to provide a better bound for the known zeros f...
Craig Topper
2017-05-01
1
-10
/
+2
*
[X86] Add tests for opportunities to improve known bits for CTTZ and CTLZ.
Craig Topper
2017-05-01
1
-0
/
+93
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-20
1
-86
/
+110
*
Revert r284545 again as the regression in ppc still exists. There is bug in M...
Dehao Chen
2016-10-19
1
-110
/
+86
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-18
1
-86
/
+110
*
revert r284541.
Dehao Chen
2016-10-18
1
-110
/
+86
*
Using branch probability to guide critical edge splitting.
Dehao Chen
2016-10-18
1
-86
/
+110
*
Recommit 'Remove the restriction that MachineSinking is now stopped by
Wei Mi
2016-08-12
1
-8
/
+10
*
[X86] Regenerated ctlz/cttz scalar tests for 32/64-bit targets with/without L...
Simon Pilgrim
2016-07-17
1
-170
/
+640
*
VirtRegMap: Replace some identity copies with KILL instructions.
Matthias Braun
2016-07-09
1
-0
/
+6
*
[X86] Add a complete set of tests for all operand sizes of cttz/ctlz with and...
Craig Topper
2016-04-25
1
-6
/
+123
*
[CGP] despeculate expensive cttz/ctlz intrinsics
Sanjay Patel
2015-11-19
1
-18
/
+37
*
specify triple and tighten checks using update_llc_test_checks.py
Sanjay Patel
2015-11-12
1
-61
/
+62
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-12
/
+12
*
Use standard promotion for i8 CTTZ nodes and i8 CTLZ nodes when the
Chandler Carruth
2011-12-24
1
-1
/
+1
*
Add systematic testing for cttz as well, and fix the bug I spotted by
Chandler Carruth
2011-12-24
1
-0
/
+30
*
Add i8 and i64 testing for ctlz on x86. Also simplify the i16 test.
Chandler Carruth
2011-12-24
1
-4
/
+26
*
Tidy up this rather crufty test. Put the declarations at the top to make
Chandler Carruth
2011-12-24
1
-33
/
+32
*
Switch the lowering of CTLZ_ZERO_UNDEF from a .td pattern back to the
Chandler Carruth
2011-12-24
1
-1
/
+26
*
Begin teaching the X86 target how to efficiently codegen patterns that
Chandler Carruth
2011-12-20
1
-15
/
+32
*
Manually upgrade the test suite to specify the flag to cttz and ctlz.
Chandler Carruth
2011-12-12
1
-7
/
+7
*
- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c is
Evan Cheng
2011-05-24
1
-0
/
+15
*
filecheckize a test and mark these wiht a cpu so it passes
Chris Lattner
2010-03-14
1
-3
/
+10
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-08
1
-3
/
+3
*
Fix ctlz and cttz. llvm definition requires them to return number of bits in ...
Evan Cheng
2007-12-14
1
-1
/
+11
*
Implement ctlz and cttz with bsr and bsf.
Evan Cheng
2007-12-14
1
-0
/
+16