summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/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-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-232-2/+3
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-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
* [MSP430] Create a TargetInfo header. NFCRichard Trieu2019-05-142-2/+1
* [MSP430] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-115-2/+189
* Enable integrated assembler on MSP430 by default.Anton Korobeynikov2019-02-051-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1910-40/+30
* [MSP430] Recognize '{' as a line separatorAnton Korobeynikov2019-01-151-0/+1
* [MSP430] Minor fixes/improvements for assembler/disassemblerAnton Korobeynikov2019-01-101-1/+1
* [MSP430] Use R_MSP430_16_BYTE type for FK_Data_2 fixupAnton Korobeynikov2018-11-161-1/+1
* Add missed files from prev. commitAnton Korobeynikov2018-11-155-0/+582
* [MSP430] Add MC layerAnton Korobeynikov2018-11-153-18/+42
* Revert "[MSP430] Add MC layer"Davide Italiano2018-11-088-624/+18
* [MSP430] Fix encodeInstruction() for big endian hostsAnton Korobeynikov2018-11-081-4/+3
* [MSP430] Add MC layerAnton Korobeynikov2018-11-088-18/+625
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-1/+1
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-092-6/+7
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-14/+0
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-153-9/+8
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-153-8/+9
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-153-9/+8
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-153-8/+9
* Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...Daniel Sanders2015-09-151-6/+7
* 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
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-2/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-5/+4
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused Target argument from MCInstPrinter ctor functions.Eric Christopher2015-03-301-2/+1
* TableGen: Use 'enum : uint64_t' for feature flags to fix -WmicrosoftReid Kleckner2015-03-091-0/+2
* Drop the W postfix on the 16-bit registers.Job Noorman2014-09-101-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-132-4/+4
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-021-1/+0
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-131-1/+0
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-162-3/+2
* MC: Remove vestigial PCSymbol field from AsmInfoDavid Majnemer2013-09-251-1/+0
OpenPOWER on IntegriCloud