summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* [SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...Craig Topper2018-01-261-5/+0
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-152-2/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-5/+5
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-174-4/+4
* Add backend name to Target to enable runtime info to be fed back into TableGenDaniel Sanders2017-11-151-1/+1
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-032-2/+2
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-122-4/+4
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-122-4/+4
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [MSP430] Align functions on 2-byte boundary instead of 4.Vadzim Dambrouski2017-09-191-1/+1
* Use report_fatal_error for unsupported calling conventionsAlex Bradbury2017-08-221-2/+2
* Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek2017-08-102-2/+2
* Delete Default and JITDefault code modelsRafael Espindola2017-08-032-5/+12
* [MSP430] Fix data layout string.Vadzim Dambrouski2017-06-231-2/+6
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun2017-05-301-2/+2
* [MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.Vadzim Dambrouski2017-05-243-3/+8
* [MSP430] Add subtarget features for hardware multiplier.Vadzim Dambrouski2017-05-234-25/+54
* [MSP430] Generate EABI-compliant libcallsVadzim Dambrouski2017-05-113-38/+236
* Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov2017-05-094-9/+14
* [MSP430] Fix PR32769: Select8 and Select16 need to have SR in Uses.Vadzim Dambrouski2017-04-261-0/+2
* Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov2017-04-171-1/+1
* [MSP430] Add SRet support to MSP430 targetVadzim Dambrouski2017-03-024-24/+85
* Test commit, fix typo, NFC.Vadzim Dambrouski2017-02-281-1/+1
* Use print() instead of dump() in codeMatthias Braun2017-01-281-1/+3
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+1
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-2/+2
* Fix PR27500: on MSP430 the branch destination offset is measured in words, no...Anton Korobeynikov2016-11-081-115/+191
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-095-12/+16
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-013-7/+3
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-143-5/+5
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-142-3/+3
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-142-4/+11
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* Revert r279242 - it's failing the testsAnton Korobeynikov2016-08-191-191/+117
* Fix PR27500: on MSP430 the branch destination offset is measured in words, no...Anton Korobeynikov2016-08-191-117/+191
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-4/+8
* TargetInstrInfo: add virtual function getInstSizeInBytesSjoerd Meijer2016-07-291-1/+1
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-284-27/+27
* TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer2016-07-283-4/+4
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-151-11/+7
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-152-3/+3
* MSP430: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-084-32/+31
* CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith2016-06-302-22/+24
* Delete MCCodeGenInfo.Rafael Espindola2016-06-301-14/+0
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-124-68/+43
* Delete Reloc::Default.Rafael Espindola2016-05-182-3/+10
OpenPOWER on IntegriCloud