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] Replacing the remaining postincrement stores with versions that hav...
Colin LeMahieu
2014-12-29
1
-6
/
+6
*
[Hexagon] Renaming old multiclass for removal. Adding post-increment store c...
Colin LeMahieu
2014-12-29
1
-2
/
+2
*
[Hexagon] Adding remaining post-increment instruction variants. Removing unu...
Colin LeMahieu
2014-12-26
1
-12
/
+12
*
[Hexagon] Adding post-increment unsigned byte loads.
Colin LeMahieu
2014-12-26
1
-3
/
+3
*
[Hexagon] Adding post-increment signed byte loads with tests.
Colin LeMahieu
2014-12-26
1
-3
/
+3
*
[Hexagon] Adding doubleword load.
Colin LeMahieu
2014-12-23
1
-10
/
+6
*
[Hexagon] Reapplying 224775 load words.
Colin LeMahieu
2014-12-23
1
-10
/
+6
*
Reverting 224775 until mayLoad flag is addressed.
Colin LeMahieu
2014-12-23
1
-6
/
+10
*
[Hexagon] Adding word loads.
Colin LeMahieu
2014-12-23
1
-10
/
+6
*
[Hexagon] Adding signed halfword loads.
Colin LeMahieu
2014-12-23
1
-8
/
+5
*
[Hexagon] Adding unsigned halfword load.
Colin LeMahieu
2014-12-23
1
-7
/
+4
*
[Hexagon] Adding memb instruction. Fixing whitespace in test from 224730.
Colin LeMahieu
2014-12-22
1
-8
/
+5
*
[Hexagon] Adding classes and load unsigned byte instruction, updating usages.
Colin LeMahieu
2014-12-22
1
-8
/
+5
*
[Hexagon] Removing old variants of instructions and updating references.
Colin LeMahieu
2014-12-19
1
-1
/
+1
*
[Hexagon] Adding doubleregs for control registers. Renaming control register...
Colin LeMahieu
2014-12-19
1
-1
/
+1
*
[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
[prev]
[next]