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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Thumb1] The recently added tADCS and tSBCS pseudo-instructions were missing ...
Artyom Skrobov
2017-04-21
1
-1
/
+2
*
ARM: lower "fence singlethread" to a pure compiler barrier.
Tim Northover
2017-04-20
2
-1
/
+12
*
ARM: handle post-indexed NEON ops where the offset isn't the access width.
Tim Northover
2017-04-20
2
-14
/
+24
*
[Thumb-1] Fix corner cases for compressed jump tables
Weiming Zhao
2017-04-20
1
-0
/
+9
*
Fix use-after-frees on memory allocated in a Recycler.
Benjamin Kramer
2017-04-20
2
-7
/
+6
*
[ARM] Fix handling of mapping symbols when changing sections
John Brawn
2017-04-20
1
-1
/
+1
*
[ARM] Rename HW div feature to HW div Thumb. NFCI.
Diana Picus
2017-04-20
8
-36
/
+38
*
ARMFrameLowering: Reserve emergency spill slot for large arguments
Matthias Braun
2017-04-19
1
-8
/
+35
*
[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
3
-92
/
+59
*
ARM: TLS calling convention doesn't preserve r9 or r12 on Darwin.
Tim Northover
2017-04-19
1
-3
/
+3
*
Revert "ARMFrameLowering: Reserve emergency spill slot for large arguments"
Renato Golin
2017-04-19
1
-41
/
+8
*
[ARM] GlobalISel: Add support for G_MUL
Diana Picus
2017-04-19
3
-1
/
+12
*
ARM: Use methods to access data stored with frame instructions
Serge Pavlov
2017-04-19
3
-8
/
+27
*
ARMFrameLowering: Reserve emergency spill slot for large arguments
Matthias Braun
2017-04-19
1
-8
/
+41
*
DAG: Make mayBeEmittedAsTailCall parameter const
Matt Arsenault
2017-04-18
2
-2
/
+2
*
[ARM] Add hardware build attributes in assembler
Oliver Stannard
2017-04-18
3
-164
/
+189
*
[ARM] GlobalISel: Add support for G_SUB
Diana Picus
2017-04-18
3
-2
/
+8
*
[ARM] Check for correct HW div when lowering divmod
Diana Picus
2017-04-18
1
-1
/
+3
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-9
/
+9
*
This patch closes PR#32216: Better testing of schedule model instruction late...
Andrew V. Tischenko
2017-04-14
1
-2
/
+2
*
[SystemZ] TargetTransformInfo cost functions implemented.
Jonas Paulsson
2017-04-12
2
-7
/
+11
*
[ARM] Refactor Thumb2 sat instructions
Sam Parker
2017-04-11
1
-48
/
+30
*
GlobalISel: Allow legalizing G_FADD to a libcall
Diana Picus
2017-04-11
1
-0
/
+3
*
[ARM/AArch64] Ensure valid vector element types for interleaved accesses
Matthew Simpson
2017-04-10
3
-29
/
+47
*
[ARM] GlobalISel: Support G_FPOW for float and double
Diana Picus
2017-04-10
1
-2
/
+3
*
[ARM] Prefer BIC over BFC in ARM mode.
Eli Friedman
2017-04-07
1
-0
/
+1
*
[ARM] GlobalISel: Support frem for 64-bit values
Diana Picus
2017-04-07
1
-0
/
+1
*
[ARM] GlobalISel: Support frem for 32-bit values
Diana Picus
2017-04-07
2
-5
/
+3
*
Revert "Revert "[ARM] Add Kryo to available targets""
Yi Kong
2017-04-06
3
-1
/
+11
*
[SelectionDAG] [ARM CodeGen] Fix chain information of LowerMUL
Huihui Zhang
2017-04-06
1
-2
/
+13
*
Revert "[ARM] Add Kryo to available targets"
Yi Kong
2017-04-06
2
-10
/
+1
*
[ARM] Add Kryo to available targets
Yi Kong
2017-04-06
2
-1
/
+10
*
[ARM] Remove a dead ADD during the creation of TBBs
David Green
2017-04-06
1
-1
/
+42
*
ARMFrameLowering: Slight cleanups; NFC
Matthias Braun
2017-04-05
1
-4
/
+5
*
[DAGCombiner] add and use TLI hook to convert and-of-seteq / or-of-setne to b...
Sanjay Patel
2017-04-05
1
-0
/
+4
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
3
-46
/
+40
*
Reland r298901 with modifications (reverted in r298932)
Weiming Zhao
2017-04-03
1
-15
/
+71
*
ARMAsmParser: clean up of isImmediate functions
Sjoerd Meijer
2017-04-03
5
-238
/
+139
*
[DAGCombiner] Add vector demanded elements support to computeKnownBitsForTarg...
Simon Pilgrim
2017-03-31
2
-0
/
+2
*
Revert "Dont emit Mapping symbols for sections that contain only data."
Weiming Zhao
2017-03-28
1
-68
/
+14
*
Dont emit Mapping symbols for sections that contain only data.
Weiming Zhao
2017-03-28
1
-14
/
+68
*
Improve machine schedulers for in-order processors
Javed Absar
2017-03-27
1
-1
/
+4
*
[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
*
[ARM] Reduce code duplication by factoring out in a lambda. NFCI.
Davide Italiano
2017-03-23
1
-16
/
+11
*
Reapply r298417 "[ARM] Recommit the glueless lowering of addc/adde in Thumb1"
Artyom Skrobov
2017-03-22
3
-31
/
+167
*
[ARM] simplifying t2_so_imm_neg as suggested by Eli Friedman in D31242 (NFC)
Artyom Skrobov
2017-03-22
1
-5
/
+2
*
[ARM] t2_so_imm_neg had a subtle bug in the conversion, and could trigger UB ...
Artyom Skrobov
2017-03-22
1
-1
/
+3
*
Revert "[ARM] Recommit the glueless lowering of addc/adde in Thumb1, includin...
Vitaly Buka
2017-03-22
3
-167
/
+31
[next]