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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-0
/
+2
*
Revert "[ARM] push LR before __gnu_mcount_nc"
Jian Cai
2019-08-16
1
-2
/
+0
*
[ARM] push LR before __gnu_mcount_nc
Jian Cai
2019-08-16
1
-0
/
+2
*
[ARM] Don't pretend we know how to generate MVE VLDn
David Green
2019-08-16
1
-1
/
+1
*
[ARM] Lower "(x<<c) > 0x80000000U" to "lsls" on Thumb1.
Eli Friedman
2019-07-31
1
-0
/
+1
*
[ARM] Rewrite how VCMP are lowered, using a single node
David Green
2019-07-24
1
-14
/
+2
*
[ARM] Better OR's for MVE compares
David Green
2019-07-24
1
-0
/
+2
*
[ARM] MVE predicate register support
David Green
2019-07-24
1
-0
/
+2
*
[ARM] MVE integer compares and selects
David Green
2019-07-24
1
-0
/
+2
*
[ARM][LowOverheadLoops] Fix branch target codegen
Sam Parker
2019-07-23
1
-0
/
+2
*
[ARM] Rename NEONModImm to VMOVModImm. NFC
David Green
2019-07-23
1
-1
/
+1
*
[ARM] Adjust how NEON shifts are lowered
David Green
2019-07-15
1
-17
/
+21
*
[ARM] Add support for MSVC stack cookie checking
Martin Storsjo
2019-07-07
1
-0
/
+4
*
[ARM] MVE VMOV immediate handling
David Green
2019-07-05
1
-0
/
+1
*
[Codegen][X86][AArch64][ARM][PowerPC] Inc-of-add vs sub-of-not (PR42457)
Roman Lebedev
2019-07-03
1
-0
/
+3
*
[ARM] MVE: allow soft-float ABI to pass vector types.
Simon Tatham
2019-07-02
1
-0
/
+1
*
[ARM] Stop using scalar FP instructions in integer-only MVE mode.
Simon Tatham
2019-07-02
1
-0
/
+2
*
[ARM] WLS/LE Code Generation
Sam Parker
2019-07-01
1
-0
/
+2
*
[ARM] Add support for the MVE long shift instructions
Sam Tebbs
2019-06-28
1
-0
/
+4
*
[ARM] Widening loads and narrowing stores
David Green
2019-06-28
1
-0
/
+1
*
[ARM] MVE vector shuffles
David Green
2019-06-28
1
-1
/
+2
*
[ARM] Code-generation infrastructure for MVE.
Simon Tatham
2019-06-25
1
-0
/
+1
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-0
/
+1
*
[ARM][FIX] Ran out of registers due tail recursion
Diogo N. Sampaio
2019-06-03
1
-9
/
+7
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-1
/
+2
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-2
/
+1
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-1
/
+2
*
[TargetLowering] Change getOptimalMemOpType to take a function attribute list
Sjoerd Meijer
2019-04-30
1
-1
/
+1
*
[TargetLowering] Rename preferShiftsToClearExtremeBits and shouldFoldShiftPai...
Simon Pilgrim
2019-04-16
1
-2
/
+2
*
[SelectionDAG] Handle unary SelectPatternFlavor for ABS case in SelectionDAGB...
Simon Pilgrim
2019-03-19
1
-0
/
+2
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
1
-1
/
+2
*
[ARM] Sink zext/sext operands for add and sub to enable vsubl generation.
Florian Hahn
2019-03-06
1
-0
/
+3
*
[ARM] Add OptMinSize to ARMSubtarget
Sam Parker
2019-02-08
1
-5
/
+1
*
[SelectionDAG] Codesize: don't expand SHIFT to SHIFT_PARTS
Sjoerd Meijer
2019-01-31
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ARM] Complete the Thumb1 shift+and->shift+shift transforms.
Eli Friedman
2018-12-20
1
-0
/
+2
*
ARM: use target-specific SUBS node when combining cmp with cmov.
Tim Northover
2018-12-03
1
-0
/
+1
*
[ARM] Don't expand sdiv when optimising for minsize
Sjoerd Meijer
2018-11-30
1
-0
/
+3
*
[AtomicExpandPass]: Add a hook for custom cmpxchg expansion in IR
Alex Bradbury
2018-09-19
1
-1
/
+2
*
ARM: align loops to 4 bytes on Cortex-M3 and Cortex-M4.
Tim Northover
2018-09-13
1
-0
/
+2
*
[ARM] Enable GEP offset splitting for 32-bit ARM.
Eli Friedman
2018-08-30
1
-0
/
+2
*
[ARM] Make PerformSHLSimplify add nodes to the DAG worklist correctly.
Eli Friedman
2018-08-14
1
-0
/
+3
*
[ARM] Adjust AND immediates to make them cheaper to select.
Eli Friedman
2018-08-10
1
-0
/
+3
*
ARM: don't try to over-align large vectors as arguments.
Tim Northover
2018-05-03
1
-0
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[ARM] Support float literals under XO
Christof Douma
2018-03-23
1
-0
/
+1
*
[ARM] Armv8.2-A FP16 code generation (part 3/3)
Sjoerd Meijer
2018-02-06
1
-0
/
+1
[next]