| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-19 | 1 | -1/+1 |
* | Remove unnecessary 'const' pointed out by David Blaikie. | Craig Topper | 2015-10-17 | 1 | -2/+2 |
* | Use std::begin/end and std::is_sorted to simplify some code. NFC | Craig Topper | 2015-10-17 | 1 | -8/+5 |
* | [ARM] Refactor the prologue/epilogue emission to be more robust. | Quentin Colombet | 2015-07-20 | 1 | -0/+49 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -2/+2 |
* | ARM: Transfer kill flag when lowering VSTMQIA to VSTMDIA. | Matthias Braun | 2015-02-16 | 1 | -1/+2 |
* | Migrate ARM except for TTI, AsmPrinter, and frame lowering | Eric Christopher | 2015-01-29 | 1 | -5/+3 |
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
* | Fix large stack alignment codegen for ARM and Thumb2 targets | Kristof Beyls | 2015-01-08 | 1 | -0/+3 |
* | ARM: correctly expand LDR-lit based globals. | Tim Northover | 2014-12-10 | 1 | -1/+1 |
* | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -3/+2 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -4/+6 |
* | ARM: Fix TPsoft for Thumb mode | Christian Pirker | 2014-06-24 | 1 | -4/+10 |
* | ARM: correct bundle generation for MOV32T relocations | Saleem Abdulrasool | 2014-05-21 | 1 | -7/+3 |
* | ARM: support expanding external symbols in 32-bit moves | Saleem Abdulrasool | 2014-05-01 | 1 | -2/+14 |
* | ARM: move llvm_unreachable use | Saleem Abdulrasool | 2014-04-30 | 1 | -1/+1 |
* | ARM: partially handle 32-bit relocations for WoA | Saleem Abdulrasool | 2014-04-30 | 1 | -0/+45 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-10 | 1 | -2/+2 |
* | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -1/+1 |
* | Remove the useless pseudo instructions VDUPfdf and VDUPfqf, replacing them wi... | James Molloy | 2014-01-20 | 1 | -27/+0 |
* | For ARM, fix assertuib failures for some ld/st 3/4 instruction with wirteback. | Jiangning Liu | 2014-01-16 | 1 | -0/+4 |
* | PR 18466: Fix ARM Pseudo Expansion | Weiming Zhao | 2014-01-15 | 1 | -2/+4 |
* | ARM: add pseudo-instructions for lit-pool global materialisation | Tim Northover | 2013-12-02 | 1 | -0/+55 |
* | ARM: remove special cases for Darwin dynamic-no-pic mode. | Tim Northover | 2013-11-25 | 1 | -15/+5 |
* | ARM: preserve undef flag in pseudo instruction expanders | Matthias Braun | 2013-10-04 | 1 | -19/+14 |
* | ARM: support interrupt attribute | Tim Northover | 2013-10-01 | 1 | -0/+12 |
* | Even more spelling fixes for "instruction". | Robert Wilhelm | 2013-09-28 | 1 | -1/+1 |
* | ARM: use TableGen patterns to select CMOV operations. | Tim Northover | 2013-08-22 | 1 | -4/+28 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
* | Mark the Int_eh_sjlj_dispatchsetup pseudo instruction as clobbering all | Chad Rosier | 2012-11-06 | 1 | -3/+1 |
* | Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers." | Jakob Stoklund Olesen | 2012-10-26 | 1 | -51/+0 |
* | Change enum type in a static table to uint8_t instead. Saves about 700 hundre... | Craig Topper | 2012-09-20 | 1 | -6/+6 |
* | Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to... | James Molloy | 2012-09-06 | 1 | -0/+51 |
* | Remove getARMRegisterNumbering and replace with calls into | Eric Christopher | 2012-08-09 | 1 | -1/+1 |
* | Preserve <undef> flags in ARMExpandPseudo. | Jakob Stoklund Olesen | 2012-06-15 | 1 | -5/+6 |
* | Transfer memory operands to the right instruction. | Jakob Stoklund Olesen | 2012-05-20 | 1 | -1/+1 |
* | Remove unnecessary llvm:: qualifications | Craig Topper | 2012-03-27 | 1 | -8/+8 |
* | Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h | Craig Topper | 2012-03-26 | 1 | -1/+0 |
* | Use uint16_t to store registers and opcode in static tables in the target spe... | Craig Topper | 2012-03-11 | 1 | -3/+3 |
* | ARM refactor more NEON VLD/VST instructions to use composite physregs | Jim Grosbach | 2012-03-06 | 1 | -38/+0 |
* | ARM refactor away a bunch of VLD/VST pseudo instructions. | Jim Grosbach | 2012-03-05 | 1 | -89/+0 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+0 |
* | ARM updating VST2 pseudo-lowering fixed vs. register update. | Jim Grosbach | 2012-01-10 | 1 | -1/+1 |
* | Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138> | Bob Wilson | 2011-12-22 | 1 | -1/+3 |
* | ARM NEON assmebly parsing for VLD2 to all lanes instructions. | Jim Grosbach | 2011-12-21 | 1 | -6/+12 |
* | ARM NEON VLD2 assembly parsing for structure to all lanes, non-writeback. | Jim Grosbach | 2011-12-21 | 1 | -3/+3 |