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
...
*
Emit diagnostic if an inline asm constraint requires an immediate
Bill Wendling
2019-08-03
1
-5
/
+6
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
[ARM] Lower "(x<<c) > 0x80000000U" to "lsls" on Thumb1.
Eli Friedman
2019-07-31
1
-0
/
+25
*
[ARM] Transform compare of masked value to shift on Thumb1.
Eli Friedman
2019-07-31
1
-0
/
+37
*
[ARM] Better patterns for fp <> predicate vectors
David Green
2019-07-28
1
-4
/
+0
*
[ARM] Rewrite how VCMP are lowered, using a single node
David Green
2019-07-24
1
-104
/
+106
*
[ARM] Disable MVE fptosi and friends
David Green
2019-07-24
1
-0
/
+4
*
[ARM] Better OR's for MVE compares
David Green
2019-07-24
1
-0
/
+57
*
[ARM] MVE floating point compares and selects
David Green
2019-07-24
1
-1
/
+13
*
[ARM] MVE predicate register support
David Green
2019-07-24
1
-13
/
+307
*
[ARM] MVE integer compares and selects
David Green
2019-07-24
1
-5
/
+48
*
[ARM][LowOverheadLoops] Fix branch target codegen
Sam Parker
2019-07-23
1
-26
/
+157
*
[ARM] Rename NEONModImm to VMOVModImm. NFC
David Green
2019-07-23
1
-16
/
+16
*
[IPRA][ARM] Make use of the "returned" parameter attribute
Oliver Stannard
2019-07-22
1
-0
/
+6
*
[ARM][DAGCOMBINE][FIX] PerformVMOVRRDCombine
Diogo N. Sampaio
2019-07-18
1
-3
/
+5
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-3
/
+3
*
[ARM] MVE vector for 64bit types
David Green
2019-07-15
1
-0
/
+6
*
[ARM] MVE Vector Shifts
David Green
2019-07-15
1
-5
/
+8
*
[ARM] Adjust how NEON shifts are lowered
David Green
2019-07-15
1
-115
/
+136
*
[ARM] Add sign and zero extend patterns for MVE
David Green
2019-07-13
1
-1
/
+1
*
[ARM] MVE integer abs
David Green
2019-07-13
1
-0
/
+1
*
[ARM] MVE integer min and max
David Green
2019-07-13
1
-0
/
+4
*
[ARM] MVE VRINT support
David Green
2019-07-13
1
-0
/
+2
*
[ARM] MVE minnm and maxnm instructions
David Green
2019-07-13
1
-4
/
+9
*
[ARM][LowOverheadLoops] Correct offset checking
Sam Parker
2019-07-11
1
-8
/
+12
*
[ARM] Fix null pointer dereference in CodeGen/ARM/Windows/stack-protector-msv...
Fangrui Song
2019-07-08
1
-6
/
+8
*
[ARM] Add support for MSVC stack cookie checking
Martin Storsjo
2019-07-07
1
-0
/
+30
*
[ARM] MVE VMOV immediate handling
David Green
2019-07-05
1
-9
/
+18
*
[ARM] MVE fp to int conversions
David Green
2019-07-05
1
-0
/
+7
*
[ARM] Favour PL/MI over GE/LT when possible
David Green
2019-07-04
1
-0
/
+19
*
[ARM] Fix for NDEBUG builds
Sam Parker
2019-07-03
1
-4
/
+3
*
[Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs sub-of-not (PR42457)
Roman Lebedev
2019-07-03
1
-0
/
+9
*
[ARM] MVE: allow soft-float ABI to pass vector types.
Simon Tatham
2019-07-02
1
-2
/
+36
*
[ARM] Stop using scalar FP instructions in integer-only MVE mode.
Simon Tatham
2019-07-02
1
-16
/
+31
*
[ARM] MVE: support QQPRRegClass and QQQQPRRegClass
Mikhail Maltsev
2019-07-01
1
-2
/
+3
*
[ARM] WLS/LE Code Generation
Sam Parker
2019-07-01
1
-0
/
+42
*
[ARM] Add support for the MVE long shift instructions
Sam Tebbs
2019-06-28
1
-2
/
+55
*
[ARM] Mark math routines as non-legal for MVE
David Green
2019-06-28
1
-0
/
+9
*
[ARM] Widening loads and narrowing stores
David Green
2019-06-28
1
-4
/
+21
*
[ARM] MVE loads and stores
David Green
2019-06-28
1
-11
/
+49
*
[ARM] Mark div and rem as expand for MVE
David Green
2019-06-28
1
-0
/
+12
*
[ARM] MVE vector shuffles
David Green
2019-06-28
1
-61
/
+128
*
[ARM] Fix formatting issue in ARMISelLowering.cpp
Sam Tebbs
2019-06-27
1
-1
/
+2
*
[ARM] Don't reserve R12 on Thumb1 as an emergency spill slot.
Eli Friedman
2019-06-26
1
-1
/
+2
*
[ARM] Fix -Wimplicit-fallthrough after D60709/r364331
Fangrui Song
2019-06-26
1
-4
/
+3
*
[ARM] Support inline assembler constraints for MVE.
Simon Tatham
2019-06-25
1
-1
/
+22
*
[ARM] Code-generation infrastructure for MVE.
Simon Tatham
2019-06-25
1
-5
/
+32
*
[ARM] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds after D60692
Fangrui Song
2019-06-25
1
-0
/
+1
*
[ARM] Explicit lowering of half <-> double conversions.
Simon Tatham
2019-06-25
1
-11
/
+68
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-4
/
+7
[prev]
[next]