| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MSP430] Fix data layout string. | Vadzim Dambrouski | 2017-06-23 | 1 | -2/+6 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC | Matthias Braun | 2017-05-30 | 1 | -2/+2 |
| * | [MSP430] Fix PR33050: Don't use ADD16ri to lower FrameIndex. | Vadzim Dambrouski | 2017-05-24 | 3 | -3/+8 |
| * | [MSP430] Add subtarget features for hardware multiplier. | Vadzim Dambrouski | 2017-05-23 | 4 | -25/+54 |
| * | [MSP430] Generate EABI-compliant libcalls | Vadzim Dambrouski | 2017-05-11 | 3 | -38/+236 |
| * | Add extra operand to CALLSEQ_START to keep frame part set up previously | Serge Pavlov | 2017-05-09 | 4 | -9/+14 |
| * | [MSP430] Fix PR32769: Select8 and Select16 need to have SR in Uses. | Vadzim Dambrouski | 2017-04-26 | 1 | -0/+2 |
| * | Distinguish between code pointer size and DataLayout::getPointerSize() in DWA... | Konstantin Zhuravlyov | 2017-04-17 | 1 | -1/+1 |
| * | [MSP430] Add SRet support to MSP430 target | Vadzim Dambrouski | 2017-03-02 | 4 | -24/+85 |
| * | Test commit, fix typo, NFC. | Vadzim Dambrouski | 2017-02-28 | 1 | -1/+1 |
| * | Use print() instead of dump() in code | Matthias Braun | 2017-01-28 | 1 | -1/+3 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -1/+1 |
| * | [CodeGen] Rename MachineInstrBuilder::addOperand. NFC | Diana Picus | 2017-01-13 | 1 | -2/+2 |
| * | Fix PR27500: on MSP430 the branch destination offset is measured in words, no... | Anton Korobeynikov | 2016-11-08 | 1 | -115/+191 |
| * | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 5 | -12/+16 |
| * | Turn cl::values() (for enum) from a vararg function to using C++ variadic tem... | Mehdi Amini | 2016-10-08 | 1 | -2/+1 |
| * | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 3 | -7/+3 |
| * | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 2016-09-14 | 3 | -5/+5 |
| * | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 2016-09-14 | 2 | -3/+3 |
| * | AArch64: Use TTI branch functions in branch relaxation | Matt Arsenault | 2016-09-14 | 2 | -4/+11 |
| * | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
| * | Revert r279242 - it's failing the tests | Anton Korobeynikov | 2016-08-19 | 1 | -191/+117 |
| * | Fix PR27500: on MSP430 the branch destination offset is measured in words, no... | Anton Korobeynikov | 2016-08-19 | 1 | -117/+191 |
| * | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -4/+8 |
| * | TargetInstrInfo: add virtual function getInstSizeInBytes | Sjoerd Meijer | 2016-07-29 | 1 | -1/+1 |
| * | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 4 | -27/+27 |
| * | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 2016-07-28 | 3 | -4/+4 |
| * | [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,... | Justin Lebar | 2016-07-15 | 1 | -11/+7 |
| * | Rename AnalyzeBranch* to analyzeBranch*. | Jacques Pienaar | 2016-07-15 | 2 | -3/+3 |
| * | MSP430: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 4 | -32/+31 |
| * | CodeGen: Use MachineInstr& in TargetLowering, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 2 | -22/+24 |
| * | Delete MCCodeGenInfo. | Rafael Espindola | 2016-06-30 | 1 | -14/+0 |
| * | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 4 | -68/+43 |
| * | Delete Reloc::Default. | Rafael Espindola | 2016-05-18 | 2 | -3/+10 |
| * | SDAG: Implement Select instead of SelectImpl in MSP430DAGToDAGISel | Justin Bogner | 2016-05-13 | 1 | -76/+57 |
| * | CodeGen: Move TargetPassConfig from Passes.h to an own header; NFC | Matthias Braun | 2016-05-10 | 1 | -0/+1 |
| * | SDAG: Rename Select->SelectImpl and repurpose Select as returning void | Justin Bogner | 2016-05-05 | 1 | -2/+2 |
| * | [CodeGen] Default CTTZ_ZERO_UNDEF/CTLZ_ZERO_UNDEF to Expand in TargetLowering... | Craig Topper | 2016-04-28 | 1 | -4/+0 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 2 | -2/+0 |
| * | Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ... | Craig Topper | 2016-04-17 | 1 | -1/+1 |
| * | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 1 | -0/+5 |
| * | Change eliminateCallFramePseudoInstr() to return an iterator | Hans Wennborg | 2016-03-31 | 2 | -7/+7 |
| * | `MSP430InstrInfo::loadRegFromStackSlot` forgets to set register def. | Anton Korobeynikov | 2016-02-24 | 1 | -2/+4 |
| * | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 2016-02-23 | 2 | -6/+7 |
| * | Rename TargetSelectionDAGInfo into SelectionDAGTargetInfo and move it to Code... | Benjamin Kramer | 2016-01-27 | 1 | -3/+3 |
| * | Remove autoconf support | Chris Bieneman | 2016-01-26 | 4 | -69/+0 |
| * | Remove extra forward declarations and scrub includes for all in tree InstPrin... | Craig Topper | 2015-12-25 | 1 | -2/+0 |
| * | MSP430: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 2 | -5/+3 |
| * | Fix typo in README | Jeroen Ketema | 2015-10-04 | 1 | -1/+1 |