Age | Commit message (Expand) | Author | Files | Lines |
2015-05-09 | MachineCSE: Add a target query for the LookAheadLimit heurisitic | Tom Stellard | 1 | -2/+3 |
2015-03-23 | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 1 | -0/+1 |
2015-02-04 | MachineCSE: Clear dead-def flag on CSE. | Matthias Braun | 1 | -2/+9 |
2014-12-02 | [MachineCSE] Clear kill-flag on registers imp-def'd by the CSE'd instruction. | Ahmed Bougacha | 1 | -0/+31 |
2014-08-11 | In Machine CSE pass, the source register of a COPY machine instruction can | Jiangning Liu | 1 | -11/+19 |
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-07-29 | Add TargetInstrInfo interface isAsCheapAsAMove. | Jiangning Liu | 1 | -1/+1 |
2014-04-22 | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 1 | -1/+2 |
2014-03-31 | Disable each MachineFunctionPass for 'optnone' functions, unless that | Paul Robinson | 1 | -0/+3 |
2014-03-17 | Switch a number of loops in lib/CodeGen over to range-based for-loops, now that | Owen Anderson | 1 | -17/+9 |
2014-03-13 | Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing | Owen Anderson | 1 | -17/+17 |
2014-03-07 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -3/+3 |
2014-03-07 | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. | Rafael Espindola | 1 | -2/+2 |
2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 1 | -2/+2 |
2013-12-17 | Disabled subregister copy coalescing during MachineCSE. | Andrew Trick | 1 | -5/+15 |
2013-12-17 | Allow MachineCSE to coalesce trivial subregister copies the same way that it ... | Andrew Trick | 1 | -3/+8 |
2013-12-16 | Revert "Allow MachineCSE to coalesce trivial subregister copies the same way ... | Rafael Espindola | 1 | -8/+3 |
2013-12-16 | Allow MachineCSE to coalesce trivial subregister copies the same way | Andrew Trick | 1 | -3/+8 |
2013-12-16 | whitespace | Andrew Trick | 1 | -1/+1 |
2013-07-14 | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 1 | -4/+4 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -5/+5 |
2012-11-27 | CSE: allow PerformTrivialCoalescing to check copies across basic block | Manman Ren | 1 | -2/+0 |
2012-11-26 | Don't use iterator after being erased. | Jakub Staszak | 1 | -1/+1 |
2012-11-13 | Do not consider a machine instruction that uses and defines the same | Ulrich Weigand | 1 | -16/+44 |
2012-10-16 | Remove unused BitVectors from getAllocatableSet(). | Jakob Stoklund Olesen | 1 | -3/+0 |
2012-10-15 | Switch most getReservedRegs() clients to the MRI equivalent. | Jakob Stoklund Olesen | 1 | -4/+1 |
2012-08-11 | MachineCSE: Hoist isConstantPhysReg out of the loop, it checks for overlaps a... | Benjamin Kramer | 1 | -4/+3 |
2012-08-11 | PR13578: Teach MachineCSE that instructions that use a constant register can ... | Benjamin Kramer | 1 | -2/+5 |
2012-08-08 | X86: enable CSE between CMP and SUB | Manman Ren | 1 | -2/+18 |
2012-08-07 | MachineCSE: Update the heuristics for isProfitableToCSE. | Manman Ren | 1 | -0/+23 |
2012-07-19 | Remove tabs. | Bill Wendling | 1 | -1/+1 |
2012-07-05 | Remove ParentMap. You can just ask the domnode for its parent. No functionality | Nick Lewycky | 1 | -11/+8 |
2012-06-01 | Switch some getAliasSet clients to MCRegAliasIterator. | Jakob Stoklund Olesen | 1 | -3/+2 |
2012-03-04 | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 1 | -1/+1 |
2012-02-28 | Handle regmasks in MachineCSE. | Jakob Stoklund Olesen | 1 | -0/+6 |
2012-02-17 | Re-enable 150652 and 150654 - Make FPSCR non-reserved, and make MachineCSE ba... | Lang Hames | 1 | -3/+9 |
2012-02-16 | Oop - r150653 + r150654 broke one of my test cases. Backing out for now... | Lang Hames | 1 | -9/+3 |
2012-02-16 | MachineCSE shouldn't extend the live ranges of reserved or allocatable regist... | Lang Hames | 1 | -3/+9 |
2012-02-08 | Codegen pass definition cleanup. No functionality. | Andrew Trick | 1 | -2/+1 |
2012-02-08 | whitespace | Andrew Trick | 1 | -2/+2 |
2012-02-05 | Persuade GCC that there is nothing worth warning about here (there isn't). | Duncan Sands | 1 | -0/+1 |
2012-01-11 | Avoid CSE of instructions which define physical registers across MBBs unless | Evan Cheng | 1 | -4/+12 |
2012-01-10 | Allow machine-cse to look across MBB boundary when cse'ing instructions that | Evan Cheng | 1 | -15/+54 |
2011-12-07 | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 1 | -5/+4 |
2011-10-12 | We need to verify that the machine instruction we're using as a replacement for | Bill Wendling | 1 | -0/+11 |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 1 | -3/+3 |
2011-05-06 | Re-revert r130877; it's apparently causing a regression on 197.parser, | Eli Friedman | 1 | -50/+27 |
2011-05-05 | Minor correction to r130877; fixes PR9846 and hopefully the buildbot failures. | Eli Friedman | 1 | -1/+2 |
2011-05-04 | Re-commit r130862 with a minor change to avoid an iterator running off the ed... | Eli Friedman | 1 | -27/+49 |