summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* Add MachineFunctionProperty checks for AllVRegsAllocated for target passesDerek Schuff2016-04-041-0/+5
* Change eliminateCallFramePseudoInstr() to return an iteratorHans Wennborg2016-03-312-7/+7
* `MSP430InstrInfo::loadRegFromStackSlot` forgets to set register def.Anton Korobeynikov2016-02-241-2/+4
* CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith2016-02-232-6/+7
* Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code...Benjamin Kramer2016-01-271-3/+3
* Remove autoconf supportChris Bieneman2016-01-264-69/+0
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-2/+0
* MSP430: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-202-5/+3
* Fix typo in READMEJeroen Ketema2015-10-041-1/+1
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-154-10/+9
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-154-9/+10
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-154-10/+9
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-154-9/+10
* Fix namespace indentation and missing blank lines before 'public:' in *MCAsmI...Daniel Sanders2015-09-151-6/+7
* [TLI] Refactor "is integer division cheap" queries.Michael Kuperstein2015-08-191-4/+0
* PseudoSourceValue: Replace global manager with a manager in a machine function.Alex Lorenz2015-08-112-13/+12
* Fix some comment typos.Benjamin Kramer2015-08-081-1/+1
* Fix typo "fuction" noticed in comments in AssumptionCache.h, and also all the...Nick Lewycky2015-07-292-2/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-4/+4
* MC: Remove MCSubtargetInfo() default constructorDuncan P. N. Exon Smith2015-07-101-3/+1
* Target RegisterInfo: devirtualize TargetFrameLoweringJF Bastien2015-07-101-5/+4
* Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT userMehdi Amini2015-07-091-1/+1
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-095-60/+4
* Make TargetLowering::getShiftAmountTy() taking DataLayout as an argumentMehdi Amini2015-07-091-1/+3
* Make TargetLowering::getPointerTy() taking DataLayout as an argumentMehdi Amini2015-07-092-39/+39
* Change the last few internal StringRef triples into Triple objects.Daniel Sanders2015-07-061-2/+3
* [TargetLowering] StringRefize asm constraint getters.Benjamin Kramer2015-07-052-6/+4
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-2311-13/+13
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-1911-13/+13
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-112-4/+4
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-112-3/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-104-5/+5
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-092-5/+6
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-043-5/+4
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-4/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-4/+4
* Change getTargetNodeName() to produce compiler warnings for missing cases, fi...Matthias Braun2015-05-072-3/+6
* [ShrinkWrap] Add (a simplified version) of shrink-wrapping.Quentin Colombet2015-05-052-3/+4
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-282-19/+21
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-282-21/+19
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-282-19/+21
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-1/+1
* [msp430] Only support the 'm' inline assembly memory constraint. NFC.Daniel Sanders2015-04-151-6/+0
* Allow memory intrinsics to be tail callsKrzysztof Parzyszek2015-04-131-0/+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
* Remove more superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-301-2/+2
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-2/+3
OpenPOWER on IntegriCloud