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
/
combine-abs.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Improve vXi64 ISD::ABS codegen with SSE41+
Simon Pilgrim
2019-01-12
1
-3
/
+2
*
[X86][AARCH64] Improve ISD::ABS support
Simon Pilgrim
2019-01-12
1
-3
/
+0
*
[X86] Add custom execution domain fixing for 128/256-bit integer logic operat...
Craig Topper
2018-07-15
1
-14
/
+4
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-2
/
+2
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-2
/
+2
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-12
/
+12
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
[X86] Replace custom scalar integer absolute matching with ISD::ABS lowering.
Simon Pilgrim
2017-10-19
1
-5
/
+2
*
[X86] Add scalar (abs (abs x)) -> (abs x) combine test.
Simon Pilgrim
2017-10-19
1
-0
/
+19
*
[X86] [PATCH] [intrinsics] Lowering X86 ABS intrinsics to IR. (llvm)
Uriel Korach
2017-09-13
1
-5
/
+14
*
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Dinar Temirbulatov
2017-07-27
1
-1
/
+1
*
[X86][SSE42] Lower v2i64/v4i64 ASHR(X, 63) as PCMPGTQ(0, X)
Simon Pilgrim
2017-05-09
1
-6
/
+5
*
[X86][AVX512] Move v2i64/v4i64 VPABS lowering to tablegen
Simon Pilgrim
2017-05-06
1
-12
/
+26
*
[DAGCombiner] If ISD::ABS is legal/custom, use it directly instead of canonic...
Simon Pilgrim
2017-05-06
1
-4
/
+4
*
[X86][SSE] Add computeKnownBitsForTargetNode support for (V)PSLL/(V)PSRL inst...
Simon Pilgrim
2017-03-26
1
-1
/
+0
*
[SelectionDAG] Add a signed integer absolute ISD node
Simon Pilgrim
2017-03-14
1
-6
/
+2
*
[X86][SSE] Generalized integer absolute tests to test canonical pattern as we...
Simon Pilgrim
2017-02-07
1
-6
/
+31
*
[X86][SSE] Add tests showing missed opportunities to simplify integer absolut...
Simon Pilgrim
2017-02-06
1
-0
/
+79