| Commit message (Expand) | Author | Age | Files | Lines |
* | Where the BranchFolding pass removes a branch then adds another better branch, | Bill Wendling | 2012-03-07 | 1 | -4/+27 |
* | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper | 2012-03-05 | 1 | -2/+2 |
* | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -5/+5 |
* | Remove extra semi-colons. | Chad Rosier | 2012-02-22 | 1 | -2/+2 |
* | Handle register masks in branch folding. | Jakob Stoklund Olesen | 2012-02-15 | 1 | -0/+8 |
* | Move pass configuration out of pass constructors: BranchFolderPass | Andrew Trick | 2012-02-08 | 1 | -12/+16 |
* | whitespace | Andrew Trick | 2012-02-08 | 1 | -2/+2 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+2 |
* | When hoisting common code, watch out for uses which are marked "kill". If the | Evan Cheng | 2012-01-12 | 1 | -0/+5 |
* | Revert part of r147716. Looks like x87 instructions kill markers are all messed | Evan Cheng | 2012-01-07 | 1 | -9/+11 |
* | Added a late machine instruction copy propagation pass. This catches | Evan Cheng | 2012-01-07 | 1 | -11/+9 |
* | - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function | Evan Cheng | 2011-12-14 | 1 | -2/+3 |
* | Add bundle aware API for querying instruction properties and switch the code | Evan Cheng | 2011-12-07 | 1 | -8/+7 |
* | Reapply r142920 with fix: | Bill Wendling | 2011-10-26 | 1 | -0/+3 |
* | Revert commit 142891. Takumi bisected the tablegen miscompiles | Duncan Sands | 2011-10-25 | 1 | -2/+1 |
* | An MBB which branches to an EH landing pad shouldn't be considered for tail m... | Bill Wendling | 2011-10-25 | 1 | -1/+2 |
* | Fix liveness computations in BranchFolding. | Jakob Stoklund Olesen | 2011-08-05 | 1 | -13/+16 |
* | When tail-merging multiple blocks, make sure to correctly update the live-in ... | Eli Friedman | 2011-07-06 | 1 | -10/+21 |
* | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng | 2011-06-28 | 1 | -3/+3 |
* | Add 132986 back, but avoid non-determinism if a bb address gets reused. | Rafael Espindola | 2011-06-14 | 1 | -5/+24 |
* | revert 132986 to see if the bots go green. | Rafael Espindola | 2011-06-14 | 1 | -21/+5 |
* | Make the threshold used by branch folding softer. Before we would get a | Rafael Espindola | 2011-06-14 | 1 | -5/+21 |
* | Add comment. | Devang Patel | 2011-05-26 | 1 | -0/+3 |
* | During branch folding avoid inserting redundant DBG_VALUE machine instructions. | Devang Patel | 2011-05-26 | 1 | -0/+13 |
* | Update comment. | Evan Cheng | 2011-05-12 | 1 | -2/+0 |
* | Re-enable branchfolding common code hoisting optimization. Fixed a liveness t... | Evan Cheng | 2011-05-12 | 1 | -13/+38 |
* | Temporarily disable the transformation. It's breaking 186.crafty in some conf... | Evan Cheng | 2011-05-12 | 1 | -0/+4 |
* | Re-commit 131172 with fix. MachineInstr identity checks should check dead | Evan Cheng | 2011-05-12 | 1 | -6/+263 |
* | Revert 131172 as it is causing clang to miscompile itself. I will try | Rafael Espindola | 2011-05-11 | 1 | -261/+6 |
* | Add a late optimization to BranchFolding that hoist common instruction sequences | Evan Cheng | 2011-05-11 | 1 | -6/+261 |
* | Branch folding is folding a landing pad into a regular BB. | Bill Wendling | 2011-04-22 | 1 | -1/+1 |
* | Add more debugging output. | Evan Cheng | 2011-02-21 | 1 | -2/+4 |
* | 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 |
* | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng | 2010-06-22 | 1 | -5/+18 |
* | Allow ARM if-converter to be run after post allocation scheduling. | Evan Cheng | 2010-06-18 | 1 | -16/+2 |
* | Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). This | Stuart Hastings | 2010-06-17 | 1 | -13/+18 |
* | Fix a bug which prevented tail merging of return instructions in | Dan Gohman | 2010-05-03 | 1 | -24/+5 |
* | Teach AnalyzeBranch, RemoveBranch and the branch | Dale Johannesen | 2010-04-02 | 1 | -3/+9 |
* | Stop trying to merge identical jump tables. This had been inadvertently | Bob Wilson | 2010-03-19 | 1 | -28/+6 |
* | Remove a check that can no longer be true, after r84803. | Bob Wilson | 2010-03-16 | 1 | -16/+0 |
* | eliminate InvalidateLabel and LabelIDList from MMI and replace | Chris Lattner | 2010-03-14 | 1 | -11/+0 |
* | Fix another place where DEBUG_VALUE affected codegen. | Dale Johannesen | 2010-03-10 | 1 | -1/+12 |
* | This survived a bootstrap, so let's try 98104 again. | Dale Johannesen | 2010-03-10 | 1 | -4/+69 |
* | Speculatively revert 98104; could be what's causing crashes | Dale Johannesen | 2010-03-10 | 1 | -56/+3 |
* | Ever more complicated DEBUG_VALUE fixes for branch folding. | Dale Johannesen | 2010-03-09 | 1 | -3/+56 |
* | Fix dbg value handling in tail merging. | Dale Johannesen | 2010-03-08 | 1 | -3/+25 |
* | Fix some more places where dbg_value affected codegen. | Dale Johannesen | 2010-03-05 | 1 | -1/+5 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -2/+2 |