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
/
Hexagon
/
HexagonISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
1
-1
/
+1
*
Move tail call disabling code to target independent code
Reid Kleckner
2020-01-03
1
-10
/
+1
*
[DAGCombine] Initialize the default operation action for SIGN_EXTEND_INREG fo...
QingShan Zhang
2020-01-03
1
-0
/
+4
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-1
/
+2
*
DAG: Add function context to isFMAFasterThanFMulAndFAdd
Matt Arsenault
2019-11-19
1
-1
/
+2
*
[SVE][CodeGen] Scalable vector MVT size queries
Graham Hunter
2019-11-18
1
-1
/
+1
*
[Hexagon] Handle remaining registers in getRegisterByName()
Krzysztof Parzyszek
2019-10-29
1
-2
/
+64
*
TLI: Remove DAG argument from getRegisterByName
Matt Arsenault
2019-10-01
1
-4
/
+4
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-3
/
+3
*
[TargetLowering] Make allowsMemoryAccess methode virtual.
Thomas Raoux
2019-09-26
1
-2
/
+4
*
[MVT] Add v256i1 to MachineValueType
Krzysztof Parzyszek
2019-09-20
1
-7
/
+14
*
[SVE][MVT] Fixed-length vector MVT ranges
Graham Hunter
2019-09-17
1
-3
/
+3
*
[Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[Alignment][NFC] Use Align with TargetLowering::setPrefLoopAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignment
Guillaume Chatelet
2019-09-06
1
-1
/
+1
*
[Hexagon] Fix type in HexagonTargetLowering::ReplaceNodeResults
Krzysztof Parzyszek
2019-09-05
1
-1
/
+2
*
[LLVM][Alignment] Make functions using log of alignment explicit
Guillaume Chatelet
2019-09-05
1
-3
/
+3
*
[Hexagon] Generate min/max instructions for 64-bit vectors
Krzysztof Parzyszek
2019-08-16
1
-3
/
+58
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-2
/
+2
*
[Hexagon] Fix instruction selection for vselect v4i8
Krzysztof Parzyszek
2019-08-15
1
-8
/
+14
*
[Hexagon] Generate vector min/max for HVX
Krzysztof Parzyszek
2019-08-15
1
-0
/
+11
*
[LLVM][Alignment] Introduce Alignment Type
Guillaume Chatelet
2019-08-05
1
-2
/
+4
*
[Codegen] (X & (C l>>/<< Y)) ==/!= 0 --> ((X <</l>> Y) & C) ==/!= 0 fold
Roman Lebedev
2019-07-24
1
-0
/
+4
*
[Hexagon] Custom-lower UADDO(x, 1) and USUBO(x, 1)
Krzysztof Parzyszek
2019-07-01
1
-2
/
+41
*
[Hexagon] Change limit type to match the argument type (NFC)
Evandro Menezes
2019-06-19
1
-1
/
+1
*
[TargetLowering] Add MachineMemOperand::Flags to allowsMemoryAccess tests (PR...
Simon Pilgrim
2019-06-12
1
-2
/
+3
*
[TargetLowering] Add allowsMemoryAccess(MachineMemOperand) helper wrapper. NFCI.
Simon Pilgrim
2019-06-11
1
-5
/
+4
*
[TargetLowering] Change getOptimalMemOpType to take a function attribute list
Sjoerd Meijer
2019-04-30
1
-1
/
+1
*
[TargetLowering] Add code size information on isFPImmLegal. NFC
Adhemerval Zanella
2019-03-18
1
-1
/
+2
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-2
/
+4
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-2
/
+17
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-17
/
+2
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-2
/
+17
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[opaque pointer types] Remove some calls to generic Type subtype accessors.
James Y Knight
2019-01-10
1
-5
/
+2
*
[Hexagon] Add patterns for funnel shifts
Krzysztof Parzyszek
2018-12-20
1
-2
/
+9
*
[Hexagon] Add instruction definitions for Hexagon V66
Krzysztof Parzyszek
2018-12-05
1
-7
/
+11
*
[x86] allow vector load narrowing with multi-use values
Sanjay Patel
2018-11-10
1
-0
/
+4
*
[TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take ...
Craig Topper
2018-11-05
1
-2
/
+2
*
[Hexagon] Do not reduce load size for globals in small-data
Krzysztof Parzyszek
2018-11-02
1
-0
/
+15
*
[Hexagon] Remove support for V4
Krzysztof Parzyszek
2018-10-19
1
-121
/
+30
*
[Hexagon] Fix extracting subvectors of non-HVX vNi1
Krzysztof Parzyszek
2018-10-02
1
-1
/
+2
*
[AtomicExpandPass]: Add a hook for custom cmpxchg expansion in IR
Alex Bradbury
2018-09-19
1
-3
/
+6
*
Add support for getRegisterByName.
Sid Manning
2018-09-07
1
-0
/
+13
*
Revert [Hexagon] Add support for getRegisterByName.
Sid Manning
2018-09-03
1
-46
/
+0
*
[Hexagon] Add support for getRegisterByName.
Sid Manning
2018-08-31
1
-0
/
+46
*
[Hexagon] Map ISD::TRAP to J2_trap0(#0)
Krzysztof Parzyszek
2018-08-09
1
-15
/
+15
*
[Hexagon] Diagnose misaligned absolute loads and stores
Krzysztof Parzyszek
2018-08-08
1
-21
/
+68
*
[Hexagon] Properly scale bit index when extracting elements from vNi1
Krzysztof Parzyszek
2018-07-25
1
-1
/
+3
[next]