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
*
Revert r312898 "[ARM] Use ADDCARRY / SUBCARRY"
Hans Wennborg
2017-09-11
2
-168
/
+20
*
[ARM] Enable the use of SVC anywhere in an IT block
Andre Vieira
2017-09-11
1
-3
/
+4
*
[ARM] Use ADDCARRY / SUBCARRY
Roger Ferrer Ibanez
2017-09-11
2
-20
/
+168
*
[ARM] Remove redundant vcvt patterns.
Benjamin Kramer
2017-09-07
1
-14
/
+0
*
ARM: track globals promoted to coalesced const pool entries
Saleem Abdulrasool
2017-09-07
3
-13
/
+27
*
Insert IMPLICIT_DEFS for undef uses in tail merging
Matthias Braun
2017-09-06
1
-12
/
+10
*
[ARM] Make ARMExpandPseudo add implicit uses for predicated instructions
Eli Friedman
2017-09-05
1
-8
/
+26
*
[ARM] Register ARMExpandPseudo pass.
Eli Friedman
2017-09-05
3
-1
/
+8
*
[ARM] GlobalISel: Minor cleanups in inst selector
Diana Picus
2017-09-05
1
-11
/
+10
*
[ARM] GlobalISel: Support global variables for RWPI
Diana Picus
2017-09-05
1
-15
/
+51
*
[ARM] GlobalISel: Support ROPI global variables
Diana Picus
2017-09-01
1
-2
/
+14
*
[ARM] Add 2-operand assembly aliases for Thumb1 ADD/SUB
Oliver Stannard
2017-09-01
1
-0
/
+6
*
Move static helper into ARMTargetLowering. NFC
Diana Picus
2017-09-01
2
-1
/
+3
*
[ARM] Reverse PostRASched subtarget feature logic
Sam Parker
2017-08-31
4
-24
/
+17
*
[ARM] Replace fixed-size SmallSet with a bitset.
Benjamin Kramer
2017-08-30
1
-30
/
+30
*
[ARM] Use Swift error registers on non-Darwin targets
Brian Gesiak
2017-08-30
1
-2
/
+2
*
[ARM] - Tidy-up ARMAsmPrinter.cpp
Javed Absar
2017-08-29
1
-10
/
+8
*
[ARM] GlobalISel: Select globals in PIC mode
Diana Picus
2017-08-29
4
-7
/
+37
*
Fix ARMv4 support
Joerg Sonnenberger
2017-08-28
9
-10
/
+35
*
[ARM] Fix bug in ARMLoadStoreOptimizer when kill flags are missing.
Geoff Berry
2017-08-28
1
-30
/
+19
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-4
/
+4
*
[ARM] Tidy-up condition-code support functions
Javed Absar
2017-08-27
3
-102
/
+89
*
[ARM] Tidy-up ARMAsmParser. NFC.
Javed Absar
2017-08-27
1
-23
/
+5
*
[ARM, Thumb1] Prevent ARMTargetLowering::isLegalAddressingMode from accepting...
Evgeny Astigeevich
2017-08-24
2
-4
/
+22
*
ARM: use internal relocations for local symbols after all.
Tim Northover
2017-08-23
1
-2
/
+11
*
[GISEl]: Translate phi into G_PHI
Aditya Nandakumar
2017-08-23
1
-1
/
+1
*
[ARM] Add missing patterns for insert_subvector.
Florian Hahn
2017-08-23
1
-0
/
+16
*
TargetInstrInfo: Change duplicate() to work on bundles.
Matthias Braun
2017-08-22
2
-15
/
+25
*
[ARM][AArch64] v8.3-A Javascript Conversion
Sam Parker
2017-08-22
1
-0
/
+9
*
[ARM] Call setBooleanContents(ZeroOrOneBooleanContent)
Renato Golin
2017-08-22
1
-0
/
+1
*
Fix a typo in r311435.
Chandler Carruth
2017-08-22
1
-1
/
+1
*
Use report_fatal_error for unsupported calling conventions
Alex Bradbury
2017-08-22
2
-4
/
+4
*
[ARM][AArch64] Cortex-A75 and Cortex-A55 support
Sam Parker
2017-08-21
3
-0
/
+18
*
[ARM] Factorize the calculation of WhichResult in isV*Mask. NFC.
Martin Storsjo
2017-08-19
1
-24
/
+13
*
[ARM] Check the right order for halves of VZIP/VUZP if both parts are used
Martin Storsjo
2017-08-19
1
-4
/
+16
*
ARMRegsiterInfo: Define more ssub indexes; NFC
Matthias Braun
2017-08-19
1
-3
/
+13
*
ARM: use an external relocation for calls from MachO ARM mode.
Tim Northover
2017-08-18
1
-5
/
+4
*
[ARM] Add PostRAScheduler option
Sam Parker
2017-08-18
3
-4
/
+20
*
ARM: mark CPSR as clobbered for Windows VLAs
Saleem Abdulrasool
2017-08-17
1
-0
/
+4
*
[ARM] Improve loop unrolling for Cortex-M
Sam Parker
2017-08-16
1
-6
/
+19
*
Reapply "[GlobalISel] Remove the GISelAccessor API."
Quentin Colombet
2017-08-15
2
-50
/
+17
*
[ARM] Tidy-up Cortex-A15 DPR-SPR optimizer implementation
Javed Absar
2017-08-14
1
-27
/
+12
*
[X86][ARM][TargetLowering] Add SrcVT to isExtractSubvectorCheap
Craig Topper
2017-08-13
2
-2
/
+3
*
[Triple] Add isThumb and isARM functions.
Florian Hahn
2017-08-12
3
-11
/
+3
*
[ARM] Assembler support for the ARMv8.2a dot product instructions
Sjoerd Meijer
2017-08-11
8
-2
/
+85
*
[ARM] Clarify legal addressing modes for ARM and Thumb2. NFC
Eli Friedman
2017-08-10
1
-3
/
+11
*
Add "Restored" flag to CalleeSavedInfo
Krzysztof Parzyszek
2017-08-10
4
-9
/
+18
*
[ARM][AArch64] ARMv8.3-A enablement
Sam Parker
2017-08-10
3
-0
/
+21
*
ARM: Fix CMP_SWAP expansion
Matthias Braun
2017-08-09
2
-32
/
+16
*
[ARM] Emit error when ARM exec mode is not available.
Florian Hahn
2017-08-09
2
-2
/
+5
[next]