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
*
[ARM] Rename HW div feature to HW div Thumb. NFCI.
Diana Picus
2017-04-20
1
-3
/
+3
*
[ARM] Remove redundant computeKnownBits helper.
Eli Friedman
2017-04-19
1
-29
/
+14
*
[ARM] Use TableGen patterns to select vtbl. NFC.
Eli Friedman
2017-04-19
1
-0
/
+6
*
DAG: Make mayBeEmittedAsTailCall parameter const
Matt Arsenault
2017-04-18
1
-1
/
+1
*
[ARM] Check for correct HW div when lowering divmod
Diana Picus
2017-04-18
1
-1
/
+3
*
[ARM/AArch64] Ensure valid vector element types for interleaved accesses
Matthew Simpson
2017-04-10
1
-24
/
+32
*
[SelectionDAG] [ARM CodeGen] Fix chain information of LowerMUL
Huihui Zhang
2017-04-06
1
-2
/
+13
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
1
-0
/
+1
*
[ARM] Fix mixup between Lo and Hi in SMLALBB formation.
Eli Friedman
2017-03-25
1
-4
/
+4
*
[ARM] Fix computeKnownBits for ARMISD::CMOV
Pirama Arumuga Nainar
2017-03-23
1
-2
/
+2
*
Reapply r298417 "[ARM] Recommit the glueless lowering of addc/adde in Thumb1"
Artyom Skrobov
2017-03-22
1
-13
/
+83
*
Revert "[ARM] Recommit the glueless lowering of addc/adde in Thumb1, includin...
Vitaly Buka
2017-03-22
1
-83
/
+13
*
[ARM] Recommit the glueless lowering of addc/adde in Thumb1,
Artyom Skrobov
2017-03-21
1
-13
/
+83
*
[ARM] Revert r297443 and r297820.
Eli Friedman
2017-03-21
1
-83
/
+13
*
[ARM] Fix PR32130: Handle promotion of zero sized constants.
Vadzim Dambrouski
2017-03-20
1
-1
/
+2
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-1
/
+1
*
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
[next]