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
...
*
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
[prev]