| Commit message (Expand) | Author | Age | Files | Lines |
* | [SelectionDAGISel] Add a debug print before call to Select. Adjust where blan... | Craig Topper | 2018-01-26 | 1 | -5/+0 |
* | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 2 | -2/+2 |
* | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -5/+5 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 4 | -4/+4 |
* | Add backend name to Target to enable runtime info to be fed back into TableGen | Daniel Sanders | 2017-11-15 | 1 | -1/+1 |
* | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
* | Move TargetFrameLowering.h to CodeGen where it's implemented | David Blaikie | 2017-11-03 | 2 | -2/+2 |
* | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
* | Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine" | Matthias Braun | 2017-10-12 | 2 | -4/+4 |
* | TargetMachine: Merge TargetMachine and LLVMTargetMachine | Matthias Braun | 2017-10-12 | 2 | -4/+4 |
* | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
* | [MSP430] Align functions on 2-byte boundary instead of 4. | Vadzim Dambrouski | 2017-09-19 | 1 | -1/+1 |
* | Use report_fatal_error for unsupported calling conventions | Alex Bradbury | 2017-08-22 | 1 | -2/+2 |
* | Add "Restored" flag to CalleeSavedInfo | Krzysztof Parzyszek | 2017-08-10 | 2 | -2/+2 |
* | Delete Default and JITDefault code models | Rafael Espindola | 2017-08-03 | 2 | -5/+12 |
* | [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 |