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
*
[ARM] Add OptMinSize to ARMSubtarget
Sam Parker
2019-02-08
1
-9
/
+12
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-3
/
+5
*
[ARM] Deduplicate table generated CC analysis code
Reid Kleckner
2019-01-28
1
-2
/
+0
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-0
/
+3
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-3
/
+0
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-0
/
+3
*
[ARM] Combine ands+lsls to lsls+lsrs for Thumb1.
Eli Friedman
2019-01-22
1
-4
/
+60
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM] ComputeKnownBits to handle extract vectors
Diogo N. Sampaio
2019-01-07
1
-0
/
+27
*
[ARM] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-8
/
+5
*
[ARM] Complete the Thumb1 shift+and->shift+shift transforms.
Eli Friedman
2018-12-20
1
-7
/
+46
*
ARM: use acquire/release instruction variants when available.
Tim Northover
2018-12-17
1
-1
/
+2
*
ARM: use target-specific SUBS node when combining cmp with cmov.
Tim Northover
2018-12-03
1
-11
/
+20
*
[ARM] Don't expand sdiv when optimising for minsize
Sjoerd Meijer
2018-11-30
1
-0
/
+44
*
[ARM] Fix CPSR liveness in tMOVCCr_pseudo lowering.
Eli Friedman
2018-11-07
1
-0
/
+44
*
[NFC] Rename minnan and maxnan to minimum and maximum
Thomas Lively
2018-10-24
1
-13
/
+13
*
ARM: Use BKPT instead of TRAP to implement llvm.debugtrap.
Peter Collingbourne
2018-10-24
1
-0
/
+1
*
ARM: handle checking aliases with out-of-bounds GEPs
Saleem Abdulrasool
2018-10-24
1
-3
/
+5
*
[ARM][NEON] Improve vector popcnt lowering with PADDL (PR39281)
Simon Pilgrim
2018-10-15
1
-130
/
+26
*
[ARM] Fix correctness checks in promoteToConstantPool.
Eli Friedman
2018-09-28
1
-46
/
+15
*
[ARM] Use preferred alignment for constants in promoteToConstantPool.
Eli Friedman
2018-09-28
1
-1
/
+1
*
[ARM] Share predecessor bookkeeping in CombineBaseUpdate. NFCI.
Nirav Dave
2018-09-25
1
-2
/
+9
*
[AtomicExpandPass]: Add a hook for custom cmpxchg expansion in IR
Alex Bradbury
2018-09-19
1
-4
/
+6
*
ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
Tim Northover
2018-09-13
1
-0
/
+7
*
[MinGW] Move code for indicating "potentially not DSO local" into shouldAssum...
Martin Storsjo
2018-09-04
1
-3
/
+2
*
[MinGW] [ARM] Add stubs for potential automatic dllimported variables
Martin Storsjo
2018-08-31
1
-3
/
+8
*
[ARM] Lower llvm.ctlz.i32 to a libcall when clz is not available.
Eli Friedman
2018-08-22
1
-1
/
+3
*
[ARM] Handle all-ones mask explicitly in targetShrinkDemandedConstant.
Eli Friedman
2018-08-22
1
-4
/
+11
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-0
/
+2
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-4
/
+2
*
[ARM] Make PerformSHLSimplify add nodes to the DAG worklist correctly.
Eli Friedman
2018-08-14
1
-3
/
+20
*
Fix unused lambda capture warning from r339472.
Eli Friedman
2018-08-10
1
-1
/
+1
*
[ARM] Adjust AND immediates to make them cheaper to select.
Eli Friedman
2018-08-10
1
-0
/
+77
*
[ARM] FP16: support vector INT_TO_FP and FP_TO_INT
Sjoerd Meijer
2018-08-08
1
-7
/
+35
*
[ARM] FP16: support the vector vmin and vmax variants
Sjoerd Meijer
2018-08-08
1
-0
/
+12
*
Remove trailing space
Fangrui Song
2018-07-30
1
-5
/
+5
*
[ARM] Prefer lsls+lsrs over lsls+ands or lsrs+ands in Thumb1.
Eli Friedman
2018-07-25
1
-0
/
+81
*
ARM: stop explicitly marking armv7k libcalls as hard-float. NFC.
Tim Northover
2018-07-18
1
-7
/
+0
*
[ARM] Treat cmn immediates as legal in isLegalICmpImmediate.
Eli Friedman
2018-07-10
1
-4
/
+6
*
[NEON] Fix combining of vldx_dup intrinsics with updating of base addresses
Ivan A. Kosarev
2018-07-05
1
-0
/
+6
*
[ARM] Fix PR37382: Don't optimize mul.with.overflow on thumbv6m.
Vadzim Dambrouski
2018-07-02
1
-2
/
+6
*
[NEON] Support vldNq intrinsics in AArch32 (LLVM part)
Ivan A. Kosarev
2018-06-27
1
-1
/
+7
*
[NEON] Support VST1xN intrinsics in AArch32 mode (LLVM part)
Ivan A. Kosarev
2018-06-10
1
-0
/
+24
*
[NEON] Support VLD1xN intrinsics in AArch32 mode (LLVM part)
Ivan A. Kosarev
2018-06-02
1
-0
/
+18
*
Revert r333819 "[NEON] Support VLD1xN intrinsics in AArch32 mode (Clang part)"
Ivan A. Kosarev
2018-06-02
1
-18
/
+0
*
[NEON] Support VLD1xN intrinsics in AArch32 mode (Clang part)
Ivan A. Kosarev
2018-06-02
1
-0
/
+18
*
[ARM] Remove code handling ADDC/ADDE/SUBC/SUBE
Amaury Sechet
2018-05-30
1
-30
/
+0
*
[ARM] Enable SETCCCARRY lowering for Thumb1.
Eli Friedman
2018-05-29
1
-3
/
+1
*
ARM: be conservative when asked load/store alignment of weird type.
Tim Northover
2018-05-21
1
-0
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+8
[next]