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
...
*
Fix typo.
Matthias Braun
2015-05-07
1
-1
/
+1
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
1
-2
/
+6
*
[ARM] generate VMAXNM/VMINNM for a compare followed by a select, in safe math...
Artyom Skrobov
2015-05-06
1
-25
/
+100
*
Don't always apply kill flag in thumb2 ABS pseudo expansion.
Pete Cooper
2015-04-30
1
-1
/
+2
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-223
/
+251
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-251
/
+223
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-223
/
+251
*
Cleanup, remove unused return value
Matthias Braun
2015-04-28
1
-4
/
+2
*
[ARM] make vminnm/vmaxnm work with ?le, ?ge and no-nans-fp-math
Scott Douglass
2015-04-08
1
-9
/
+18
*
Use movw/movt instead of constant pool loads to lower byval parameter copies
Derek Schuff
2015-03-26
1
-5
/
+9
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+2
*
[ARM] Remove target-specific ITOFP/FPTOI nodes
James Molloy
2015-03-23
1
-44
/
+8
*
[ARM] Align stack objects passed to memory intrinsics
John Brawn
2015-03-18
1
-0
/
+15
*
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
[prev]
[next]