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
/
Disassembler
/
HexagonDisassembler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] Fix disassembler crash after r279255
Krzysztof Parzyszek
2016-09-09
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[Hexagon] Adding missing break in switch statement. Extra operands would hav...
Colin LeMahieu
2016-03-16
1
-0
/
+1
*
[NFC] Convert tabs to spaces.
Colin LeMahieu
2016-03-01
1
-2
/
+2
*
[NFC] Referencing manual for reason why subregbit is checked
Colin LeMahieu
2016-02-01
1
-1
/
+2
*
Reflect the MC/MCDisassembler split on the include/ level.
Benjamin Kramer
2016-01-26
1
-1
/
+1
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-16
/
+16
*
[Hexagon] Use array_lengthof and const correct and type correct the array and...
Craig Topper
2015-12-01
1
-7
/
+5
*
Use array_lengthof instead of manually calculating it. NFC
Craig Topper
2015-12-01
1
-2
/
+2
*
[Hexagon] Use ArrayRef to avoid needing to calculate an array size. Interesti...
Craig Topper
2015-12-01
1
-16
/
+11
*
[Hexagon] Factoring bundle creation in to a utility function.
Colin LeMahieu
2015-11-13
1
-2
/
+1
*
[Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...
Colin LeMahieu
2015-11-09
1
-209
/
+738
*
[Hexagon] Fixing mistaken case fallthrough.
Colin LeMahieu
2015-11-03
1
-0
/
+1
*
[Hexagon] Adding skeleton of HVX extension instructions.
Colin LeMahieu
2015-10-17
1
-0
/
+75
*
Explicitly clear the MI operand list when getInstruction() is called. Call M...
Cameron Esfahani
2015-08-11
1
-0
/
+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] Adding decoders for signed operands and ensuring all signed operand...
Colin LeMahieu
2015-06-10
1
-0
/
+118
*
[Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.
Colin LeMahieu
2015-06-05
1
-52
/
+690
*
Revert r239095 incorrect test tree.
Colin LeMahieu
2015-06-04
1
-690
/
+52
*
[Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...
Colin LeMahieu
2015-06-04
1
-52
/
+690
*
[Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...
Colin LeMahieu
2015-05-29
1
-9
/
+53
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-6
/
+6
*
[Hexagon] Moving remaining methods off of HexagonMCInst in to HexagonMCInstrI...
Colin LeMahieu
2015-02-19
1
-2
/
+2
*
[Hexagon] Adding vector load with post-increment instructions. Adding decode...
Colin LeMahieu
2015-02-10
1
-0
/
+26
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-5
/
+3
*
[Hexagon] Adding deallocframe and circular addressing loads.
Colin LeMahieu
2014-12-26
1
-0
/
+19
*
[Hexagon] Adding transfers to and from control registers.
Colin LeMahieu
2014-12-19
1
-0
/
+23
*
[Hexagon] Adding DoubleRegs decoder. Moving C2_mux and A2_nop. Adding combi...
Colin LeMahieu
2014-12-05
1
-0
/
+24
*
[Hexagon] Marking some instructions as CodeGenOnly=0 and adding disassembly t...
Colin LeMahieu
2014-12-04
1
-1
/
+4
*
[Hexagon] Converting from ADD_rr to A2_add which has encoding bits.
Colin LeMahieu
2014-11-18
1
-0
/
+34
*
Pass an ArrayRef to MCDisassembler::getInstruction.
Rafael Espindola
2014-11-12
1
-5
/
+3
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
1
-5
/
+6
*
[Hexagon] Reverting 220584 to address ASAN errors.
Colin LeMahieu
2014-11-04
1
-34
/
+0
*
Prune CRLF.
NAKAMURA Takumi
2014-10-27
1
-115
/
+115
*
[Hexagon] Resubmission of 220427
Colin LeMahieu
2014-10-24
1
-0
/
+34
*
Revert r220427, "[Hexagon] Adding encoding bits for add opcode."
NAKAMURA Takumi
2014-10-23
1
-34
/
+0
*
[Hexagon] Adding encoding bits for add opcode.
Colin LeMahieu
2014-10-22
1
-0
/
+34
*
Fix VS2012 build; C++11 type aliases are not supported.
Hans Wennborg
2014-10-22
1
-1
/
+2
*
Ammending 220393 - Removing unused decoding tables.
Colin LeMahieu
2014-10-22
1
-18
/
+0
*
Ammending 220393 - Removing unused functions.
Colin LeMahieu
2014-10-22
1
-33
/
+0
*
[Hexagon] Adding basic disassembler.
Colin LeMahieu
2014-10-22
1
-0
/
+131