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: fix big-endian 64-bit cmpxchg.
Tim Northover
2017-06-30
1
-4
/
+11
*
[ARM] Support constant pools in data when generating execute-only code.
Alexandros Lamprineas
2017-06-20
1
-15
/
+39
*
Revert "[ARM] Support constant pools in data when generating execute-only code."
Alexandros Lamprineas
2017-06-14
1
-38
/
+15
*
[ARM] Support constant pools in data when generating execute-only code.
Alexandros Lamprineas
2017-06-14
1
-15
/
+38
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-5
/
+4
*
[SelectionDAG] Set ISD::FPOWI to Expand by default
Craig Topper
2017-05-30
1
-4
/
+0
*
[ARM] Fix lowering of misaligned memcpy/memset
John Brawn
2017-05-26
1
-6
/
+0
*
[ARM] Temporarily disable globals promotion to constant pools to prevent misc...
Oleg Ranevskyy
2017-05-23
1
-1
/
+1
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-2
/
+2
*
[Atomic] Remove IsStore/IsLoad in the interface, and pass the instruction ins...
Tim Shen
2017-05-09
1
-7
/
+7
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-2
/
+1
*
ARM: use divmod libcalls on embedded MachO platforms too.
Tim Northover
2017-05-08
1
-3
/
+3
*
[ARM][NEON] Add support for ISD::ABS lowering
Simon Pilgrim
2017-05-08
1
-1
/
+4
*
ARM: Compute MaxCallFrame size early
Matthias Braun
2017-05-05
1
-0
/
+5
*
[KnownBits] Add wrapper methods for setting and clear all bits in the underly...
Craig Topper
2017-05-05
1
-2
/
+3
*
[ARM] ACLE Chapter 9 intrinsics
Sam Parker
2017-05-04
1
-0
/
+38
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-23
/
+23
*
ARM: make sure we use all entries in a vector before forming a vpaddl.
Tim Northover
2017-04-21
1
-5
/
+5
*
ARM: don't try to create an i8 -> i32 vpaddl.
Tim Northover
2017-04-21
1
-2
/
+5
*
ARM: lower "fence singlethread" to a pure compiler barrier.
Tim Northover
2017-04-20
1
-1
/
+5
*
ARM: handle post-indexed NEON ops where the offset isn't the access width.
Tim Northover
2017-04-20
1
-5
/
+2
*
[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
[next]