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
/
HexagonConstExtenders.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-2
/
+2
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
1
-3
/
+3
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-7
/
+8
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[Hexagon] Fix MO_JumpTable const extender conversion
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[Hexagon] Eliminate potential sources of non-determinism in HCE
Krzysztof Parzyszek
2018-10-11
1
-9
/
+33
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-4
/
+3
*
[Hexagon] Avoid functions with exception handling in HexagonConstExtenders
Krzysztof Parzyszek
2018-09-21
1
-0
/
+5
*
[Hexagon] Split large offsets into properly aligned addends
Krzysztof Parzyszek
2018-09-10
1
-0
/
+9
*
[Hexagon] Ignore unnamed globals in HexagonConstExtenders
Krzysztof Parzyszek
2018-09-05
1
-15
/
+8
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-3
/
+3
*
[Hexagon] Handle unnamed globals in HexagonConstExpr
Krzysztof Parzyszek
2018-07-23
1
-3
/
+15
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-13
/
+13
*
[Hexagon] Skip fixed-stack indexes in HexagonConstExtenders
Krzysztof Parzyszek
2018-04-20
1
-0
/
+7
*
[Hexagon] Do not merge initializers for stack and non-stack expressions
Krzysztof Parzyszek
2018-04-17
1
-2
/
+42
*
[Hexagon] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-24
1
-1
/
+1
*
[Hexagon] Handle non-aligned offsets in globals in extender optimization
Krzysztof Parzyszek
2018-01-30
1
-18
/
+52
*
Revert: [Hexagon] Make sure that offset on globals matches alignment requirem...
Krzysztof Parzyszek
2018-01-30
1
-1
/
+0
*
[Hexagon] Fix an incorrect assertion in HexagonConstExtenders
Krzysztof Parzyszek
2018-01-26
1
-8
/
+14
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-3
/
+3
*
Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunused-function warn...
Eric Christopher
2017-11-16
1
-1
/
+3
*
[Hexagon] Fix an incorrect assertion in HexagonConstExtenders.cpp
Krzysztof Parzyszek
2017-10-27
1
-1
/
+1
*
[Hexagon] Account for negative offset when limiting max deviation
Krzysztof Parzyszek
2017-10-25
1
-2
/
+8
*
[Hexagon] Add LLVM_ATTRIBUTE_UNUSED to operator<<, NFC
Krzysztof Parzyszek
2017-10-16
1
-0
/
+8
*
[Hexagon] Mark RangeTree::dump() with LLVM_DUMP_METHOD.
Davide Italiano
2017-10-14
1
-1
/
+1
*
[Hexagon] Avoid unused variable warnings in release builds.
Benjamin Kramer
2017-10-13
1
-0
/
+4
*
[Hexagon] Minimize number of repeated constant extenders
Krzysztof Parzyszek
2017-10-13
1
-0
/
+1854