summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-9/+6
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-4/+2
* Remove redundant argument.Rafael Espindola2017-06-241-2/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* [Hexagon] Handle a global operand to A2_addi when creating duplexesKrzysztof Parzyszek2017-06-221-27/+26
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-4/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-072-2/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-065-6/+6
* [Hexagon] Remove C6 and C7 as separate registersKrzysztof Parzyszek2017-05-051-8/+0
* [Hexagon] Use automatically-generated scheduling information for HVXKrzysztof Parzyszek2017-05-032-6/+5
* [Hexagon] Change iconst to emit 27bit relocationKrzysztof Parzyszek2017-05-028-15/+19
* [Hexagon] Add extenders for GD_PLT_B22_PCREL and LD_PLT_B22_PCRELKrzysztof Parzyszek2017-05-024-3/+42
* [Hexagon] Formatting changes, NFCKrzysztof Parzyszek2017-05-024-8/+13
* [Hexagon] Remove unused validSubtarget TSFlagsKrzysztof Parzyszek2017-05-023-24/+0
* [Hexagon] Make sure duplexed dealloc_returns are checked for double jumpsKrzysztof Parzyszek2017-05-021-0/+8
* [Hexagon] Move checking AXOK to checkerKrzysztof Parzyszek2017-05-023-69/+80
* [Hexagon] Remove unneeded code from HexagonShufflerKrzysztof Parzyszek2017-05-022-11/+9
* [Hexagon] Extract function that checks endloops with other branchesKrzysztof Parzyszek2017-05-022-36/+39
* [Hexagon] Add new packet iterator which will iterate through duplexesKrzysztof Parzyszek2017-05-023-24/+82
* [Hexagon] Check for .cur def without use without using a map data structureKrzysztof Parzyszek2017-05-022-24/+42
* [Hexagon] Replace CVI_VM_CUR_LD type with CVI_VM_LDKrzysztof Parzyszek2017-05-015-6/+12
* [Hexagon] Improving error reporting for writing to read only registersKrzysztof Parzyszek2017-05-012-7/+22
* [Hexagon] Give better error messages for solo instruction errorsKrzysztof Parzyszek2017-05-012-7/+11
* [Hexagon] Improve shuffle error reportingKrzysztof Parzyszek2017-05-019-401/+272
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-142-2/+3
* [Hexagon] Change the vector scaling for vector offsetsKrzysztof Parzyszek2017-04-062-48/+0
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-1/+2
* [Hexagon] Remove unused variablesKrzysztof Parzyszek2017-03-311-11/+2
* [Hexagon] Updating inline saturate lanes for v62 version.Colin LeMahieu2017-03-161-1/+4
* [Hexagon] Add -mhvx option to the Hexagon backendKrzysztof Parzyszek2017-03-091-2/+8
* Fix 'variable set but not used' warning when assertions are disabled.Simon Pilgrim2017-02-191-0/+2
* Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer2017-02-112-5/+3
* [Hexagon] Introduce Hexagon V62Krzysztof Parzyszek2017-02-101-4/+11
* [Hexagon] Replace instruction definitions with auto-generated onesKrzysztof Parzyszek2017-02-104-60/+22
* [Hexagon] Update instruction typesKrzysztof Parzyszek2017-02-072-14/+27
* [Hexagon] Address ASAN and UBSAN failures after r294226Krzysztof Parzyszek2017-02-074-16/+18
* Revert "[Hexagon] Address ASAN and UBSAN failures after r294226"Krzysztof Parzyszek2017-02-063-15/+13
* [Hexagon] Address ASAN and UBSAN failures after r294226Krzysztof Parzyszek2017-02-063-13/+15
* [Hexagon] Update MCTargetDescKrzysztof Parzyszek2017-02-0619-665/+1032
* [Hexagon] Adding opExtentBits and opExtentAlign to GPrel instructionsKrzysztof Parzyszek2017-02-022-10/+36
* [Hexagon] Fix relocation kind for extended predicated callsKrzysztof Parzyszek2017-02-021-5/+7
* [Hexagon] Remove A4_ext_* pseudo instructionsKrzysztof Parzyszek2017-02-024-29/+33
* [Hexagon] Emitting individual instructions without copying themKrzysztof Parzyszek2017-02-022-97/+82
* [Hexagon] Rename TypeCOMPOUND to TypeCJKrzysztof Parzyszek2017-02-024-6/+5
* [Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...Eugene Zelenko2017-01-041-29/+16
* [Hexagon] Other attempt to fix build with enabled asserts broken in 290024 (N...Eugene Zelenko2016-12-171-0/+1
* [Hexagon] Fix build with enabled asserts broken in 290024 (NFC).Eugene Zelenko2016-12-171-0/+1
* [Hexagon] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2016-12-174-34/+52
* [Hexagon] Changing from literal numeric value to argument since #-1 will not ...Colin LeMahieu2016-12-051-4/+2
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-192-0/+9
OpenPOWER on IntegriCloud