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] 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
*
[Hexagon] Hoist nonnull assert up.
Benjamin Kramer
2016-02-16
1
-1
/
+0
*
[NFC] Fixing naming convention, lowercase start of function name.
Colin LeMahieu
2016-02-15
1
-19
/
+19
*
[Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp...
Colin LeMahieu
2016-02-15
1
-52
/
+71
*
Replace usages of llvm::utostr_32 with just llvm::utostr. While this is less ...
Craig Topper
2016-01-31
1
-20
/
+20
*
Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.
Benjamin Kramer
2016-01-27
1
-5
/
+5
*
fix 'the the '; NFC
Sanjay Patel
2015-12-07
1
-1
/
+1
*
[Hexagon] Using multiply instead of shift on signed number which can be UB
Colin LeMahieu
2015-12-04
1
-2
/
+2
*
Fixup for r254547: use format_hex() to simplify code.
Alexey Samsonov
2015-12-02
1
-2
/
+1
*
[Hexagon] Remove std::hex in favor of format().
Alexey Samsonov
2015-12-02
1
-5
/
+7
*
Reduce the size of MCRelaxableFragment.
Akira Hatanaka
2015-11-14
1
-1
/
+1
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-8
/
+7
*
[Hexagon] Factoring bundle creation in to a utility function.
Colin LeMahieu
2015-11-13
1
-2
/
+1
*
[Hexagon] Allocate MCInst in the MCContext to avoid leaking it.
Benjamin Kramer
2015-11-12
1
-1
/
+1
*
[Hexagon] Separating statement to match what clang-format would do.
Colin LeMahieu
2015-11-09
1
-2
/
+4
*
[Hexagon] Adding override to methods.
Colin LeMahieu
2015-11-09
1
-4
/
+5
*
[Hexagon] Fixing warnings.
Colin LeMahieu
2015-11-09
1
-4
/
+2
*
[Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...
Colin LeMahieu
2015-11-09
1
-0
/
+2152