summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-3/+4
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* Use a bit of relaxed constexpr to make FeatureBitset costant intializableBenjamin Kramer2019-08-241-5/+3
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-1/+1
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* Include what you use in HexagonMCTargetDesc.cppDmitri Gribenko2019-06-031-1/+0
* [Hexagon] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Hexagon] Foundation of support for Hexagon V66Krzysztof Parzyszek2018-12-051-6/+20
* [Hexagon] Remove support for V4Krzysztof Parzyszek2018-10-191-22/+14
* [Hexagon] Add a "generic" cpuBrendon Cahoon2018-06-261-0/+1
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+3
* [Hexagon] Remove -mhvx-double and the corresponding subtarget featureKrzysztof Parzyszek2018-04-031-2/+1
* [Hexagon] Reduce excessive indentation in .s outputKrzysztof Parzyszek2018-03-301-2/+2
* [Hexagon] Higher versions of HVX imply presence of lower versionsKrzysztof Parzyszek2017-12-181-6/+6
* [Hexagon] Add support for Hexagon V65Krzysztof Parzyszek2017-12-111-35/+140
* [Hexagon] New HVX target features.Sumanth Gundapaneni2017-10-181-1/+1
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+5
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-6/+5
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [Hexagon] Add -mhvx option to the Hexagon backendKrzysztof Parzyszek2017-03-091-2/+8
* Move symbols from the global namespace into (anonymous) namespaces. NFC.Benjamin Kramer2017-02-111-4/+1
* [Hexagon] Introduce Hexagon V62Krzysztof Parzyszek2017-02-101-4/+11
* [Hexagon] Update MCTargetDescKrzysztof Parzyszek2017-02-061-49/+151
* [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-171-13/+21
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-10/+10
* [Hexagon] Rename the HEXAGON_MC namespace to Hexagon_MC, NFCKrzysztof Parzyszek2016-08-191-2/+2
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-14/+0
* Delete Reloc::Default.Rafael Espindola2016-05-181-2/+0
* [Hexagon] Few fixes for exception handlingKrzysztof Parzyszek2016-04-251-1/+1
* [Hexagon] Correctly set "Flags" in ELF headerKrzysztof Parzyszek2016-04-251-3/+7
* [Hexagon] Add -mv.. options to override CPU selectionKrzysztof Parzyszek2016-04-201-3/+39
* [Hexagon] Add PIC supportKrzysztof Parzyszek2015-12-181-3/+3
* [Hexagon] Subtarget features/default CPU correctionsKrzysztof Parzyszek2015-12-141-4/+8
* [Hexagon] Fixing store instructions and reenabling a few more tests.Colin LeMahieu2015-11-101-18/+13
* [Hexagon] Enabling ASM parsing on Hexagon backend and adding instruction pars...Colin LeMahieu2015-11-091-1/+12
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-8/+7
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-7/+8
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-8/+7
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-7/+8
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-2/+3
* Make helper functions static. NFC.Benjamin Kramer2015-06-231-3/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
OpenPOWER on IntegriCloud