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
/
HexagonMCCodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include what you use in HexagonMCCodeEmitter.cpp
Dmitri Gribenko
2019-06-03
1
-1
/
+0
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Support: Simplify endian stream interface. NFCI.
Peter Collingbourne
2018-05-18
1
-1
/
+1
*
Fix up a misleading format warning.
Eric Christopher
2018-05-16
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-12
/
+11
*
[Hexagon] Check the end of the correct container (fix typo)
Krzysztof Parzyszek
2018-05-09
1
-3
/
+1
*
[Hexagon] Fix sanitizer error about using -1u in variable of enum type
Krzysztof Parzyszek
2018-05-09
1
-4
/
+4
*
[Hexagon] Simplify MCCodeEmitter, move data to tables
Krzysztof Parzyszek
2018-05-09
1
-571
/
+544
*
[Hexagon] Move clamping of extended operands directly to MC code emitter
Krzysztof Parzyszek
2018-05-07
1
-3
/
+26
*
[Hexagon] Make getMemAccessSize return size in bytes
Krzysztof Parzyszek
2017-09-14
1
-10
/
+10
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-08-01
1
-38
/
+43
*
[Hexagon] Mark raise_relocation_error as NORETURN.
Florian Hahn
2017-07-26
1
-0
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[Hexagon] Remove C6 and C7 as separate registers
Krzysztof Parzyszek
2017-05-05
1
-8
/
+0
*
[Hexagon] Change iconst to emit 27bit relocation
Krzysztof Parzyszek
2017-05-02
1
-2
/
+2
*
[Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCREL
Krzysztof Parzyszek
2017-05-02
1
-2
/
+17
*
Fix 'variable set but not used' warning when assertions are disabled.
Simon Pilgrim
2017-02-19
1
-0
/
+2
*
[Hexagon] Update MCTargetDesc
Krzysztof Parzyszek
2017-02-06
1
-60
/
+15
*
[Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructions
Krzysztof Parzyszek
2017-02-02
1
-1
/
+25
*
[Hexagon] Fix relocation kind for extended predicated calls
Krzysztof Parzyszek
2017-02-02
1
-5
/
+7
*
[Hexagon] Remove A4_ext_* pseudo instructions
Krzysztof Parzyszek
2017-02-02
1
-15
/
+20
*
[Hexagon] Emitting individual instructions without copying them
Krzysztof Parzyszek
2017-02-02
1
-94
/
+79
*
[Hexagon] Rename TypeCOMPOUND to TypeCJ
Krzysztof Parzyszek
2017-02-02
1
-1
/
+1
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-0
/
+4
*
[Hexagon] Handle double-vector registers as new-value producers
Krzysztof Parzyszek
2016-04-28
1
-3
/
+27
*
[Hexagon] Properly encode registers in duplex instructions
Krzysztof Parzyszek
2016-03-21
1
-6
/
+15
*
[Hexagon] Remove redundant check.
Chad Rosier
2016-02-18
1
-2
/
+2
*
[Hexagon] Adding relocation for code size, cold path optimization allowing a ...
Colin LeMahieu
2016-02-16
1
-0
/
+7
*
[Hexagon] Wrapping all MCExprs inside MCOperands within HexagonMCExpr to simp...
Colin LeMahieu
2016-02-15
1
-3
/
+2
*
[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
Colin LeMahieu
2016-02-10
1
-17
/
+17
*
[Hexagon] Fixing relocation generation and adding tests.
Colin LeMahieu
2016-02-09
1
-176
/
+216
*
[Hexagon] Add check for nullptr in getFixupNoBits
Krzysztof Parzyszek
2016-01-11
1
-15
/
+15
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-1
/
+1
*
[Hexagon] Remove redundant local variable.
Tilmann Scheller
2015-11-20
1
-4
/
+2
*
[Hexagon] Fixing compound register printing and reenabling more tests.
Colin LeMahieu
2015-11-10
1
-0
/
+16
*
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] PC-relative offsets are relative to packet start rather than the of...
Colin LeMahieu
2015-06-15
1
-3
/
+38
*
[Hexagon] Reapply r239097 with tests corrected for shuffling and duplexing.
Colin LeMahieu
2015-06-05
1
-0
/
+82
*
Revert r239095 incorrect test tree.
Colin LeMahieu
2015-06-04
1
-82
/
+0
*
[Hexagon] Adding functionality for duplexing. Duplexing is a way to compress...
Colin LeMahieu
2015-06-04
1
-0
/
+82
*
Replace custom fixed endian to raw_ostream emission with EndianStream.
Benjamin Kramer
2015-06-04
1
-10
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-1
/
+1
*
[Hexagon] Disassembling, printing, and emitting instructions a whole-bundle a...
Colin LeMahieu
2015-05-29
1
-15
/
+110
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
[Hexagon] Removing variable unused in release.
Colin LeMahieu
2015-05-01
1
-2
/
+1
*
[Hexagon] Adding expression MC emission and removing XFAIL from test that hit...
Colin LeMahieu
2015-05-01
1
-4
/
+445
*
Remove the use of the subtarget in MCCodeEmitter creation and
Eric Christopher
2015-03-10
1
-8
/
+2
[next]