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
/
HexagonConstPropagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland 'Fixed -Wdeprecated-copy warnings. NFCI.'
Dávid Bolvanský
2019-11-23
1
-2
/
+12
*
Revert 'Fixed -Wdeprecated-copy warnings. NFCI.'
Dávid Bolvanský
2019-11-23
1
-12
/
+2
*
Fixed -Wdeprecated-copy warnings. NFCI.
Dávid Bolvanský
2019-11-23
1
-2
/
+12
*
Hexagon - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-14
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-5
/
+5
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-11
/
+11
*
Hexagon: Rename another copy of Register class
Matt Arsenault
2019-06-24
1
-87
/
+90
*
HexagonConstEvaluator::evaluateHexExt - check incoming opcodes. NFCI.
Simon Pilgrim
2019-05-11
1
-0
/
+2
*
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
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-27
/
+28
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-4
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[Hexagon] Recognize non-immediate constants in HexagonConstPropagation
Krzysztof Parzyszek
2018-02-23
1
-6
/
+9
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-6
/
+4
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-3
/
+3
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-14
/
+17
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-6
/
+6
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[Hexagon] Make getHexagonSubRegIndex take reference instead of pointer
Krzysztof Parzyszek
2017-09-25
1
-1
/
+1
*
Exclude more unused functions from release build.
Florian Hahn
2017-07-31
1
-0
/
+4
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-0
/
+2
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-26
1
-16
/
+26
*
[Hexagon] Fix -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+1
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-1
/
+1
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-14
1
-89
/
+51
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-8
/
+10
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[Hexagon] Standardize next batch of pseudo instructions
Krzysztof Parzyszek
2016-08-16
1
-7
/
+7
*
[Hexagon] Use integer instructions for floating point immediates
Krzysztof Parzyszek
2016-08-10
1
-9
/
+7
*
[HexagonConstPropagation] Remove dead code.
Davide Italiano
2016-07-30
1
-22
/
+0
*
[Hexagon] Perform bit arithmetic on unsigned to avoid accidentally shifting n...
Benjamin Kramer
2016-07-30
1
-2
/
+2
*
Fixed MSVC out of range shift warning
Simon Pilgrim
2016-07-29
1
-1
/
+1
*
Fix build breaks after r277028
Krzysztof Parzyszek
2016-07-28
1
-0
/
+1
*
[Hexagon] Implement MI-level constant propagation
Krzysztof Parzyszek
2016-07-28
1
-0
/
+3208