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
/
HexagonPeephole.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
-12
/
+12
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-7
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
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
-14
/
+14
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-3
/
+2
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-20
/
+20
*
[CodeGen] Print register names in lowercase in both MIR and debug output
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
-1
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
[Hexagon] Use MachineInstrBuilder instead of changing instruction in place
Krzysztof Parzyszek
2017-06-21
1
-45
/
+9
*
[Hexagon] Separate Hexagon subreg indices for different register classes
Krzysztof Parzyszek
2016-11-09
1
-6
/
+6
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[Hexagon] Clear kill flags from modified registers in peephole optimizer
Krzysztof Parzyszek
2016-08-04
1
-1
/
+4
*
Hexagon: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-12
1
-51
/
+43
*
Add optimization bisect opt-in calls for Hexagon passes
Andrew Kaylor
2016-04-26
1
-0
/
+3
*
[Hexagon] Fix operand swapping in HexagonPeephole
Krzysztof Parzyszek
2016-04-19
1
-2
/
+4
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-1
/
+1
*
[Hexagon] Use symbolic name for subregister instead of hardcoded number
Krzysztof Parzyszek
2015-10-20
1
-1
/
+1
*
Hexagon: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[Hexagon] Moving pass declarations out of header and in to implementation fil...
Colin LeMahieu
2015-06-15
1
-0
/
+1
*
[Hexagon] Eliminating immediate condition set.
Colin LeMahieu
2015-03-09
1
-1
/
+0
*
[Hexagon] Removing TFR_condset_ir/TFR_condset_ri modeling.
Colin LeMahieu
2015-03-09
1
-6
/
+0
*
Use the cached subtarget on the MachineFunction.
Eric Christopher
2015-02-02
1
-1
/
+1
*
[Hexagon] Dropping old combine instructions without encodings.
Colin LeMahieu
2014-12-30
1
-1
/
+1
*
[Hexagon] Updating doubleword shift usages to new versions.
Colin LeMahieu
2014-12-16
1
-1
/
+1
*
[Hexagon] Adding encoding information for sign extend word instruction.
Colin LeMahieu
2014-12-11
1
-1
/
+1
*
[Hexagon] Removing old def versions and replacing usages with versions that h...
Colin LeMahieu
2014-12-08
1
-1
/
+1
*
[Hexagon] Updating mux_ir/ri/ii/rr with encoding bits
Colin LeMahieu
2014-12-05
1
-5
/
+5
*
[Hexagon] Adding C2_mux instruction.
Colin LeMahieu
2014-11-25
1
-3
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-4
/
+3
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-3
/
+3
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Even more spelling fixes for "instruction".
Robert Wilhelm
2013-09-28
1
-1
/
+1
*
Print IR from Hexagon MI passes with -print-before/after-all.
Krzysztof Parzyszek
2013-05-06
1
-6
/
+10
*
Hexagon - Add peephole optimizations for zero extends.
Pranav Bhandarkar
2013-05-02
1
-0
/
+19
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access the
Pranav Bhandarkar
2012-09-05
1
-0
/
+35
*
Reorder includes in Target backends to following coding standards. Remove som...
Craig Topper
2012-03-17
1
-4
/
+3
*
Remove unused cl::opt, make another opt static.
Benjamin Kramer
2012-02-24
1
-3
/
+0
*
Optimize redundant sign extends and negation of predicates.
Sirish Pande
2012-02-15
1
-0
/
+292
*
Revert "Replacing HexagonOptimizeSZExtends with HexagonPeephole."
Eric Christopher
2012-02-15
1
-292
/
+0
*
Replacing HexagonOptimizeSZExtends with HexagonPeephole.
Sirish Pande
2012-02-15
1
-0
/
+292