summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-7/+1
* [MSP430] Optimize srl/sra in case of A >> (8 + N)Anton Korobeynikov2018-11-191-2/+12
* [MSP430] Add RTLIB::[SRL/SRA/SHL]_I32 lowering to EABI lib callsAnton Korobeynikov2018-11-161-2/+7
* [MSP430] Use R_MSP430_16_BYTE type for FK_Data_2 fixupAnton Korobeynikov2018-11-161-1/+1
* [MSP430] Add support for .refsym directiveAnton Korobeynikov2018-11-161-0/+13
* Add missed files from prev. commitAnton Korobeynikov2018-11-1511-0/+1572
* [MSP430] Add MC layerAnton Korobeynikov2018-11-1518-1092/+1113
* Revert "[MSP430] Add MC layer"Davide Italiano2018-11-0829-2684/+1092
* [MSP430] Fix encodeInstruction() for big endian hostsAnton Korobeynikov2018-11-081-4/+3
* [MSP430] Add MC layerAnton Korobeynikov2018-11-0829-1092/+2685
* [SDAG] Remove the reliance on MI's allocation strategy forChandler Carruth2018-08-141-3/+2
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-142-10/+8
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-2/+2
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txtNico Weber2018-04-231-1/+1
* Sort targetgen calls in lib/Target/*/CMakeLists.Nico Weber2018-04-041-3/+4
* [IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...Craig Topper2018-03-291-1/+1
* Fix layering by moving ValueTypes.h from CodeGen to IRDavid Blaikie2018-03-231-1/+1
* [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
OpenPOWER on IntegriCloud