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
/
ARMISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Capitalize ArgListEntry fields. NFC.
Nirav Dave
2017-03-18
1
-12
/
+12
*
Revert "[Thumb1] Fix the bug when adding/subtracting -2147483648"
Artyom Skrobov
2017-03-15
1
-4
/
+4
*
[Thumb1] Fix the bug when adding/subtracting -2147483648
Artyom Skrobov
2017-03-15
1
-4
/
+4
*
[ARM] Enable SMLAL[B|T] isel
Sam Parker
2017-03-15
1
-5
/
+128
*
[ARM] Move SMULW[B|T] isel to DAG Combine
Sam Parker
2017-03-14
1
-0
/
+113
*
[Thumb1] combine ADDC/SUBC with a negative immediate
Artyom Skrobov
2017-03-13
1
-0
/
+20
*
Refactor the multiply-accumulate combines to act on
Artyom Skrobov
2017-03-10
1
-76
/
+64
*
For Thumb1, lower ADDC/ADDE/SUBC/SUBE via the glueless ARMISD nodes,
Artyom Skrobov
2017-03-10
1
-12
/
+63
*
[ARM] Reapply r296865 "[ARM] fpscr read/write intrinsics not aware of each ot...
Ranjeet Singh
2017-03-07
1
-3
/
+4
*
[ARM/AArch64] Support wide interleaved accesses
Matthew Simpson
2017-03-02
1
-53
/
+140
*
[ARM] don't transform an add(ext Cond), C to select unless there's a setcc of...
Sanjay Patel
2017-02-27
1
-1
/
+1
*
Fix PR31896.
Evgeniy Stepanov
2017-02-21
1
-5
/
+8
*
[ARM] Replace HasT2ExtractPack with HasDSP
Sam Parker
2017-02-17
1
-2
/
+2
*
[ARM] Fix crash caused by r294945
James Molloy
2017-02-13
1
-2
/
+4
*
[ARM] Use VCMP, not VCMPE, for floating point equality comparisons
James Molloy
2017-02-13
1
-13
/
+32
*
[ARM] Don't lower f16 interleaved accesses.
Ahmed Bougacha
2017-02-11
1
-0
/
+14
*
[ARM/AArch ISel] SwiftCC: First parameters that are marked swiftself are not ...
Arnold Schwaighofer
2017-02-08
1
-1
/
+2
*
[ARM] Make RWPI use movw/movt when available
Christof Douma
2017-02-07
1
-8
/
+15
*
[CodeGen] Remove dead call-or-prologue enum from CCState
Reid Kleckner
2017-02-02
1
-30
/
+9
*
[LV] Move interleaved access helper functions to VectorUtils (NFC)
Matthew Simpson
2017-02-01
1
-14
/
+3
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
[ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-01-27
1
-46
/
+93
*
ARM: fix vectorized division on WoA
Saleem Abdulrasool
2017-01-27
1
-2
/
+2
*
[ARM] Use helpers for adding pred / CC operands. NFC
Diana Picus
2017-01-20
1
-13
/
+17
*
ARM: match GCC's behaviour for builtins
Saleem Abdulrasool
2017-01-13
1
-166
/
+16
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
[ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC
Diana Picus
2017-01-13
1
-15
/
+15
*
[ARM] CodeGen: Remove AddDefaultCC. NFC.
Diana Picus
2017-01-13
1
-19
/
+26
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-12
/
+12
*
[ARM] CodeGen: Remove AddDefaultPred. NFC.
Diana Picus
2017-01-13
1
-179
/
+241
*
ARM: slightly more table driven libcall setup
Saleem Abdulrasool
2017-01-12
1
-26
/
+59
*
[ARM] More aggressive matching for vpadd and vpaddl.
Eli Friedman
2017-01-11
1
-4
/
+104
*
[ARM] Remove rbit intrinsics and autoupgrade to generic bitreverse.
Chad Rosier
2017-01-10
1
-5
/
+0
*
Caught a simple typo. I do not know of a way to test this, but it seems like ...
Aaron Ballman
2016-12-30
1
-1
/
+1
*
[ARM] Implement isExtractSubvectorCheap.
Eli Friedman
2016-12-20
1
-0
/
+8
*
[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.
Eli Friedman
2016-12-16
1
-2
/
+32
*
[ARM] Expose methods to get the CCAssignFn. NFCI
Diana Picus
2016-12-16
1
-17
/
+18
*
Revert 279703, it caused PR31404.
Nico Weber
2016-12-16
1
-31
/
+2
*
[ARM] Implement execute-only support in CodeGen
Prakhar Bahuguna
2016-12-15
1
-9
/
+29
*
[ARM] Split 128-bit vectors in BUILD_VECTOR lowering
Eli Friedman
2016-12-14
1
-0
/
+21
*
[ARM] Add ARMISD::VLD1DUP to match vld1_dup more consistently.
Eli Friedman
2016-12-14
1
-2
/
+31
*
Generalize strided store pattern in interleave access pass
Alina Sbirlea
2016-12-13
1
-6
/
+36
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-3
/
+2
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-2
/
+3
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-3
/
+2
*
[ARM] Relax restriction on variadic functions for tailcall optimization
Pablo Barrio
2016-11-17
1
-5
/
+0
*
ARM: fix CodeGen for 64-bit shifts.
Tim Northover
2016-11-16
1
-17
/
+31
*
ARM: lower fpowi appropriately for Windows ARM
Saleem Abdulrasool
2016-11-06
1
-0
/
+57
*
[Cortex-M0] Atomic lowering
Weiming Zhao
2016-11-03
1
-4
/
+13
*
CodeGen: further loosen -O0 CG for WoA division
Saleem Abdulrasool
2016-10-31
1
-5
/
+13
[prev]
[next]