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
/
lib
/
Target
/
ARM
/
ARMISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: avoid handing a deleted node back to TableGen during ISel.
Tim Northover
2017-05-02
1
-0
/
+4
*
ARM: handle post-indexed NEON ops where the offset isn't the access width.
Tim Northover
2017-04-20
1
-9
/
+22
*
Fix use-after-frees on memory allocated in a Recycler.
Benjamin Kramer
2017-04-20
1
-3
/
+3
*
[ARM] Use TableGen patterns to select vtbl. NFC.
Eli Friedman
2017-04-19
1
-91
/
+0
*
[ARM] Replace some C++ selection code with TableGen patterns. NFC.
Eli Friedman
2017-03-14
1
-57
/
+0
*
[ARM] Move SMULW[B|T] isel to DAG Combine
Sam Parker
2017-03-14
1
-142
/
+0
*
Refactor the multiply-accumulate combines to act on
Artyom Skrobov
2017-03-10
1
-32
/
+0
*
In Thumb1 mode, the custom lowering for ARMISD::CMPZ could never emit tADDi3
Artyom Skrobov
2017-02-17
1
-17
/
+14
*
[ARM] Fix incorrect mask bits in MSR encoding for write_register intrinsic
John Brawn
2017-02-10
1
-10
/
+6
*
[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.
Eli Friedman
2016-12-16
1
-16
/
+58
*
Revert 279703, it caused PR31404.
Nico Weber
2016-12-16
1
-58
/
+16
*
[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
Sjoerd Meijer
2016-12-15
1
-3
/
+136
*
[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.
Eli Friedman
2016-12-14
1
-16
/
+58
*
Remove a redundant condition found by PVS-Studio.
Chandler Carruth
2016-11-03
1
-2
/
+2
*
Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"
James Molloy
2016-11-03
1
-133
/
+4
*
[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
James Molloy
2016-11-03
1
-4
/
+133
*
[ARM] Predicate UMAAL selection on hasDSP.
Sam Parker
2016-10-27
1
-1
/
+2
*
[Thumb] Don't try and emit LDRH/LDRB from the constant pool
James Molloy
2016-10-05
1
-0
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
ARM: check alignment before transforming ldr -> ldm (or similar).
Tim Northover
2016-09-19
1
-8
/
+24
*
getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI
Sanjay Patel
2016-09-14
1
-2
/
+2
*
Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"
James Molloy
2016-09-14
1
-133
/
+4
*
[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
James Molloy
2016-09-13
1
-4
/
+133
*
Revert r281215, it caused PR30358.
Nico Weber
2016-09-12
1
-134
/
+4
*
[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently
James Molloy
2016-09-12
1
-4
/
+134
*
[Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)
James Molloy
2016-09-09
1
-0
/
+42
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
[ARM] Constant Materialize: imms with specific value can be encoded into mov.w
Weiming Zhao
2016-08-05
1
-1
/
+3
*
Revert "[ARM] Constant Materialize: imms with specific value can be encoded i...
Bruno Cardoso Lopes
2016-08-03
1
-3
/
+1
*
[ARM] Constant Materialize: imms with specific value can be encoded into mov.w
Weiming Zhao
2016-08-03
1
-1
/
+3
*
ARM: only form SMMLS when SUBE flags unused.
Tim Northover
2016-08-02
1
-1
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-9
/
+9
*
[ARM] Improve longMAC codegen test
Sam Parker
2016-07-25
1
-0
/
+4
*
[ARM] Enable ISel of SMMLS for ARM and Thumb2
Sam Parker
2016-07-25
1
-0
/
+30
*
[ARM] Skip inline asm memory operands in DAGToDAGISel
Diana Picus
2016-07-20
1
-0
/
+11
*
Revert "[ARM] Skip inline asm memory operands in DAGToDAGISel"
Vitaly Buka
2016-07-18
1
-11
/
+0
*
[ARM] Skip inline asm memory operands in DAGToDAGISel
Diana Picus
2016-07-18
1
-0
/
+11
*
[Thumb-1] Select post-increment load and store where possible
James Molloy
2016-07-15
1
-0
/
+29
*
[ARM] Do not test for CPUs, use SubtargetFeatures. Also remove 1 flag
Diana Picus
2016-07-07
1
-10
/
+1
*
[Thumb] Reapply r272251 with a fix for PR28348 (mk 2)
James Molloy
2016-07-05
1
-1
/
+43
*
Revert "[Thumb] Reapply r272251 with a fix for PR28348"
James Molloy
2016-07-04
1
-40
/
+1
*
[Thumb] Reapply r272251 with a fix for PR28348
James Molloy
2016-07-04
1
-1
/
+40
*
Revert r272251, it caused PR28348.
Nico Weber
2016-06-29
1
-40
/
+1
*
[ARM] Enable isel of UMAAL
Sam Parker
2016-06-20
1
-0
/
+40
*
[ARM] Strength reduce vectors to arrays.
Benjamin Kramer
2016-06-17
1
-22
/
+10
*
[ARM] Add support for mrrc/mrrc2 intrinsics.
Ranjeet Singh
2016-06-17
1
-0
/
+35
*
Reverting r272778 because there's an assertion
Ranjeet Singh
2016-06-15
1
-28
/
+0
*
[ARM] Add support for mrrc/mrrc2 intrinsics.
Ranjeet Singh
2016-06-15
1
-0
/
+28
*
[Thumb] Fix off-by-one error in r272007
James Molloy
2016-06-14
1
-1
/
+1
*
[ARM] Reverting r272544 because clang patch needs
Ranjeet Singh
2016-06-13
1
-28
/
+0
[next]