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] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
2014-12-19
1
-1
/
+1
*
Reverting 224550, was not ready for commit.
Colin LeMahieu
2014-12-18
1
-1
/
+1
*
[Hexagon] Adding loop0/1 sp0/1/2loop0 instructions.
Colin LeMahieu
2014-12-18
1
-1
/
+1
*
[Hexagon] Adding encodings for JR class instructions. Updating complier usages.
Colin LeMahieu
2014-12-10
1
-34
/
+34
*
[Hexagon] Updating rr/ri 32/64 transfer encodings and adding tests.
Colin LeMahieu
2014-12-09
1
-14
/
+14
*
[Hexagon] Adding word combine dot-new form and replacing old combine opcode.
Colin LeMahieu
2014-12-09
1
-13
/
+13
*
[Hexagon] Updating predicate register transfers and adding tstbit to allow se...
Colin LeMahieu
2014-12-09
1
-2
/
+2
*
[Hexagon] Removing old def versions and replacing usages with versions that h...
Colin LeMahieu
2014-12-08
1
-1
/
+1
*
[Hexagon] Adding xtype doubleword comparisons. Removing unused multiclass.
Colin LeMahieu
2014-12-08
1
-6
/
+6
*
[Hexagon] Adding cmp* immediate form instructions.
Colin LeMahieu
2014-11-26
1
-9
/
+9
*
[Hexagon] Replacing cmp* instructions with ones that contain encoding bits.
Colin LeMahieu
2014-11-25
1
-9
/
+9
*
Removing unused variable.
Colin LeMahieu
2014-11-24
1
-1
/
+0
*
[Hexagon] Adding asrh instruction, removing unused multiclasses.
Colin LeMahieu
2014-11-24
1
-4
/
+5
*
[Hexagon] Adding aslh instruction.
Colin LeMahieu
2014-11-24
1
-3
/
+5
*
[Hexagon] Adding zxth instruction.
Colin LeMahieu
2014-11-24
1
-3
/
+5
*
[Hexagon] Adding zxtb instruction.
Colin LeMahieu
2014-11-24
1
-3
/
+5
*
[Hexagon] Adding sxth instruction.
Colin LeMahieu
2014-11-21
1
-3
/
+5
*
[Hexagon] Adding sxtb instruction. Renaming some identically named classes t...
Colin LeMahieu
2014-11-21
1
-3
/
+5
*
[Hexagon] Removing SUB_rr and replacing with A2_sub.
Colin LeMahieu
2014-11-21
1
-2
/
+4
*
[Hexagon] Adding A2_xor instruction with IR selection pattern and test.
Colin LeMahieu
2014-11-19
1
-2
/
+4
*
[Hexagon] Adding A2_or instruction with IR selection pattern and test.
Colin LeMahieu
2014-11-19
1
-2
/
+4
*
[Hexagon] Adding A2_and instruction.
Colin LeMahieu
2014-11-18
1
-2
/
+4
*
[Hexagon] Converting from ADD_rr to A2_add which has encoding bits.
Colin LeMahieu
2014-11-18
1
-2
/
+4
*
Remove unused argument to CreateTargetScheduleState and change
Eric Christopher
2014-10-09
1
-6
/
+4
*
Fix undefined behavior (left shift of negative value) in Hexagon backend.
Alexey Samsonov
2014-08-20
1
-3
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...
Craig Topper
2014-06-19
1
-4
/
+3
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-6
/
+6
*
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
Chandler Carruth
2014-04-22
1
-4
/
+5
*
[Modules] Make Support/Debug.h modular. This requires it to not change
Chandler Carruth
2014-04-21
1
-0
/
+2
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+1
*
[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Fix known typos
Alp Toker
2014-01-24
1
-2
/
+2
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-1
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+3
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-3
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+3
*
DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...
David Blaikie
2013-06-16
1
-10
/
+0
*
Don't cache the instruction and register info from the TargetMachine, because
Bill Wendling
2013-06-07
1
-1
/
+1
*
Hexagon: Fix switch statements in GetDotOldOp and IsNewifyStore.
Jyotsna Verma
2013-05-10
1
-0
/
+35
*
Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.
Jyotsna Verma
2013-05-10
1
-105
/
+42
*
Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.
Jyotsna Verma
2013-05-09
1
-77
/
+42
*
Hexagon: Use relation map for getMatchingCondBranchOpcode() and
Jyotsna Verma
2013-05-09
1
-535
/
+5
*
Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.
Jyotsna Verma
2013-05-06
1
-222
/
+57
*
Fix missing include in Hexagon code for Release+Asserts
Reid Kleckner
2013-05-03
1
-0
/
+1
*
reverting r180953
Jyotsna Verma
2013-05-02
1
-57
/
+222
*
Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.
Jyotsna Verma
2013-05-02
1
-222
/
+57
*
Hexagon: Honor __builtin_expect by using branch probabilities.
Jyotsna Verma
2013-05-02
1
-0
/
+28
*
Hexagon: Use multiclass for Jump instructions.
Jyotsna Verma
2013-05-01
1
-56
/
+92
*
Hexagon: Clear isKill flag on the predicate register in
Jyotsna Verma
2013-05-01
1
-1
/
+5
[prev]
[next]