Age | Commit message (Expand) | Author | Files | Lines |
2016-08-25 | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 1 | -1/+1 |
2016-08-17 | GlobalISel: support irtranslation of icmp instructions. | Tim Northover | 1 | -0/+1 |
2016-07-29 | CodeGen: add new "intrinsic" MachineOperand kind. | Tim Northover | 1 | -0/+2 |
2016-07-28 | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 1 | -2/+2 |
2016-07-08 | ARM: Remove implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-05-03 | livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC | Matthias Braun | 1 | -2/+2 |
2016-05-03 | LivePhysRegs: Automatically determine presence of pristine regs. | Matthias Braun | 1 | -2/+2 |
2016-04-27 | [ARM] Set AddPristinesAndCSRs to expandCMP_SWAP LivePhysRegs. | Ahmed Bougacha | 1 | -2/+2 |
2016-04-27 | [ARM] Set correct successors in CMPXCHG pseudo expansion. | Ahmed Bougacha | 1 | -2/+4 |
2016-04-18 | ARM: use a pseudo-instruction for cmpxchg at -O0. | Tim Northover | 1 | -3/+269 |
2016-04-04 | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 1 | -0/+5 |
2016-02-23 | CodeGen: TII: Take MachineInstr& in predicate API, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-02-22 | Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" | Duncan P. N. Exon Smith | 1 | -1/+1 |
2016-02-21 | CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-10-19 | ARM: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-10-17 | Remove unnecessary 'const' pointed out by David Blaikie. | Craig Topper | 1 | -2/+2 |
2015-10-17 | Use std::begin/end and std::is_sorted to simplify some code. NFC | Craig Topper | 1 | -8/+5 |
2015-07-20 | [ARM] Refactor the prologue/epilogue emission to be more robust. | Quentin Colombet | 1 | -0/+49 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -2/+2 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -2/+2 |
2015-02-16 | ARM: Transfer kill flag when lowering VSTMQIA to VSTMDIA. | Matthias Braun | 1 | -1/+2 |
2015-01-29 | Migrate ARM except for TTI, AsmPrinter, and frame lowering | Eric Christopher | 1 | -5/+3 |
2015-01-14 | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 1 | -1/+1 |
2015-01-08 | Fix large stack alignment codegen for ARM and Thumb2 targets | Kristof Beyls | 1 | -0/+3 |
2014-12-10 | ARM: correctly expand LDR-lit based globals. | Tim Northover | 1 | -1/+1 |
2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 1 | -3/+2 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -4/+6 |
2014-06-24 | ARM: Fix TPsoft for Thumb mode | Christian Pirker | 1 | -4/+10 |
2014-05-21 | ARM: correct bundle generation for MOV32T relocations | Saleem Abdulrasool | 1 | -7/+3 |
2014-05-01 | ARM: support expanding external symbols in 32-bit moves | Saleem Abdulrasool | 1 | -2/+14 |
2014-04-30 | ARM: move llvm_unreachable use | Saleem Abdulrasool | 1 | -1/+1 |
2014-04-30 | ARM: partially handle 32-bit relocations for WoA | Saleem Abdulrasool | 1 | -0/+45 |
2014-04-25 | [C++] Use 'nullptr'. Target edition. | Craig Topper | 1 | -1/+1 |
2014-04-22 | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-03-10 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -2/+2 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -1/+1 |
2014-01-20 | Remove the useless pseudo instructions VDUPfdf and VDUPfqf, replacing them wi... | James Molloy | 1 | -27/+0 |
2014-01-16 | For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback. | Jiangning Liu | 1 | -0/+4 |
2014-01-15 | PR 18466: Fix ARM Pseudo Expansion | Weiming Zhao | 1 | -2/+4 |
2013-12-02 | ARM: add pseudo-instructions for lit-pool global materialisation | Tim Northover | 1 | -0/+55 |
2013-11-25 | ARM: remove special cases for Darwin dynamic-no-pic mode. | Tim Northover | 1 | -15/+5 |
2013-10-04 | ARM: preserve undef flag in pseudo instruction expanders | Matthias Braun | 1 | -19/+14 |
2013-10-01 | ARM: support interrupt attribute | Tim Northover | 1 | -0/+12 |
2013-09-28 | Even more spelling fixes for "instruction". | Robert Wilhelm | 1 | -1/+1 |
2013-08-22 | ARM: use TableGen patterns to select CMOV operations. | Tim Northover | 1 | -4/+28 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -2/+2 |
2012-11-06 | Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all | Chad Rosier | 1 | -3/+1 |
2012-10-26 | Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers." | Jakob Stoklund Olesen | 1 | -51/+0 |
2012-09-20 | Change enum type in a static table to uint8_t instead. Saves about 700 hundre... | Craig Topper | 1 | -6/+6 |
2012-09-06 | Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to... | James Molloy | 1 | -0/+51 |