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
*
[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
*
[ARM] Add mrrc/mrrc2 co-processor intrinsics
Ranjeet Singh
2016-06-13
1
-0
/
+28
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-6
/
+7
*
[Thumb] Select a BIC instead of AND if the immediate can be encoded more opti...
James Molloy
2016-06-09
1
-1
/
+40
*
[Thumb-1] Add optimized constant materialization for integers [256..512)
James Molloy
2016-06-07
1
-0
/
+1
*
[ARM] Add additional matching for UBFX instructions
Oliver Stannard
2016-06-01
1
-0
/
+21
*
Apply clang-tidy's misc-static-assert where it makes sense.
Benjamin Kramer
2016-05-27
1
-5
/
+7
*
SDAG: Implement Select instead of SelectImpl in ARMDAGToDAGISel
Justin Bogner
2016-05-12
1
-258
/
+347
*
SDAG: Clean up dangling nodes in ARMISelDAGToDAG::SelectImpl
Justin Bogner
2016-05-12
1
-1
/
+7
*
SDAG: Rename Select->SelectImpl and repurpose Select as returning void
Justin Bogner
2016-05-05
1
-3
/
+2
*
ARM: Use a Handle to track SDNodes in case they're CSE'd. NFC
Justin Bogner
2016-05-05
1
-4
/
+2
*
ARM: use a pseudo-instruction for cmpxchg at -O0.
Tim Northover
2016-04-18
1
-0
/
+33
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[ARM] Enable SMLAW[B|T] and SMLUW[B|T] instruction selection
Sam Parker
2016-04-08
1
-0
/
+138
*
ARM: support TLS for WoA
Saleem Abdulrasool
2016-02-03
1
-0
/
+5
*
ARM: don't mangle DAG constant if it has more than one use
Tim Northover
2016-01-29
1
-2
/
+2
*
[ARM] Add new system registers to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-25
1
-7
/
+32
*
# This is a combination of 2 commits.
Reid Kleckner
2016-01-15
1
-32
/
+7
[next]