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
/
MCTargetDesc
/
HexagonMCInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include what you use in HexagonMCInstrInfo.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Move clamping of extended operands directly to MC code emitter
Krzysztof Parzyszek
2018-05-07
1
-25
/
+8
*
[Hexagon] Add support for Hexagon V65
Krzysztof Parzyszek
2017-12-11
1
-36
/
+78
*
[Hexagon] Make getMemAccessSize return size in bytes
Krzysztof Parzyszek
2017-09-14
1
-6
/
+5
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-01
1
-8
/
+18
*
[Hexagon] Change iconst to emit 27bit relocation
Krzysztof Parzyszek
2017-05-02
1
-4
/
+4
*
[Hexagon] Formatting changes, NFC
Krzysztof Parzyszek
2017-05-02
1
-0
/
+6
*
[Hexagon] Remove unused validSubtarget TSFlags
Krzysztof Parzyszek
2017-05-02
1
-19
/
+0
*
[Hexagon] Add new packet iterator which will iterate through duplexes
Krzysztof Parzyszek
2017-05-02
1
-8
/
+51
*
[Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LD
Krzysztof Parzyszek
2017-05-01
1
-0
/
+5
*
[Hexagon] Improve shuffle error reporting
Krzysztof Parzyszek
2017-05-01
1
-3
/
+3
*
[Hexagon] Replace instruction definitions with auto-generated ones
Krzysztof Parzyszek
2017-02-10
1
-17
/
+2
*
[Hexagon] Address ASAN and UBSAN failures after r294226
Krzysztof Parzyszek
2017-02-07
1
-9
/
+7
*
Revert "[Hexagon] Address ASAN and UBSAN failures after r294226"
Krzysztof Parzyszek
2017-02-06
1
-7
/
+9
*
[Hexagon] Address ASAN and UBSAN failures after r294226
Krzysztof Parzyszek
2017-02-06
1
-9
/
+7
*
[Hexagon] Update MCTargetDesc
Krzysztof Parzyszek
2017-02-06
1
-129
/
+157
*
[Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructions
Krzysztof Parzyszek
2017-02-02
1
-9
/
+11
*
[Hexagon] Remove A4_ext_* pseudo instructions
Krzysztof Parzyszek
2017-02-02
1
-12
/
+6
*
[Hexagon] Rename TypeCOMPOUND to TypeCJ
Krzysztof Parzyszek
2017-02-02
1
-2
/
+2
*
[Hexagon] Adding change of flow max 1 (cofMax1) TS flag for marking this rest...
Colin LeMahieu
2016-10-08
1
-0
/
+5
*
[Hexagon] NFC Removing 'V4_' prefix from duplex instruction names.
Colin LeMahieu
2016-10-07
1
-52
/
+52
*
Use StringRef instead of raw pointers in MCAsmInfo/MCInstrInfo APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
[Hexagon] Handle double-vector registers as new-value producers
Krzysztof Parzyszek
2016-04-28
1
-0
/
+13
*
[Hexagon] Properly encode registers in duplex instructions
Krzysztof Parzyszek
2016-03-21
1
-0
/
+109
*
[Hexagon] Modifying r262258 to only be in effect in the hand assembler path, ...
Colin LeMahieu
2016-03-01
1
-14
/
+2
*
[Hexagon] As a size optimization, not lazy extending TPREL or DTPREL variants...
Colin LeMahieu
2016-02-29
1
-8
/
+14
*
[Hexagon] Using MustExtend flag on expression instead of passing around bools.
Colin LeMahieu
2016-02-29
1
-9
/
+11
*
[Hexagon] Replacing reference/dereference with reference cast.
Colin LeMahieu
2016-02-17
1
-4
/
+4
*
[Hexagon] cast<> a reference instead of referencing + dereferencing.
Benjamin Kramer
2016-02-17
1
-1
/
+1
*
[Hexagon] Adding relocation for code size, cold path optimization allowing a ...
Colin LeMahieu
2016-02-16
1
-0
/
+12
*
[Hexagon] Hoist nonnull assert up.
Benjamin Kramer
2016-02-16
1
-0
/
+1
*
[NFC] Fixing naming convention, lowercase start of function name.
Colin LeMahieu
2016-02-15
1
-1
/
+1
*
[Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp...
Colin LeMahieu
2016-02-15
1
-1
/
+26
*
Use make_range to reduce mentions of iterator type. NFC
Craig Topper
2015-12-06
1
-2
/
+1
*
[Hexagon] Factoring bundle creation in to a utility function.
Colin LeMahieu
2015-11-13
1
-0
/
+7
*
[Hexagon] Fixing leak in padEndloop by allocating in MCContext.
Colin LeMahieu
2015-11-13
1
-3
/
+3
*
[Hexagon] Allocate MCInst in the MCContext to avoid leaking it.
Benjamin Kramer
2015-11-12
1
-4
/
+6
*
[Hexagon] Fixing load instruction parsing and reenabling tests.
Colin LeMahieu
2015-11-10
1
-4
/
+5
*
[Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...
Colin LeMahieu
2015-11-09
1
-14
/
+189
*
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 MC ELF streamer and updating addend relocation test which sh...
Colin LeMahieu
2015-06-17
1
-0
/
+15
*
[Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.
Colin LeMahieu
2015-06-05
1
-0
/
+68
*
Revert r239095 incorrect test tree.
Colin LeMahieu
2015-06-04
1
-68
/
+0
*
[Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...
Colin LeMahieu
2015-06-04
1
-0
/
+68
*
[Hexagon] Adding MC packet shuffler.
Colin LeMahieu
2015-05-31
1
-5
/
+77
*
[Hexagon] Adding basic relaxation functionality.
Colin LeMahieu
2015-05-30
1
-0
/
+24
*
[Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...
Colin LeMahieu
2015-05-29
1
-34
/
+71
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-2
/
+2
[next]