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
...
*
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
*
[ARM] Prevent PerformVDIVCombine from combining a vcvt/vdiv with 8 lanes.
Chad Rosier
2015-10-07
1
-3
/
+4
*
[ARM][AArch64] Only lower to interleaved load/store if the target has NEON
Jeroen Ketema
2015-10-07
1
-6
/
+7
*
[ARM] Push more complex check down to reduce compile time. NFC.
Chad Rosier
2015-10-07
1
-10
/
+10
*
[ARM] Minor refactoring. NFC.
Chad Rosier
2015-10-06
1
-2
/
+4
*
[ARM] Minor refactoring. NFC.
Chad Rosier
2015-10-06
1
-8
/
+10
*
[ARM] Minor refactoring. NFC.
Chad Rosier
2015-10-06
1
-9
/
+8
*
[ARM] Minor refactoring to improve readability. NFC.
Chad Rosier
2015-10-06
1
-13
/
+14
*
[ARM] Modify codegen for memcpy intrinsic to prefer LDM/STM.
Scott Douglass
2015-10-05
1
-0
/
+34
*
[ARM][NEON] Use address space in vld([1234]|[234]lane) and vst([1234]|[234]la...
Jeroen Ketema
2015-09-30
1
-6
/
+7
*
[ARM] Avoid redundant checks for isThumb1Only() after supportsTailCall()
Artyom Skrobov
2015-09-28
1
-21
/
+3
*
[ARM] Don't generate clrex for pre-v7 targets.
Ahmed Bougacha
2015-09-26
1
-0
/
+2
*
ARM: make -Asserts,-Werror=unused-variable build happy
Saleem Abdulrasool
2015-09-25
1
-4
/
+4
*
ARM: address WoA division limitation
Saleem Abdulrasool
2015-09-25
1
-8
/
+131
*
[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def
Artyom Skrobov
2015-09-24
1
-1
/
+1
*
[ARM] Emit clrex in the expanded cmpxchg fail block.
Ahmed Bougacha
2015-09-22
1
-0
/
+6
*
[ARM] Do not scale vext with a factor
Jeroen Ketema
2015-09-21
1
-9
/
+1
*
ARM: cleanup formatting
Saleem Abdulrasool
2015-09-20
1
-2
/
+2
*
propagate fast-math-flags on DAG nodes
Sanjay Patel
2015-09-16
1
-0
/
+5
*
[CodeGen] Refactor TLI/AtomicExpand interface to make LLSC explicit.
Ahmed Bougacha
2015-09-11
1
-5
/
+10
*
[CodeGen] Rename AtomicRMWExpansionKind to AtomicExpansionKind.
Ahmed Bougacha
2015-09-11
1
-3
/
+3
*
[ARM] Do not use vtrn for vectorshuffle if the order is reversed
James Molloy
2015-09-10
1
-4
/
+13
*
[ARM] Don't abort on variable-idx extractelt in ReconstructShuffle.
Ahmed Bougacha
2015-09-01
1
-0
/
+4
*
[CodeGen] Support (and default to) expanding READCYCLECOUNTER to 0.
Ahmed Bougacha
2015-08-28
1
-30
/
+21
*
[WinEH] Add some support for code generating catchpad
Reid Kleckner
2015-08-27
1
-4
/
+4
*
[ARM] Use AEABI helpers for i64 div and rem
Scott Douglass
2015-08-24
1
-5
/
+58
*
[ARM] Refactor LowerDivRem before adding LowerREM (nfc)
Scott Douglass
2015-08-24
1
-17
/
+36
*
[ARM] Don't try and custom lower a vNi64 SETCC.
James Molloy
2015-08-20
1
-0
/
+6
*
[ARM] Add instruction selection patterns for vmin/vmax
Silviu Baranga
2015-08-19
1
-2
/
+20
*
[ARM] Fix crash when targetting CPU without NEON
James Molloy
2015-08-17
1
-3
/
+3
*
Rip out hand-rolled matching code for VMIN, VMAX, VMINNM and VMAXNM
James Molloy
2015-08-17
1
-194
/
+0
*
[ARM] FMINNAN/FMAXNAN of f64 are not legal.
James Molloy
2015-08-13
1
-2
/
+0
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-75
/
+92
*
[ARM] Match fminnan/fmaxnan for vector vmin/vmax instead of an intrinsic
James Molloy
2015-08-11
1
-0
/
+16
*
[ARM] Match fminnum/fmaxnum for vector vminnm/vmaxnm instead of an intrinsic
James Molloy
2015-08-11
1
-0
/
+12
*
[ARM] Replace ARMISD::VMINNM/VMAXNM with ISD::FMINNUM/FMAXNUM
James Molloy
2015-08-11
1
-6
/
+8
[prev]
[next]