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
/
HexagonOptAddrMode.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RDF from Hexagon to Codegen
Scott Constable
2020-06-24
1
-3
/
+3
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Fix uninitialized variable warning. NFCI.
Simon Pilgrim
2019-09-23
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Couple of fixes in optimize addressing mode
Krzysztof Parzyszek
2018-12-10
1
-16
/
+21
*
Revert "[Hexagon] Check if operand is an immediate before getImm"
Krzysztof Parzyszek
2018-12-10
1
-15
/
+12
*
[Hexagon] Check if operand is an immediate before getImm
Krzysztof Parzyszek
2018-12-10
1
-12
/
+15
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-33
/
+35
*
[Hexagon] Silence unused variable warning in Release builds
Benjamin Kramer
2018-03-23
1
-2
/
+2
*
[Hexagon] Fold offset in base+immediate loads/stores
Krzysztof Parzyszek
2018-03-23
1
-9
/
+183
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[Hexagon] Fix store conversion from rr to io in optimize addressing modes
Krzysztof Parzyszek
2017-10-19
1
-6
/
+5
*
[Hexagon] Give uniform names to functions changing addressing modes, NFC
Krzysztof Parzyszek
2017-10-05
1
-12
/
+12
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-29
1
-13
/
+17
*
[NFC] Move DEBUG_TYPE below includes in Hexagon
Jakub Kuderski
2017-07-13
1
-2
/
+2
*
[Hexagon] Keep all phi nodes when building DFG in addr-mode-opt
Krzysztof Parzyszek
2017-06-29
1
-4
/
+6
*
[Hexagon] Generate proper offset in opt-addr-mode
Krzysztof Parzyszek
2017-04-19
1
-11
/
+6
*
[Hexagon] Remove RDefMap, use Liveness:getNearestAliasedRef instead
Krzysztof Parzyszek
2017-04-19
1
-48
/
+5
*
[RDF] Switch RegisterAggr to a bit vector of register units
Krzysztof Parzyszek
2017-04-14
1
-1
/
+1
*
[Hexagon] Make a couple of passes compliant with -opt-bisect-limit
Krzysztof Parzyszek
2017-04-14
1
-0
/
+3
*
[RDF] Add recursion limit to getAllReachingDefsRec
Krzysztof Parzyszek
2017-03-01
1
-1
/
+10
*
[RDF] Differentiate between defining and clobbering nodes
Krzysztof Parzyszek
2017-02-16
1
-1
/
+1
*
[RDF] Move normalize(RegisterRef) to PhysicalRegisterInfo
Krzysztof Parzyszek
2017-02-16
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-25
/
+25
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-16
1
-11
/
+26
*
[RDF] Switch RefMap in liveness calculation to use lane masks
Krzysztof Parzyszek
2016-10-19
1
-3
/
+4
*
[RDF] Switch RegisterRef to be a pair (Register, LaneMask)
Krzysztof Parzyszek
2016-10-14
1
-4
/
+4
*
[RDF] Replace RegisterAliasInfo with target-independent code using lane masks
Krzysztof Parzyszek
2016-10-03
1
-3
/
+2
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
Krzysztof Parzyszek
2016-07-29
1
-34
/
+34
*
Delete more dead code.
Rafael Espindola
2016-06-21
1
-37
/
+0
*
[Hexagon] Move some debug-only variable declarations into DEBUG
Krzysztof Parzyszek
2016-05-23
1
-19
/
+21
*
Fix NDEBUG build: variables used only in debug code causing compile error
Krzysztof Parzyszek
2016-04-29
1
-4
/
+8
*
[Hexagon] Optimize addressing modes for load/store
Krzysztof Parzyszek
2016-04-29
1
-0
/
+694