summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-146-6/+6
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-11/+3
* [MC] Add parameter `Address` to MCInstrPrinter::printInstructionFangrui Song2020-01-062-2/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-062-4/+5
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-214-4/+4
* MSP430 - fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-143-21/+18
* [TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (4)joanlluch2019-11-132-4/+5
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-112-3/+3
* [TargetLowering][DAGCombine][MSP430] Shift Amount Threshold in DAGCombine (3)...joanlluch2019-11-082-0/+15
* comment shiftamountthresholdjoanlluch2019-11-071-0/+1
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-232-2/+3
* Use Align for TFL::TransientStackAlignmentGuillaume Chatelet2019-10-211-1/+1
* [TargetLowering][DAGCombine][MSP430] add/use hook for Shift Amount Threshold ...Sanjay Patel2019-10-192-0/+5
* Prune a LegacyDivergenceAnalysis and MachineLoopInfo include eachReid Kleckner2019-10-191-0/+1
* [Alignment][NFC] Use Align for TargetFrameLowering/SubtargetGuillaume Chatelet2019-10-171-1/+2
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* [MSP430] Allow msp430_intrcc functions to not have interrupt attribute.Vadzim Dambrouski2019-09-251-3/+5
* [Alignment][NFC] Use Align with TargetLowering::setPrefFunctionAlignmentGuillaume Chatelet2019-09-061-1/+1
* [Alignment][NFC] Use Align with TargetLowering::setMinFunctionAlignmentGuillaume Chatelet2019-09-061-1/+1
* [LLVM][Alignment] Make functions using log of alignment explicitGuillaume Chatelet2019-09-051-2/+2
* [MC] Minor cleanup to MCFixup::Kind handling. NFC.Sam Clegg2019-08-231-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-152-11/+11
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-153-8/+8
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-242-2/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-116-6/+6
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-106-6/+6
* [MSP430] Create a TargetInfo header. NFCRichard Trieu2019-05-148-4/+26
* [MSP430] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-1110-33/+8
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-15/+15
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-6/+3
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-1/+2
* Enable integrated assembler on MSP430 by default.Anton Korobeynikov2019-02-051-0/+1
* [MSP430] Fix absolute addressing mode printing in AsmPrinterAnton Korobeynikov2019-01-251-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1945-180/+135
* [MSP430] Emit a separate section for every interrupt vectorAnton Korobeynikov2019-01-161-0/+32
* [MSP430] Recognize '{' as a line separatorAnton Korobeynikov2019-01-151-0/+1
* [MSP430] Minor fixes/improvements for assembler/disassemblerAnton Korobeynikov2019-01-103-2/+18
* [MSP430] Add missing instruction formsAnton Korobeynikov2019-01-101-9/+115
* [MSP430] Optimize 'shl x, 8[+ N] -> swpb(zext(x)) [<< N]' for i16Anton Korobeynikov2019-01-091-7/+18
* [MSP430] Fix crash while lowering llvm.stacksave/stackrestoreAnton Korobeynikov2019-01-091-0/+2
* [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
OpenPOWER on IntegriCloud