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
/
HexagonHardwareLoops.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-26
/
+26
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Don't create a temporary vector of loop blocks just to iterate over them.
Benjamin Kramer
2018-09-10
1
-8
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-10
/
+11
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-26
/
+26
*
[Hexagon] Handle subregisters when calculating iteration count in HW loops
Krzysztof Parzyszek
2018-04-06
1
-0
/
+1
*
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
-1
/
+1
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-2
/
+2
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-3
/
+3
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
[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] Reorganize and update instruction patterns
Krzysztof Parzyszek
2017-10-20
1
-6
/
+20
*
[Hexagon] Allow redefinition with immediates for hw loop conversion
Krzysztof Parzyszek
2017-10-20
1
-7
/
+11
*
[llvm] Fix some typos. NFC.
Mandeep Singh Grang
2017-09-15
1
-1
/
+1
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-1
/
+1
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-29
1
-16
/
+25
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-17
1
-12
/
+12
*
Revert "[Hexagon] Start using regmasks on calls"
Rafael Espindola
2017-02-17
1
-11
/
+11
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-16
1
-11
/
+11
*
Fix "left shift of negative value -1" introduced by r294805
Vitaly Buka
2017-02-11
1
-1
/
+1
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-16
1
-16
/
+37
*
Fix spelling mistakes in Hexagon target comments. NFC.
Simon Pilgrim
2016-11-17
1
-1
/
+1
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-4
/
+4
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-4
/
+4
*
This reapplies r281304. The issue was that I had missed
Sjoerd Meijer
2016-09-14
1
-6
/
+2
*
Revert of r281304 as it is causing build bot failures in hexagon
Sjoerd Meijer
2016-09-13
1
-2
/
+6
*
This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instruction
Sjoerd Meijer
2016-09-13
1
-6
/
+2
*
MachineLoop: add methods findLoopControlBlock and findLoopPreheader
Sjoerd Meijer
2016-08-15
1
-62
/
+11
*
[Hexagon] Allow non-returning calls in hardware loops
Krzysztof Parzyszek
2016-08-11
1
-2
/
+2
*
[Hexagon] Use integer instructions for floating point immediates
Krzysztof Parzyszek
2016-08-10
1
-2
/
+2
*
[Hexagon] Find speculative loop preheader in hardware loop generation
Krzysztof Parzyszek
2016-07-27
1
-10
/
+57
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-11
/
+11
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-5
/
+5
*
Add optimization bisect opt-in calls for Hexagon passes
Andrew Kaylor
2016-04-26
1
-0
/
+2
*
Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-2
/
+2
*
CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC
Duncan P. N. Exon Smith
2016-02-21
1
-2
/
+2
*
Hexagon: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-6
/
+4
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-3
/
+3
*
[Hexagon] Moving pass declarations out of header and in to implementation fil...
Colin LeMahieu
2015-06-15
1
-0
/
+1
*
[Hexagon] Generate hardware loop for a vectorized loop
Brendon Cahoon
2015-05-14
1
-7
/
+46
*
[Hexagon] Remove dead constant assignment in hardware loop pass
Brendon Cahoon
2015-05-14
1
-3
/
+9
*
[Hexagon] Check for underflow/wrap in hardware loop pass
Brendon Cahoon
2015-05-14
1
-55
/
+307
*
[Hexagon] Generate loop1 instruction for nested loops
Brendon Cahoon
2015-05-13
1
-56
/
+83
*
[Hexagon] Generate hardware loop when loop has a critical edge
Brendon Cahoon
2015-05-13
1
-13
/
+37
*
[Hexagon] Generate more hardware loops
Brendon Cahoon
2015-05-08
1
-133
/
+206
[next]