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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-8
/
+7
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[Hexagon] Create a TargetInfo header. NFC
Richard Trieu
2019-05-14
1
-0
/
+1
*
[Hexagon] Rename textually included file from .h to .inc
Richard Trieu
2019-01-31
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
[Hexagon] Foundation of support for Hexagon V66
Krzysztof Parzyszek
2018-12-05
1
-0
/
+16
*
[Hexagon] Extract operand decoders into a separate file, NFC
Krzysztof Parzyszek
2018-12-03
1
-56
/
+1
*
[Target] Untangle disassemblers
Benjamin Kramer
2018-09-10
1
-1
/
+0
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[Hexagon] Add guest registers
Krzysztof Parzyszek
2018-03-01
1
-0
/
+58
*
Remove a non-modular header (& inline it into its one use)
David Blaikie
2017-12-14
1
-3
/
+55
*
[Hexagon] Add support for Hexagon V65
Krzysztof Parzyszek
2017-12-11
1
-93
/
+126
*
Hexagon: Fold a single-use textual header into its use
David Blaikie
2017-10-25
1
-15
/
+56
*
[Hexagon] Switch to parameterized register classes for HVX
Krzysztof Parzyszek
2017-09-15
1
-19
/
+19
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-26
1
-36
/
+36
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
[Hexagon] Remove C6 and C7 as separate registers
Krzysztof Parzyszek
2017-05-05
1
-1
/
+1
*
[Hexagon] Improve shuffle error reporting
Krzysztof Parzyszek
2017-05-01
1
-1
/
+2
*
[Hexagon] Change the vector scaling for vector offsets
Krzysztof Parzyszek
2017-04-06
1
-15
/
+1
*
[Hexagon] Implement @llvm.readcyclecounter()
Krzysztof Parzyszek
2017-02-22
1
-2
/
+2
*
[Hexagon] Introduce Hexagon V62
Krzysztof Parzyszek
2017-02-10
1
-14
/
+22
*
[Hexagon] Replace instruction definitions with auto-generated ones
Krzysztof Parzyszek
2017-02-10
1
-1137
/
+177
*
[Hexagon] Rename TypeCOMPOUND to TypeCJ
Krzysztof Parzyszek
2017-02-02
1
-1
/
+1
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-13
1
-60
/
+45
*
[Hexagon] Changing from literal numeric value to argument since #-1 will not ...
Colin LeMahieu
2016-12-05
1
-0
/
+31
*
Support: Remove MemoryObject and DataStreamer interfaces.
Peter Collingbourne
2016-11-02
1
-1
/
+0
*
[Hexagon] Rename operand/predicate names for unshifted integers
Krzysztof Parzyszek
2016-11-01
1
-8
/
+8
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-1
/
+1
*
[Hexagon] NFC Removing 'V4_' prefix from duplex instruction names.
Colin LeMahieu
2016-10-07
1
-261
/
+261
*
[Hexagon] NFC. Canonicalizing absolute address instruction names.
Colin LeMahieu
2016-10-06
1
-42
/
+42
*
[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
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
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
2
-210
/
+739
*
[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
[next]