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
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-7
/
+9
*
Use the range variant of count_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+2
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
[ARM] Add support for embedded position-independent code
Oliver Stannard
2016-08-08
1
-2
/
+30
*
[ARM] Some saturation instructions not DSP-only
Bernard Ogden
2016-08-02
1
-1
/
+1
*
[Thumb] Emit Thumb move in both Thumb modes for struct_byval predicates
Prakhar Bahuguna
2016-07-29
1
-4
/
+5
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-25
/
+25
*
[ARM] Saturation instructions are DSP-only
Renato Golin
2016-07-25
1
-1
/
+2
*
[ARM] Improve longMAC codegen test
Sam Parker
2016-07-25
1
-1
/
+2
*
Revert "Disable this-return argument forwarding on ARM/AArch64"
David Majnemer
2016-07-20
1
-8
/
+1
*
[ARM] Honour ABI for rem under -O0 for EABI, GNUEABI, Android and Musl
Diana Picus
2016-07-18
1
-0
/
+1
*
Disable this-return argument forwarding on ARM/AArch64
Hal Finkel
2016-07-16
1
-1
/
+8
*
[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...
Justin Lebar
2016-07-15
1
-115
/
+80
*
[ARM] Fix build after r275540
James Molloy
2016-07-15
1
-6
/
+6
*
[Thumb-1] Select post-increment load and store where possible
James Molloy
2016-07-15
1
-4
/
+36
*
[ARM] Followup to r275537 addressing review comments
James Molloy
2016-07-15
1
-2
/
+2
*
[ARM] Prefer indirect calls in minsize mode
James Molloy
2016-07-15
1
-28
/
+42
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
1
-9
/
+14
*
ARM: Remove implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-1
/
+1
*
ARM: fix `-mlong-calls` for WoA
Saleem Abdulrasool
2016-07-05
1
-1
/
+1
*
[CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin...
Craig Topper
2016-07-01
1
-3
/
+3
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-86
/
+90
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Use ShuffleVectorSDNode::isSplat member method instead of static method isSpl...
Craig Topper
2016-06-30
1
-1
/
+1
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
Don't pass a Reloc::Model to GVIsIndirectSymbol.
Rafael Espindola
2016-06-28
1
-2
/
+1
*
NFC. Fix popular typo in comment 'deferencing' --> 'dereferencing'.
Nick Lewycky
2016-06-28
1
-1
/
+1
*
Move shouldAssumeDSOLocal to Target.
Rafael Espindola
2016-06-27
1
-8
/
+2
*
Refactor a duplicated predicate. NFC.
Rafael Espindola
2016-06-26
1
-4
/
+0
*
Add support for musl-libc on ARM Linux.
Rafael Espindola
2016-06-24
1
-3
/
+3
*
[ARM] Use aapcs_vfp for ___truncdfhf2 on v7k.
Ahmed Bougacha
2016-06-24
1
-11
/
+13
*
[ARM] Lower (select_cc k k (select_cc ~k ~k x)) into (SSAT l_k x)
Pablo Barrio
2016-06-23
1
-1
/
+133
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 1). NFCI
Diana Picus
2016-06-23
1
-2
/
+3
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
1
-6
/
+5
*
[ARM] Enable isel of UMAAL
Sam Parker
2016-06-20
1
-7
/
+86
*
Add a isPositionIndependent predicate.
Rafael Espindola
2016-06-20
1
-17
/
+19
*
Don't print (PLT) on arm.
Rafael Espindola
2016-06-16
1
-12
/
+2
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-16
1
-3
/
+1
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-16
1
-6
/
+5
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-16
1
-4
/
+5
*
Refactor duplicated code. NFC.
Rafael Espindola
2016-06-16
1
-3
/
+5
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-61
/
+50
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-2
/
+2
*
ARM: correct TLS access on WoA
Saleem Abdulrasool
2016-06-07
1
-2
/
+12
*
RAS extensions are part of ARMv8.2-A. This change enables them by introducing a
Sjoerd Meijer
2016-06-03
1
-1
/
+1
*
Avoid a load for local functions.
Rafael Espindola
2016-06-01
1
-2
/
+7
*
Add a use of shouldAssumeDSOLocal to ARM.
Rafael Espindola
2016-05-31
1
-2
/
+6
*
ARM: stop emitting blx instructions for most calls on MachO.
Tim Northover
2016-05-10
1
-2
/
+1
[next]