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
/
Thumb2
/
carry.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
Address buildbot fallout from r259065
David Majnemer
2016-01-28
1
-4
/
+4
*
ARM: yet another round of ARM test clean ups
Saleem Abdulrasool
2014-04-03
1
-1
/
+1
*
Enabling thumb2 mode used to force support for armv6t2. Replace this
Joerg Sonnenberger
2013-12-13
1
-1
/
+1
*
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...
Stephen Lin
2013-07-14
1
-3
/
+3
*
Fix a miscompilation caused by a typo. When turning a adde with negative value
Evan Cheng
2012-10-24
1
-0
/
+13
*
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-09-09
1
-1
/
+1
*
Shrink ADDS, ADC, RSB, and SUBS.
Evan Cheng
2009-08-12
1
-3
/
+9
*
Add ".w" suffix for wide thumb-2 instructions.
David Goodwin
2009-07-27
1
-3
/
+3
*
Use "adcs/sbcs" only when the carry-out is live, otherwise use "adc/sbc".
David Goodwin
2009-06-26
1
-2
/
+2
*
ADC used to implement adde should use "adcs" opcode instead of "adc".
David Goodwin
2009-06-26
1
-2
/
+2
*
Select ADC, SBC, and RSC instead of the ADCS, SBCS, and RSCS when the carry b...
Evan Cheng
2009-06-25
1
-2
/
+2
*
ISD::ADDE / ISD::SUBE updates the carry bit so they should isle to ADCS and S...
Evan Cheng
2009-06-25
1
-0
/
+16