summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber
2018-04-23Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txtNico Weber
2018-04-04Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber
2018-03-29[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper
2018-03-23Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie
2018-01-26[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...Craig Topper
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