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
/
HexagonCopyToCombine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-15
/
+15
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-1
/
+1
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Remove support for V4
Krzysztof Parzyszek
2018-10-19
1
-2
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-6
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-4
/
+4
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-4
/
+4
*
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
-13
/
+5
*
[Hexagon] Use isMetaInstruction instead of isDebugValue
Krzysztof Parzyszek
2017-08-10
1
-1
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Hexagon] Make a couple of passes compliant with -opt-bisect-limit
Krzysztof Parzyszek
2017-04-14
1
-0
/
+2
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-17
1
-11
/
+15
*
Revert "[Hexagon] Start using regmasks on calls"
Rafael Espindola
2017-02-17
1
-15
/
+11
*
[Hexagon] Start using regmasks on calls
Krzysztof Parzyszek
2017-02-16
1
-11
/
+15
*
[Hexagon] Silence "sometimes uninitialized" warning in HexagonCopyToCombine
Krzysztof Parzyszek
2016-11-09
1
-1
/
+3
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-3
/
+4
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[Hexagon] Remove extraneous debug output from HexagonCopyToCombine.cpp
Ron Lieberman
2016-08-25
1
-1
/
+0
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
[Hexagon] Check for block end when skipping debug instructions
Krzysztof Parzyszek
2016-08-24
1
-4
/
+3
*
[Hexagon] Create vcombine in HexagonCopyToCombine
Krzysztof Parzyszek
2016-08-18
1
-18
/
+56
*
ADT: Remove all ilist_iterator => pointer casts, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-1
/
+1
*
Hexagon: Avoid dereferencing end() in HexagonCopyToCombine::findPairable
Duncan P. N. Exon Smith
2016-08-11
1
-2
/
+3
*
[Hexagon] Use integer instructions for floating point immediates
Krzysztof Parzyszek
2016-08-10
1
-2
/
+1
*
[Hexagon] Referencify MachineInstr in HexagonInstrInfo, NFC
Krzysztof Parzyszek
2016-07-29
1
-1
/
+1
*
Hexagon: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-87
/
+81
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
PR26172: unnecessary indirection in HexagonCopyToCombine.cpp
Krzysztof Parzyszek
2016-01-21
1
-1
/
+1
*
[Hexagon] Generate CONST64 when optimizing for size in copy-to-combine
Krzysztof Parzyszek
2016-01-15
1
-11
/
+64
*
[Hexagon] Handle DBG_VALUE instructions in copy-to-combine
Krzysztof Parzyszek
2016-01-15
1
-7
/
+49
*
[Hexagon] Moving pass declarations out of header and in to implementation fil...
Colin LeMahieu
2015-06-15
1
-0
/
+1
*
[Hexagon] Fix compiler warnings in release build
Krzysztof Parzyszek
2015-04-23
1
-0
/
+2
*
[Hexagon] Use A2_tfrsi for constant pool and jump table addresses
Krzysztof Parzyszek
2015-04-22
1
-52
/
+130
*
[Hexagon] Reapply r231699. Remove assumption that second operand is an immed...
Colin LeMahieu
2015-03-09
1
-4
/
+13
*
[Hexagon] Removing more V4 predicates since V4 is the required minimum.
Colin LeMahieu
2015-02-09
1
-12
/
+0
*
Use the function template getSubtarget to remove an explicit cast.
Eric Christopher
2015-02-02
1
-1
/
+1
*
[Hexagon] Dropping old combine instructions without encodings.
Colin LeMahieu
2014-12-30
1
-6
/
+6
*
[Hexagon] Updating rr/ri 32/64 transfer encodings and adding tests.
Colin LeMahieu
2014-12-09
1
-8
/
+8
*
[Hexagon] Adding word combine dot-new form and replacing old combine opcode.
Colin LeMahieu
2014-12-09
1
-4
/
+4
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-3
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-3
/
+3
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-2
/
+2
[next]