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
/
HexagonInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Hexagon] Update the Hexagon packetizer
Krzysztof Parzyszek
2015-12-16
1
-1
/
+38
*
[Hexagon] Add "const" to function parameters in HexagonInstrInfo
Krzysztof Parzyszek
2015-12-14
1
-24
/
+25
*
fix 'the the '; NFC
Sanjay Patel
2015-12-07
1
-1
/
+1
*
[Hexagon] Hexagon V60 HVX intrinsic defintions
Krzysztof Parzyszek
2015-11-26
1
-0
/
+29
*
[Hexagon] HVX vector register classes and more isel patterns
Krzysztof Parzyszek
2015-11-26
1
-0
/
+80
*
[Hexagon] Treat transfers of FP immediates are pseudo instructions
Krzysztof Parzyszek
2015-11-25
1
-0
/
+14
*
[Hexagon] Add missing include of <cctype>
Krzysztof Parzyszek
2015-11-24
1
-0
/
+1
*
[Hexagon] Bring HexagonInstrInfo up to date
Krzysztof Parzyszek
2015-11-24
1
-1047
/
+2643
*
[Hexagon] Change Based->Base in getBasedWithImmOffset
Krzysztof Parzyszek
2015-10-20
1
-2
/
+2
*
Hexagon: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-10
/
+9
*
[Hexagon] Add an early if-conversion pass
Krzysztof Parzyszek
2015-10-06
1
-17
/
+78
*
Pass BranchProbability/BlockMass by value instead of const& as they are small...
Cong Hou
2015-09-10
1
-3
/
+3
*
PseudoSourceValue: Replace global manager with a manager in a machine function.
Alex Lorenz
2015-08-11
1
-12
/
+6
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
1
-7
/
+6
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
1
-4
/
+3
*
[Hexagon] Update AnalyzeBranch, etc target hooks
Brendon Cahoon
2015-05-08
1
-266
/
+333
*
[Hexagon] Use constant extenders to fix up hardware loops
Brendon Cahoon
2015-04-27
1
-3
/
+24
*
[Hexagon] Use A2_tfrsi for constant pool and jump table addresses
Krzysztof Parzyszek
2015-04-22
1
-1
/
+2
*
[Hexagon] Consider constant-extended offsets to be valid
Krzysztof Parzyszek
2015-04-22
1
-9
/
+14
*
[Hexagon] Overhaul of stack object allocation
Krzysztof Parzyszek
2015-04-22
1
-0
/
+6
*
Expand MUX instructions early on Hexagon
Krzysztof Parzyszek
2015-03-31
1
-3
/
+2
*
Revert 233694. Weak SVN-fu.
Krzysztof Parzyszek
2015-03-31
1
-2
/
+3
*
Expand MUX instructions early on Hexagon
Krzysztof Parzyszek
2015-03-31
1
-3
/
+2
*
[Hexagon] Add support for vector instructions
Krzysztof Parzyszek
2015-03-19
1
-0
/
+51
*
[Hexagon] ENDLOOP is a non-reversible conditional branch
Krzysztof Parzyszek
2015-03-19
1
-0
/
+2
*
[Hexagon] Use pseudo-instructions for true/false predicate values
Krzysztof Parzyszek
2015-03-18
1
-0
/
+18
*
[Hexagon] Intrinsics for circular and bit-reversed loads and stores
Krzysztof Parzyszek
2015-03-18
1
-1
/
+14
*
[Hexagon] Handle ENDLOOP0 in InsertBranch and RemoveBranch
Krzysztof Parzyszek
2015-03-18
1
-19
/
+28
*
Remove subtarget dependence from HexagonRegisterInfo.
Eric Christopher
2015-03-10
1
-4
/
+2
*
[Hexagon] Use single tailcall pseudoinst and fix checking for label jumping v...
Colin LeMahieu
2015-03-09
1
-4
/
+27
*
[Hexagon] Reapply r231699. Remove assumption that second operand is an immed...
Colin LeMahieu
2015-03-09
1
-2
/
+2
*
ArrayRefize memory operand folding. NFC.
Benjamin Kramer
2015-02-28
1
-4
/
+3
*
Fix the clang -Werror build (-Wunused-variable)
David Blaikie
2015-02-10
1
-3
/
+0
*
[Hexagon] Removing more V4 predicates since V4 is the required minimum.
Colin LeMahieu
2015-02-09
1
-21
/
+4
*
[Hexagon] Renaming A2_addi and formatting.
Colin LeMahieu
2015-02-05
1
-4
/
+4
*
[Hexagon] Adding encoding information for absolute-reg mode stores. Xfailing...
Colin LeMahieu
2015-02-04
1
-6
/
+6
*
[Hexagon] Replacing old versions of stores and loads.
Colin LeMahieu
2015-01-15
1
-17
/
+0
*
[Hexagon] Replacing old version of convert and load f64.
Colin LeMahieu
2015-01-14
1
-1
/
+0
*
[Hexagon] Removing old versions of cmph and updating references.
Colin LeMahieu
2015-01-14
1
-12
/
+10
*
[Hexagon] Removing old versions of cmpb and updating references.
Colin LeMahieu
2015-01-14
1
-10
/
+8
*
[Hexagon] Deleting versions of compare-not that don't have encoding informati...
Colin LeMahieu
2015-01-14
1
-2
/
+2
*
[Hexagon] Adding dealloc_return encoding and absolute address stores.
Colin LeMahieu
2015-01-06
1
-22
/
+22
*
[Hexagon] Adding add/sub with carry, logical shift left by immediate and memo...
Colin LeMahieu
2015-01-05
1
-43
/
+43
*
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...
Craig Topper
2015-01-05
1
-1
/
+1
*
[Hexagon] Removing old newvalue store variants. Adding postincrement immedia...
Colin LeMahieu
2014-12-30
1
-5
/
+5
*
[Hexagon] Adding indexed store new-value variants.
Colin LeMahieu
2014-12-30
1
-1
/
+1
*
[Hexagon] Adding indexed store of immediates.
Colin LeMahieu
2014-12-30
1
-9
/
+9
*
[Hexagon] Adding indexed stores.
Colin LeMahieu
2014-12-30
1
-7
/
+8
*
[Hexagon] Adding reg-reg indexed load forms.
Colin LeMahieu
2014-12-30
1
-24
/
+24
*
[Hexagon] Adding post-increment register form stores and register-immediate f...
Colin LeMahieu
2014-12-29
1
-36
/
+26
[prev]
[next]