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
/
HexagonExpandCondsets.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make more use of MachineInstr::mayLoadOrStore.
Jay Foad
2019-12-19
1
-1
/
+1
*
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
-4
/
+4
*
Use MCRegister in MCRegisterInfo's interfaces
Daniel Sanders
2019-08-02
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-10
/
+10
*
[Hexagon, SystemZ] Be super conservative about atomics
Philip Reames
2019-02-24
1
-1
/
+1
*
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
-8
/
+1
*
[Hexagon] Add implicit uses even when untied explicit uses are present
Krzysztof Parzyszek
2018-07-10
1
-2
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-22
/
+22
*
[Hexagon] Skip reserved physical registers when updating liveness
Krzysztof Parzyszek
2018-05-04
1
-1
/
+8
*
[Hexagon] Incorrectly removing dead flag and adding kill flag
Krzysztof Parzyszek
2018-03-23
1
-3
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-6
/
+6
*
Rename LiveIntervalAnalysis.h to LiveIntervals.h
Matthias Braun
2017-12-13
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-6
/
+6
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-1
/
+1
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-35
/
+35
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-0
/
+1
*
[Hexagon] Tie implicit uses to defs in predicated instructions
Krzysztof Parzyszek
2017-08-09
1
-6
/
+22
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-26
1
-15
/
+18
*
[NFC] Move DEBUG_TYPE below includes in Hexagon
Jakub Kuderski
2017-07-13
1
-2
/
+2
*
[Hexagon] Handle more types of immediate operands in expand-condsets
Krzysztof Parzyszek
2017-06-21
1
-2
/
+13
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-3
/
+3
*
[Hexagon] Mark dead defs as <dead> in expand-condsets
Krzysztof Parzyszek
2017-03-06
1
-12
/
+28
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-4
/
+4
*
Implement LaneBitmask::any(), use it to replace !none(), NFCI
Krzysztof Parzyszek
2016-12-16
1
-1
/
+1
*
Extract LaneBitmask into a separate type
Krzysztof Parzyszek
2016-12-15
1
-1
/
+1
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-14
1
-41
/
+35
*
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
-2
/
+4
*
[Hexagon] Account for <def,read-undef> when validating moves for predication
Krzysztof Parzyszek
2016-11-04
1
-0
/
+7
*
[Hexagon] Remove registers coalesced in expand-condsets from live intervals
Krzysztof Parzyszek
2016-11-02
1
-0
/
+3
*
[llvm] FIx if-clause -Wmisleading-indentation issue.
Kirill Bobyrev
2016-11-02
1
-1
/
+2
*
[Hexagon] Garbage collect dead code.
Davide Italiano
2016-10-31
1
-17
/
+0
*
[Hexagon] Don't expand mux instructions with both sources identical
Krzysztof Parzyszek
2016-10-31
1
-2
/
+20
*
[Hexagon] Maintain kill flags through splitting in expand-condsets
Krzysztof Parzyszek
2016-10-28
1
-40
/
+96
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
[Hexagon] Deal with undefs when extending live intervals
Krzysztof Parzyszek
2016-09-01
1
-1
/
+1
*
Revert "Add an optional parameter with a list of undefs to extendToIndices"
Reid Kleckner
2016-08-31
1
-1
/
+1
*
[Hexagon] Deal with undefs when extending live intervals
Krzysztof Parzyszek
2016-08-31
1
-1
/
+1
*
[Hexagon] Change insertion of expand-condsets pass to avoid memory leaks
Krzysztof Parzyszek
2016-08-24
1
-0
/
+4
*
[Hexagon] Remove the utilization of IMPLICIT_DEFs from expand-condsets
Krzysztof Parzyszek
2016-08-24
1
-104
/
+1
*
Create subranges for new intervals resulting from live interval splitting
Krzysztof Parzyszek
2016-08-24
1
-1
/
+7
*
[Hexagon] Check for empty live interval
Krzysztof Parzyszek
2016-08-19
1
-0
/
+2
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+1
*
[Hexagon] Standardize "select" pseudo-instructions
Krzysztof Parzyszek
2016-08-11
1
-1
/
+1
*
Hexagon: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-66
/
+66
*
[Hexagon] Revert r274381: that was actually wrong
Krzysztof Parzyszek
2016-07-01
1
-1
/
+1
[next]