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
/
AsmParser
/
HexagonAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Hexagon] Use addAliasForDirective for data directives
Alex Bradbury
2018-05-17
1
-39
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+9
*
[Hexagon] Recognize and handle :endloop01
Krzysztof Parzyszek
2018-03-30
1
-4
/
+7
*
[Hexagon] Add trap1 instruction
Krzysztof Parzyszek
2018-03-01
1
-0
/
+11
*
[Hexagon] Add support for Hexagon V65
Krzysztof Parzyszek
2017-12-11
1
-120
/
+168
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-6
/
+5
*
[Hexagon] Fix some more -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[Hexagon] Change iconst to emit 27bit relocation
Krzysztof Parzyszek
2017-05-02
1
-5
/
+5
*
[Hexagon] Improve shuffle error reporting
Krzysztof Parzyszek
2017-05-01
1
-80
/
+2
*
[Hexagon] Change the vector scaling for vector offsets
Krzysztof Parzyszek
2017-04-06
1
-18
/
+0
*
[Hexagon] Introduce Hexagon V62
Krzysztof Parzyszek
2017-02-10
1
-1
/
+8
*
[Hexagon] Replace instruction definitions with auto-generated ones
Krzysztof Parzyszek
2017-02-10
1
-219
/
+60
*
[Hexagon] Remove encoding bits from mapped instructions
Krzysztof Parzyszek
2017-02-07
1
-0
/
+5
*
[Hexagon] Adding gp+ to the syntax of gp-relative instructions
Krzysztof Parzyszek
2017-02-06
1
-0
/
+56
*
[Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructions
Krzysztof Parzyszek
2017-02-02
1
-2
/
+2
*
[Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2016-12-13
1
-89
/
+87
*
[Hexagon] Adding additional tokenization characters in preparation for removi...
Colin LeMahieu
2016-12-05
1
-6
/
+0
*
[Hexagon] Changing from literal numeric value to argument since #-1 will not ...
Colin LeMahieu
2016-12-05
1
-0
/
+11
*
Fix spelling mistakes in Hexagon target comments. NFC.
Simon Pilgrim
2016-11-17
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
[Hexagon] Rename operand/predicate names for unshifted integers
Krzysztof Parzyszek
2016-11-01
1
-79
/
+63
*
Revert r283690, "MC: Remove unused entities."
Peter Collingbourne
2016-10-10
1
-1
/
+1
*
Move the global variables representing each Target behind accessor function
Mehdi Amini
2016-10-09
1
-1
/
+1
*
MC: Remove unused entities.
Peter Collingbourne
2016-10-09
1
-1
/
+1
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-16
1
-25
/
+29
*
Revert r281336 (and r281337), it caused PR30372.
Nico Weber
2016-09-13
1
-29
/
+25
*
Defer asm errors to post-statement failure
Nirav Dave
2016-09-13
1
-25
/
+29
*
Temporarily Revert "[MC] Defer asm errors to post-statement failure" as it's ...
Eric Christopher
2016-09-13
1
-29
/
+25
*
[MC] Defer asm errors to post-statement failure
Nirav Dave
2016-09-12
1
-25
/
+29
*
[Hexagon] Clean up some miscellaneous V60 intrinsics a bit
Krzysztof Parzyszek
2016-08-16
1
-1
/
+1
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+2
*
[Hexagon] Use integer instructions for floating point immediates
Krzysztof Parzyszek
2016-08-10
1
-5
/
+1
*
[Hexagon] Remove unneeded/unused ISD opcodes ARGEXTEND and FCONST32
Krzysztof Parzyszek
2016-08-10
1
-1
/
+0
*
Delete more dead code.
Rafael Espindola
2016-06-21
1
-13
/
+0
*
Replace silly uses of 'signed' with 'int'
David Majnemer
2016-06-21
1
-5
/
+3
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-17
1
-13
/
+12
*
Revert "Refactor and cleanup Assembly Parsing / Lexing"
Nirav Dave
2016-06-16
1
-12
/
+13
*
Refactor and cleanup Assembly Parsing / Lexing
Nirav Dave
2016-06-16
1
-13
/
+12
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
Avoid some copies by using const references.
Benjamin Kramer
2016-05-27
1
-1
/
+0
*
[Hexagon] Define certain aliases for vector instructions
Krzysztof Parzyszek
2016-04-28
1
-0
/
+13
*
[Hexagon] Properly recognize register alt names
Krzysztof Parzyszek
2016-04-21
1
-27
/
+33
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
[Hexagon] Modifying r262258 to only be in effect in the hand assembler path, ...
Colin LeMahieu
2016-03-01
1
-0
/
+16
*
[Hexagon] Setting sign mismatch flag on expression instead of using bit tricks.
Colin LeMahieu
2016-02-29
1
-16
/
+11
*
[Hexagon] Using MustExtend flag on expression instead of passing around bools.
Colin LeMahieu
2016-02-29
1
-22
/
+20
*
[Hexagon] Loop instructions don't need special processing. Extension and fit...
Colin LeMahieu
2016-02-17
1
-25
/
+0
*
[Hexagon] Adding relocation for code size, cold path optimization allowing a ...
Colin LeMahieu
2016-02-16
1
-0
/
+16
[next]