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
*
[CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering...
Craig Topper
2016-04-28
1
-14
/
+0
*
[CodeGen] Add getBuildVector and getSplatBuildVector helpers. NFCI.
Ahmed Bougacha
2016-04-26
1
-8
/
+8
*
[ARM] Expand vector ctlz_zero_undef so it becomes ctlz.
Craig Topper
2016-04-26
1
-0
/
+10
*
[ARM] Expand v1i64 and v2i64 ctlz.
Craig Topper
2016-04-26
1
-0
/
+3
*
[ARM] Add support for the X asm constraint
Silviu Baranga
2016-04-25
1
-0
/
+20
*
ARM: fix __chkstk Frame Setup on WoA
Saleem Abdulrasool
2016-04-24
1
-1
/
+3
*
ARM: fix assertion failure on -O0 cmpxchg.
Tim Northover
2016-04-19
1
-7
/
+9
*
[AArch64] [ARM] Make a target-independent llvm.thread.pointer intrinsic.
Marcin Koscielnicki
2016-04-19
1
-1
/
+1
*
ARM: use a pseudo-instruction for cmpxchg at -O0.
Tim Northover
2016-04-18
1
-2
/
+50
*
TargetLowering: Factor out common code for tail call eligibility checking; NFC
Matthias Braun
2016-04-14
1
-21
/
+3
*
ARM: Use a callee save register for the swiftself parameter.
Matthias Braun
2016-04-13
1
-3
/
+26
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-23
/
+23
*
Swift Calling Convention: swiftcc for ARM.
Manman Ren
2016-04-05
1
-0
/
+1
*
ARM, AArch64, X86: Check preserved registers for tail calls.
Matthias Braun
2016-04-04
1
-8
/
+7
*
Remove useless check for ThreadModel==Single in ARMISelLowering. NFC.
James Y Knight
2016-04-01
1
-7
/
+3
*
[ARM] Expand v1i64 and v2i64 ctpop.
Benjamin Kramer
2016-03-31
1
-0
/
+2
*
CodeGen: Factor out code for tail call result compatibility check; NFC
Matthias Braun
2016-03-30
1
-36
/
+10
*
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
*
ARM: Better codegen for 64-bit compares.
Peter Collingbourne
2016-03-21
1
-0
/
+85
*
[CXX_FAST_TLS] Disable tail call when calling conventions are mismatched.
Manman Ren
2016-03-18
1
-0
/
+7
*
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
1
-7
/
+7
*
[DAG] use !isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-5
/
+4
*
[DAG] use isUndef() ; NFCI
Sanjay Patel
2016-03-14
1
-11
/
+9
*
Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein
2016-03-10
1
-0
/
+4
*
[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] fix initialization of PredictableSelectIsExpensive
Junmo Park
2016-02-23
1
-1
/
+1
*
Minor code cleanups. NFC.
Junmo Park
2016-02-19
1
-3
/
+3
*
[CodeGen] Document and use getConstant's splat-building feature. NFC.
Ahmed Bougacha
2016-02-15
1
-6
/
+3
*
[CodeGen] Prefer "if (SDValue R = ...)" to "if (R.getNode())". NFCI.
Ahmed Bougacha
2016-02-09
1
-36
/
+20
*
ARM: support TLS for WoA
Saleem Abdulrasool
2016-02-03
1
-0
/
+52
*
[ARM] Move GNUEABI divmod to __aeabi_divmod*
Renato Golin
2016-02-03
1
-2
/
+4
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
ARMv7k: base ABI decision on v7k Arch rather than watchos OS.
Tim Northover
2016-01-27
1
-2
/
+2
*
CXX_FAST_TLS calling convention: fix issue on ARM.
Manman Ren
2016-01-15
1
-4
/
+5
*
[ARM] Add ARMv8-A semaphore/atomic instructions to ARMv8-M Baseline/Mainline
Bradley Smith
2016-01-15
1
-1
/
+2
*
[ARM] Add SDIV/UDIV instructions to ARMv8-M Baseline
Bradley Smith
2016-01-15
1
-2
/
+3
*
CXX_FAST_TLS calling convention: performance improvement for ARM.
Manman Ren
2016-01-12
1
-0
/
+59
*
CXX_FAST_TLS calling convention: Add support for ARM on Darwin.
Manman Ren
2016-01-11
1
-0
/
+1
*
RBIT Instruction only available for ARMv6t2 and above.
Weiming Zhao
2016-01-08
1
-1
/
+1
*
Add some testing for thumb1 and thumb2 inline asm immediate constraints
Eric Christopher
2016-01-08
1
-2
/
+2
*
ARM: support TLS accesses on Darwin platforms
Tim Northover
2016-01-07
1
-2
/
+70
*
Remove extra whitespace. NFC.
Chad Rosier
2015-12-21
1
-3
/
+3
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
1
-0
/
+1
*
Revert r248483, r242546, r242545, and r242409 - absdiff intrinsics
Hal Finkel
2015-12-11
1
-14
/
+0
*
[AArch64][ARM] Don't base interleaved op legality on type alloc size.
Ahmed Bougacha
2015-12-09
1
-6
/
+6
[next]