Age | Commit message (Expand) | Author | Files | Lines |
2016-09-04 | [PowerPC] During branch relaxation, recompute padding offsets before each ite... | Hal Finkel | 1 | -7/+39 |
2016-08-25 | MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu... | Matthias Braun | 1 | -1/+1 |
2016-07-28 | TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC | Sjoerd Meijer | 1 | -2/+2 |
2016-07-27 | PowerPC: Avoid implicit iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -5/+5 |
2016-06-30 | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 1 | -5/+4 |
2016-04-04 | Add MachineFunctionProperty checks for AllVRegsAllocated for target passes | Derek Schuff | 1 | -1/+5 |
2015-10-20 | PowerPC: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-01-03 | [PowerPC] Use 16-byte alignment for modern cores for functions/loops | Hal Finkel | 1 | -0/+25 |
2014-08-05 | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 1 | -2/+2 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -2/+3 |
2014-04-29 | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 1 | -2/+2 |
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-02-28 | Add CR-bit tracking to the PowerPC backend for i1 values | Hal Finkel | 1 | -0/+9 |
2013-05-21 | Fix PPC branch selection for counter-based branches | Hal Finkel | 1 | -3/+9 |
2013-02-13 | Add registration for PPC-specific passes to allow the IR to be dumped | Krzysztof Parzyszek | 1 | -1/+10 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -3/+3 |
2012-06-08 | Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ... | Hal Finkel | 1 | -12/+24 |
2012-02-18 | Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,... | Jia Liu | 1 | -1/+1 |
2011-07-26 | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 1 | -1/+1 |
2010-08-23 | tyops | Gabor Greif | 1 | -1/+1 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 1 | -1/+1 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 1 | -1/+1 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 1 | -1/+1 |
2010-07-23 | fix constness warnings | Gabor Greif | 1 | -1/+2 |
2010-07-22 | eliminate the TargetInstrInfo::GetInstSizeInBytes hook. | Chris Lattner | 1 | -1/+1 |
2010-03-29 | Make isInt?? and isUint?? template specializations of the generic versions. This | Benjamin Kramer | 1 | -1/+1 |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 1 | -1/+0 |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 1 | -1/+1 |
2009-02-13 | Remove refs to non-DebugLoc version of BuildMI from PowerPC. | Dale Johannesen | 1 | -2/+3 |
2008-10-03 | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 1 | -1/+1 |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 1 | -1/+1 |
2008-04-16 | Infrastructure for getting the machine code size of a function and an instruc... | Nicolas Geoffray | 1 | -22/+2 |
2008-03-15 | Replace all target specific implicit def instructions with a target independe... | Evan Cheng | 1 | -6/+0 |
2007-12-30 | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 1 | -1/+1 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |
2007-09-14 | Remove isReg, isImm, and isMBB, and change all their users to use | Dan Gohman | 1 | -1/+1 |
2007-05-03 | Drop 'const' | Devang Patel | 1 | -2/+2 |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel | 1 | -2/+2 |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 1 | -0/+4 |
2007-01-26 | Make LABEL a builtin opcode. | Jim Laskey | 1 | -0/+3 |
2006-12-19 | eliminate static ctors for Statistic objects. | Chris Lattner | 1 | -2/+2 |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner | 1 | -1/+1 |
2006-11-27 | Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead | Evan Cheng | 1 | -2/+3 |
2006-11-18 | Rewrite the branch selector to be correct in the face of large functions. | Chris Lattner | 1 | -84/+101 |
2006-11-17 | convert PPC::BCC to use the 'pred' operand instead of separate predicate | Chris Lattner | 1 | -2/+2 |
2006-11-17 | rename PPC::COND_BRANCH to PPC::BCC | Chris Lattner | 1 | -3/+3 |
2006-11-17 | start using PPC predicates more consistently. | Chris Lattner | 1 | -5/+23 |