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
*
In preparation for moving ARM's TargetRegisterInfo to the TargetMachine
Eric Christopher
2015-03-12
1
-1
/
+1
*
Silencing an "enumeral and non-enumeral type in conditional expression" warni...
Aaron Ballman
2015-03-12
1
-1
/
+1
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-3
/
+3
*
ARM: simplify and extend byval handling
Tim Northover
2015-03-11
1
-216
/
+103
*
Remove the remaining uses of abs64 and nuke it.
Benjamin Kramer
2015-03-09
1
-3
/
+3
*
Make constant arrays that are passed to functions as const.
Benjamin Kramer
2015-03-07
1
-7
/
+5
*
[ARM] Enable vector extload combine for legal types.
Ahmed Bougacha
2015-03-05
1
-0
/
+22
*
Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how ...
JF Bastien
2015-03-04
1
-2
/
+5
*
Remove MCStreamer.h include from MCContext.h and explictly include it where n...
Pete Cooper
2015-03-04
1
-0
/
+1
*
getRegForInlineAsmConstraint wants to use TargetRegisterInfo for
Eric Christopher
2015-02-26
1
-2
/
+3
*
Remove an argument-less call to getSubtargetImpl from TargetLoweringBase.
Eric Christopher
2015-02-26
1
-4
/
+5
*
ARM: treat [N x i32] and [N x i64] as AAPCS composite types
Tim Northover
2015-02-24
1
-4
/
+8
*
Rewrite the global merge pass to be subprogram agnostic for now.
Eric Christopher
2015-02-23
1
-6
/
+0
*
CodeGen: convert CCState interface to using ArrayRefs
Tim Northover
2015-02-21
1
-9
/
+6
*
[ARM] Re-re-apply VLD1/VST1 base-update combine.
Ahmed Bougacha
2015-02-19
1
-14
/
+117
*
[ARM] Minor cleanup to CombineBaseUpdate. NFC.
Ahmed Bougacha
2015-02-19
1
-20
/
+22
*
[CodeGen] Use ArrayRef instead of std::vector&. NFC.
Ahmed Bougacha
2015-02-19
1
-1
/
+1
*
AArch64: Safely handle the incoming sret call argument.
Andrew Trick
2015-02-16
1
-3
/
+8
*
ARM: Canonicalize access to function attributes, NFC
Duncan P. N. Exon Smith
2015-02-14
1
-9
/
+4
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-5
/
+1
*
ARM & AArch64: teach LowerVSETCC that output type size may differ from input.
Tim Northover
2015-02-08
1
-13
/
+16
*
Reverting VLD1/VST1 base-updating/post-incrementing combining
Renato Golin
2015-02-04
1
-102
/
+14
*
Remove getSubtargetImpl from ARMISelLowering and cache the
Eric Christopher
2015-01-29
1
-31
/
+19
*
This patch fixes issue with lowering below mentioned pattern :-
Jyoti Allur
2015-01-23
1
-7
/
+10
*
[SelectionDAG] Allow targets to specify legality of extloads' result
Ahmed Bougacha
2015-01-08
1
-10
/
+16
*
[CodeGen] Use MVT iterator_ranges in legality loops. NFC intended.
Ahmed Bougacha
2015-01-07
1
-17
/
+12
*
ARM: permit tail calls to weak externals on COFF
Saleem Abdulrasool
2015-01-03
1
-1
/
+3
*
[ARM] Don't break alignment when combining base updates into load/stores.
Ahmed Bougacha
2014-12-23
1
-2
/
+47
*
Fixing -Wsign-compare warnings; NFC.
Aaron Ballman
2014-12-16
1
-1
/
+2
*
[ARM] Prevent PerformVCVTCombine from combining a vmul/vcvt with 8 lanes
Bradley Smith
2014-12-16
1
-3
/
+5
*
Silence more static analyzer warnings.
Michael Ilseman
2014-12-15
1
-1
/
+3
*
Reapply "[ARM] Combine base-updating/post-incrementing vector load/stores."
Ahmed Bougacha
2014-12-13
1
-6
/
+40
*
Revert "[ARM] Combine base-updating/post-incrementing vector load/stores."
Renato Golin
2014-12-13
1
-38
/
+6
*
[ARM] Combine base-updating/post-incrementing vector load/stores.
Ahmed Bougacha
2014-12-10
1
-6
/
+38
*
[ARM] Factor out base-updating VLD/VST combiner function. NFC.
Ahmed Bougacha
2014-12-09
1
-6
/
+15
*
[ARM] Move the store combiner function down. NFC.
Ahmed Bougacha
2014-12-09
1
-141
/
+143
*
Both of these subtargets have functions that check whether or
Eric Christopher
2014-12-05
1
-1
/
+1
*
Remove a bunch of unnecessary typecasts to 'const TargetRegisterClass *'
Craig Topper
2014-11-21
1
-19
/
+12
*
Fix more instances of -Wsentinel on Windows with s/NULL/nullptr/
Reid Kleckner
2014-11-20
1
-2
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
We can get the TLOF from the TargetMachine - so constructor no longer require...
Aditya Nandakumar
2014-11-13
1
-1
/
+1
*
This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...
Aditya Nandakumar
2014-11-13
1
-9
/
+1
*
[ARM, inline-asm] Fix ARMTargetLowering::getRegForInlineAsmConstraint to return
Akira Hatanaka
2014-11-03
1
-0
/
+2
*
Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
Daniel Sanders
2014-11-01
1
-3
/
+3
*
[CodeGenPrepare] Move extractelement close to store if they can be combined.
Quentin Colombet
2014-10-31
1
-0
/
+29
*
[ARM] Select VMAXNM and VMINNM regardless of operand order
Oliver Stannard
2014-10-27
1
-6
/
+12
*
Do not emit intermediate register for zero FP immediate
Renato Golin
2014-10-23
1
-0
/
+12
*
ARM: rework Thumb1 frame index rewriting
Tim Northover
2014-10-20
1
-3
/
+3
*
Use triple's isiOS() and isOSDarwin() methods.
Bob Wilson
2014-10-09
1
-1
/
+1
*
constify TargetMachine argument.
Eric Christopher
2014-10-03
1
-1
/
+1
[next]