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] 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
*
[ARM] When a bitcast is about to be turned into a VMOVDRR, try to combine it
Quentin Colombet
2015-12-04
1
-0
/
+55
*
AArch64: use ldxp/stxp pair to implement 128-bit atomic loads.
Tim Northover
2015-12-02
1
-1
/
+1
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-1
/
+1
*
Revert r254348: "Replace all weight-based interfaces in MBB with probability-...
Hans Wennborg
2015-12-01
1
-1
/
+1
*
Replace all weight-based interfaces in MBB with probability-based interfaces,...
Cong Hou
2015-12-01
1
-1
/
+1
*
ARM: address WOA unsigned division overflow crash
Martell Malone
2015-11-26
1
-17
/
+16
*
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
2015-11-25
1
-20
/
+8
*
ARM: address WoA division overflow crash
Martell Malone
2015-11-23
1
-20
/
+11
*
Properly check if a CMPZ node is in fact comparing against zero
James Molloy
2015-11-16
1
-0
/
+6
*
[ARM] Replace ARMISD::RBIT with ISD::BITREVERSE
James Molloy
2015-11-13
1
-4
/
+5
*
[ARM] CMOV->BFI combining: handle both senses of CMPZ
James Molloy
2015-11-12
1
-0
/
+10
*
Properly fix unused variable in disable-assert builds.
Diego Novillo
2015-11-11
1
-1
/
+3
*
Remove unused variable in disable-assert builds. NFC.
Diego Novillo
2015-11-11
1
-2
/
+1
*
[ARM] Combine BFIs together
James Molloy
2015-11-11
1
-2
/
+109
*
[ARM] add overrides for isCheapToSpeculateCttz() and isCheapToSpeculateCtlz()
Sanjay Patel
2015-11-10
1
-0
/
+8
*
Reapply "[ARM] Combine CMOV into BFI where possible"
James Molloy
2015-11-10
1
-0
/
+112
*
[EABI] Add LLVM support for -meabi flag
Renato Golin
2015-11-09
1
-8
/
+28
*
Revert "[ARM] Combine CMOV into BFI where possible"
Renato Golin
2015-11-09
1
-115
/
+0
*
[WinEH] Update exception pointer registers
Joseph Tremoulet
2015-11-07
1
-7
/
+14
*
[ARM] Compute known bits for ARMISD::CMOV
James Molloy
2015-11-05
1
-0
/
+10
*
[ARM] Combine CMOV into BFI where possible
James Molloy
2015-11-04
1
-0
/
+105
*
ARM: add support for WatchOS's compact unwind information.
Tim Northover
2015-10-28
1
-4
/
+4
*
ARM: teach backend about WatchOS and TvOS libcalls.
Tim Northover
2015-10-28
1
-23
/
+46
*
[ARM] Expand ROTL and ROTR of vector value types
Charlie Turner
2015-10-27
1
-1
/
+5
*
ARM/ELF: Restore original (pre-r251322) logic for deciding whether to use GOT.
Peter Collingbourne
2015-10-26
1
-1
/
+1
*
ARM/ELF: Better codegen for global variable addresses.
Peter Collingbourne
2015-10-26
1
-32
/
+16
*
Change makeLibCall to take an ArrayRef<SDValue> instead of pointer and size. ...
Craig Topper
2015-10-22
1
-6
/
+6
*
Adding support for TargetLoweringBase::LibCall
Artyom Skrobov
2015-10-20
1
-2
/
+2
*
ARM: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-10
/
+7
*
Make a bunch of static arrays const.
Craig Topper
2015-10-18
1
-3
/
+3
*
[ARM] Promote helper function to SelectionDAG.
Chad Rosier
2015-10-07
1
-34
/
+12
*
[ARM] Use correct half-precision functions in EABI mode
Oliver Stannard
2015-10-07
1
-0
/
+8
[next]