| Commit message (Expand) | Author | Age | Files | Lines |
* | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -7/+7 |
* | [Alignment][NFC] Remove LogAlignment functions | Guillaume Chatelet | 2019-09-18 | 1 | -8/+6 |
* | [Alignment] Move OffsetToAlignment to Alignment.h | Guillaume Chatelet | 2019-09-12 | 1 | -2/+2 |
* | [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir... | Guillaume Chatelet | 2019-09-11 | 1 | -7/+6 |
* | [LLVM][Alignment] Make functions using log of alignment explicit | Guillaume Chatelet | 2019-09-05 | 1 | -13/+13 |
* | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -3/+3 |
* | [PowerPC] Add initialization for some ppc passes | Kang Zhang | 2019-04-12 | 1 | -4/+0 |
* | Revert "[PowerPC] Add initialization for some ppc passes" | Eric Christopher | 2019-04-12 | 1 | -0/+4 |
* | [PowerPC] Add initialization for some ppc passes | Kang Zhang | 2019-04-12 | 1 | -4/+0 |
* | [PPC] Refactor PPCBranchSelector.cpp | Guozhi Wei | 2019-03-26 | 1 | -136/+177 |
* | [PPC] Adjust the computed branch offset for the possible shorter distance | Guozhi Wei | 2019-03-06 | 1 | -6/+78 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -8/+8 |
* | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | Remove unused lambda captures. NFC | Malcolm Parsons | 2017-01-13 | 1 | -1/+1 |
* | [PowerPC] Account for the ELFv2 function prologue during branch selection | Hal Finkel | 2016-10-03 | 1 | -2/+15 |
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -3/+1 |
* | [PowerPC] During branch relaxation, recompute padding offsets before each ite... | Hal Finkel | 2016-09-04 | 1 | -7/+39 |
* | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 2016-08-25 | 1 | -1/+1 |
* | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 2016-07-28 | 1 | -2/+2 |
* | PowerPC: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 2016-07-27 | 1 | -5/+5 |
* | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -5/+4 |
* | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 2016-04-04 | 1 | -1/+5 |
* | PowerPC: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -1/+1 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | [PowerPC] Use 16-byte alignment for modern cores for functions/loops | Hal Finkel | 2015-01-03 | 1 | -0/+25 |
* | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -2/+2 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+3 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -2/+2 |
* | [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 |
* | Add CR-bit tracking to the PowerPC backend for i1 values | Hal Finkel | 2014-02-28 | 1 | -0/+9 |
* | Fix PPC branch selection for counter-based branches | Hal Finkel | 2013-05-21 | 1 | -3/+9 |
* | Add registration for PPC-specific passes to allow the IR to be dumped | Krzysztof Parzyszek | 2013-02-13 | 1 | -1/+10 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ... | Hal Finkel | 2012-06-08 | 1 | -12/+24 |
* | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 2012-02-18 | 1 | -1/+1 |
* | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 1 | -1/+1 |
* | tyops | Gabor Greif | 2010-08-23 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | fix constness warnings | Gabor Greif | 2010-07-23 | 1 | -1/+2 |
* | eliminate the TargetInstrInfo::GetInstSizeInBytes hook. | Chris Lattner | 2010-07-22 | 1 | -1/+1 |
* | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 2010-03-29 | 1 | -1/+1 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | Remove refs to non-DebugLoc version of BuildMI from PowerPC. | Dale Johannesen | 2009-02-13 | 1 | -2/+3 |