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
/
HexagonEarlyIfConv.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix "pointer is null" static analyzer warnings. NFCI.
Simon Pilgrim
2020-01-10
1
-0
/
+1
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
1
-1
/
+1
*
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
-9
/
+9
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-3
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-18
/
+22
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-1
/
+1
*
Remove unused function HexagonEarlyIfConversion::replacePhiEdges. NFC.
Eric Christopher
2018-04-24
1
-15
/
+0
*
[Hexagon] Avoid early if-conversion for one sided branches
Krzysztof Parzyszek
2018-03-23
1
-12
/
+19
*
[Hexagon] Two fixes in early if-conversion
Krzysztof Parzyszek
2018-03-23
1
-9
/
+12
*
[Hexagon] Handle *Low8 register classes in early if-conversion
Krzysztof Parzyszek
2018-02-20
1
-0
/
+2
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-18
/
+18
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-16
/
+16
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-17
/
+17
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-6
/
+6
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-10
/
+3
*
[Hexagon] Use isMetaInstruction instead of isDebugValue
Krzysztof Parzyszek
2017-08-10
1
-1
/
+1
*
[Hexagon] Ignore DBG_VALUEs when counting instructions in hexagon-early-if
Krzysztof Parzyszek
2017-08-09
1
-5
/
+6
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-26
1
-24
/
+27
*
[NFC] Move DEBUG_TYPE below includes in Hexagon
Jakub Kuderski
2017-07-13
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Hexagon] Factor out some common code in HexagonEarlyIfConv.cpp, NFC
Krzysztof Parzyszek
2017-04-03
1
-12
/
+10
*
[Hexagon] Fix typo in HexagonEarlyIfCConv.cpp
Krzysztof Parzyszek
2017-03-31
1
-1
/
+1
*
[Hexagon] Fix a condition in HexagonEarlyIfConv.cpp
Krzysztof Parzyszek
2017-03-14
1
-1
/
+1
*
[Hexagon] Early-if-convert branches that may exit the loop
Krzysztof Parzyszek
2017-03-06
1
-63
/
+106
*
[Hexagon] Skip blocks that define vector predicate registers in early-if
Krzysztof Parzyszek
2017-03-02
1
-2
/
+8
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-2
/
+2
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-14
1
-50
/
+50
*
Use MachineInstr::mop_iterator instead of MIOperands; NFC
Matthias Braun
2016-10-24
1
-17
/
+17
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-1
/
+1
*
[Hexagon] Standardize "select" pseudo-instructions
Krzysztof Parzyszek
2016-08-11
1
-6
/
+6
*
Replace MachineInstr* with MachineInstr& in TargetInstrInfo, NFC
Krzysztof Parzyszek
2016-08-01
1
-1
/
+1
*
[Hexagon] Post-increment loads/stores enhancements
Krzysztof Parzyszek
2016-07-26
1
-84
/
+54
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Add optimization bisect opt-in calls for Hexagon passes
Andrew Kaylor
2016-04-26
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-5
/
+5
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-1
/
+1
*
Normalize MBB's successors' probabilities in several locations.
Cong Hou
2015-12-13
1
-1
/
+2
*
Hexagon: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+1
*
[Hexagon] Remove ZeroOrMore from option flags
Krzysztof Parzyszek
2015-10-06
1
-4
/
+3
*
[Hexagon] Add an early if-conversion pass
Krzysztof Parzyszek
2015-10-06
1
-0
/
+1064