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
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
2
-25
/
+25
*
Swift Calling Convention: swiftcc for ARM.
Manman Ren
2016-04-05
2
-0
/
+3
*
[ARM] Cleanup of smul and smla instruction descriptions
Sam Parker
2016-04-05
1
-12
/
+12
*
ARM, AArch64, X86: Check preserved registers for tail calls.
Matthias Braun
2016-04-04
1
-8
/
+7
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
6
-1
/
+30
*
Remove useless check for ThreadModel==Single in ARMISelLowering. NFC.
James Y Knight
2016-04-01
1
-7
/
+3
*
Fix for pr24346: arm asm label calculation error in sub
James Molloy
2016-04-01
3
-6
/
+16
*
[ARM] Expand v1i64 and v2i64 ctpop.
Benjamin Kramer
2016-03-31
1
-0
/
+2
*
Change eliminateCallFramePseudoInstr() to return an iterator
Hans Wennborg
2016-03-31
4
-9
/
+8
*
CodeGen: Factor out code for tail call result compatibility check; NFC
Matthias Braun
2016-03-30
1
-36
/
+10
*
Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...
Aaron Ballman
2016-03-30
1
-1
/
+1
*
Remove HasFnAttribute guards to getFnAttribute calls
Nirav Dave
2016-03-30
1
-1
/
+0
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
2
-0
/
+11
*
ARM: maintain BB ordering when expanding WIN__DBZCHK
Saleem Abdulrasool
2016-03-25
1
-1
/
+1
*
ARM: fix optimised division on WoA
Saleem Abdulrasool
2016-03-25
1
-0
/
+1
*
Replace a string comparison in ARMSubtarget.h with a tablegen entry in ARM.td...
Artyom Skrobov
2016-03-23
2
-5
/
+8
*
ARM: Better codegen for 64-bit compares.
Peter Collingbourne
2016-03-21
2
-0
/
+86
*
[ARM] Add Cortex-A32 support
Renato Golin
2016-03-21
2
-2
/
+10
*
[CXX_FAST_TLS] Fix issues in ARM.
Manman Ren
2016-03-18
1
-2
/
+3
*
[CXX_FAST_TLS] Disable tail call when calling conventions are mismatched.
Manman Ren
2016-03-18
1
-0
/
+7
*
[CXX_FAST_TLS] fix issues with O0 on ARM, AArch64 and X86.
Manman Ren
2016-03-18
1
-0
/
+1
*
ARM: stop asserting on weird <3 x Ty> vectors in ISelLowering.
Tim Northover
2016-03-17
1
-2
/
+3
*
ARM: Revert SVN r253865, 254158, fix windows division
Saleem Abdulrasool
2016-03-17
1
-7
/
+18
*
Tweak some atomics functions in preparation for larger changes; NFC.
James Y Knight
2016-03-16
2
-7
/
+12
*
[MC] Rename TLSDESC as it's not ARM specific.
Davide Italiano
2016-03-15
1
-1
/
+1
*
[MC] Rename TLSCALL as it's not ARM specific.
Davide Italiano
2016-03-15
2
-5
/
+5
*
[DAG] use !isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-5
/
+4
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-11
/
+9
*
ARM: Support relative references using the PREL31 symbol variant.
Peter Collingbourne
2016-03-10
1
-0
/
+3
*
[ARM] Cortex-R8 support
Alexandros Lamprineas
2016-03-10
1
-0
/
+12
*
ARM: follow up improvements for SVN r263118
Saleem Abdulrasool
2016-03-10
4
-4
/
+14
*
ARM: correct __builtin_longjmp on WoA
Saleem Abdulrasool
2016-03-10
1
-1
/
+3
*
Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein
2016-03-10
1
-0
/
+4
*
[ARM] Simplify ARMInstr*.td by getting rid of identity PatFrags (NFC)
Artyom Skrobov
2016-03-08
3
-107
/
+74
*
[ARM] Merging 64-bit divmod lib calls into one
Renato Golin
2016-03-04
1
-0
/
+9
*
Revert "[ARM] Merging 64-bit divmod lib calls into one"
Renato Golin
2016-03-03
1
-9
/
+0
*
[ARM] Merging 64-bit divmod lib calls into one
Renato Golin
2016-03-02
1
-0
/
+9
*
ARM: Introduce conservative load/store optimization mode
Matthias Braun
2016-03-02
1
-0
/
+34
*
TableGen: Check scheduling models for completeness
Matthias Braun
2016-03-01
1
-0
/
+1
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
4
-6
/
+6
*
ARM: disallow pc as a base register in Thumb2 memory ops.
Tim Northover
2016-02-25
2
-2
/
+2
*
ARM: fix handling of movw/movt relocations with addend.
Tim Northover
2016-02-23
1
-3
/
+6
*
Fix PR25339: ARM Constant Island
Weiming Zhao
2016-02-23
1
-9
/
+39
*
[ARM] fix initialization of PredictableSelectIsExpensive
Junmo Park
2016-02-23
1
-1
/
+1
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
10
-88
/
+86
*
CodeGen: Bring back MachineBasicBlock::iterator::getInstrIterator()...
Duncan P. N. Exon Smith
2016-02-22
2
-2
/
+3
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
3
-11
/
+10
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
3
-9
/
+9
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
Minor code cleanups. NFC.
Junmo Park
2016-02-19
1
-3
/
+3
[next]