summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430
AgeCommit message (Expand)Author
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-15Add backend name to Target to enable runtime info to be fed back into TableGenDaniel Sanders
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun
2017-10-12TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-09-19[MSP430] Align functions on 2-byte boundary instead of 4.Vadzim Dambrouski
2017-08-22Use report_fatal_error for unsupported calling conventionsAlex Bradbury
2017-08-10Add "Restored" flag to CalleeSavedInfoKrzysztof Parzyszek
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-06-23[MSP430] Fix data layout string.Vadzim Dambrouski
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-30TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFCMatthias Braun
2017-05-24[MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex.Vadzim Dambrouski
2017-05-23[MSP430] Add subtarget features for hardware multiplier.Vadzim Dambrouski
2017-05-11[MSP430] Generate EABI-compliant libcallsVadzim Dambrouski
2017-05-09Add extra operand to CALLSEQ_START to keep frame part set up previouslySerge Pavlov
2017-04-26[MSP430] Fix PR32769: Select8 and Select16 need to have SR in Uses.Vadzim Dambrouski
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2017-03-02[MSP430] Add SRet support to MSP430 targetVadzim Dambrouski
2017-02-28Test commit, fix typo, NFC.Vadzim Dambrouski
2017-01-28Use print() instead of dump() in codeMatthias Braun
2017-01-28Cleanup dump() functions.Matthias Braun
2017-01-13[CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus
2016-11-08Fix PR27500: on MSP430 the branch destination offset is measured in words, no...Anton Korobeynikov
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-14Finish renaming remaining analyzeBranch functionsMatt Arsenault
2016-09-14Make analyzeBranch family of instruction names consistentMatt Arsenault
2016-09-14AArch64: Use TTI branch functions in branch relaxationMatt Arsenault
2016-08-25MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun
2016-08-19Revert r279242 - it's failing the testsAnton Korobeynikov
2016-08-19Fix PR27500: on MSP430 the branch destination offset is measured in words, no...Anton Korobeynikov
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner
2016-07-29TargetInstrInfo: add virtual function getInstSizeInBytesSjoerd Meijer
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun
2016-07-28TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFCSjoerd Meijer
2016-07-15[SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar
2016-07-15Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar
2016-07-08MSP430: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-06-30CodeGen: Use MachineInstr& in TargetLowering, NFCDuncan P. N. Exon Smith
2016-06-30Delete MCCodeGenInfo.Rafael Espindola
2016-06-12Pass DebugLoc and SDLoc by const ref.Benjamin Kramer
2016-05-18Delete Reloc::Default.Rafael Espindola
2016-05-13SDAG: Implement Select instead of SelectImpl in MSP430DAGToDAGISelJustin Bogner