summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-4/+4
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-063-7/+9
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Hexagon - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-141-1/+1
* [Hexagon] getCompoundCandidateGroup - fix 'false' value is implicitly cast to...Simon Pilgrim2019-11-051-5/+5
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-1/+2
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-131-2/+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
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-232-5/+3
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [llvm-mc] Add reportWarning() to MCContextBrian Cain2019-08-081-5/+2
* 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 HexagonInstPrinter.cppDmitri Gribenko2019-06-031-1/+0
* Include what you use in HexagonMCInstrInfo.cppDmitri Gribenko2019-06-031-1/+0
* Include what you use in HexagonMCCodeEmitter.cppDmitri Gribenko2019-06-031-1/+0
* Include what you use in HexagonMCCompound.cppDmitri Gribenko2019-06-031-1/+0
* Include what you use in HexagonShuffler.cppDmitri Gribenko2019-06-031-1/+1
* Include what you use in HexagonMCChecker.cppDmitri Gribenko2019-06-031-1/+0
* Include what you use in HexagonMCTargetDesc.cppDmitri Gribenko2019-06-031-1/+0
* Include what you use in HexagonMCShuffler.cppDmitri Gribenko2019-06-031-1/+0
* Include what you use in HexagonELFObjectWriter.cppDmitri Gribenko2019-06-031-1/+1
* Include what you use in HexagonAsmBackend.cppDmitri Gribenko2019-06-031-1/+0
* Include what you use in HexagonShuffler.hDmitri Gribenko2019-06-031-1/+1
* [Hexagon] Create a TargetInfo header. NFCRichard Trieu2019-05-142-1/+1
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-112-4/+5
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-042-3/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1927-108/+81
* [Hexagon] Add instruction definitions for Hexagon V66Krzysztof Parzyszek2018-12-051-1/+1
* [Hexagon] Foundation of support for Hexagon V66Krzysztof Parzyszek2018-12-053-8/+37
* [Hexagon] Change instruction type field in TSFlags to 7 bitsKrzysztof Parzyszek2018-12-031-42/+41
* [Hexagon] Remove unintended fallthrough from MC duplex codeReid Kleckner2018-11-011-5/+5
* Annotate possibly unintended fallthroughs in Hexagon MC code, NFCReid Kleckner2018-11-011-0/+6
* [Hexagon] Remove support for V4Krzysztof Parzyszek2018-10-192-24/+15
* [Target] Untangle disassemblersBenjamin Kramer2018-09-102-1/+28
* [Hexagon] Remove unused functions from HexagonInstPrinter, NFCKrzysztof Parzyszek2018-08-172-124/+8
* [Hexagon] Add a "generic" cpuBrendon Cahoon2018-06-261-0/+1
* [Hexagon] Fix the value of HexagonII::TypeCVI_FIRSTKrzysztof Parzyszek2018-06-191-1/+1
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-5/+7
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-213-12/+9
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-7/+7
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-1/+1
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-183-11/+14
* [RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvancedShiva Chen2018-05-181-1/+2
* Fix up a misleading format warning.Eric Christopher2018-05-161-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-146-66/+67
* [Hexagon] Check the end of the correct container (fix typo)Krzysztof Parzyszek2018-05-091-3/+1
OpenPOWER on IntegriCloud