| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove #include<map> from LiveVariables.h. Not referenced. | Evan Cheng | 2008-04-02 | 2 | -1/+3 |
* | Cosmetic changes per EH patch review feedback. | Dale Johannesen | 2008-04-02 | 1 | -1/+1 |
* | In some situations, we need to check for local interferences between the PHI | Owen Anderson | 2008-04-02 | 1 | -2/+11 |
* | Correctly mark a valno that was previous defined by a PHI node as having an | Owen Anderson | 2008-04-02 | 1 | -4/+7 |
* | Recommitting EH patch; this should answer most of the | Dale Johannesen | 2008-04-02 | 4 | -90/+98 |
* | Re-materialization is for uses only. | Evan Cheng | 2008-04-01 | 1 | -4/+4 |
* | Revert 49006 for the moment. | Dale Johannesen | 2008-04-01 | 3 | -26/+17 |
* | Don't dereference MBB->end(). | Owen Anderson | 2008-04-01 | 1 | -1/+1 |
* | More soft fp fixes. | Evan Cheng | 2008-04-01 | 1 | -1/+2 |
* | Pasto. | Evan Cheng | 2008-04-01 | 1 | -1/+1 |
* | Add comment. | Evan Cheng | 2008-04-01 | 1 | -0/+1 |
* | Unbreak ARM / Thumb soft FP support. | Evan Cheng | 2008-04-01 | 1 | -3/+11 |
* | Emit exception handling info for functions which are | Dale Johannesen | 2008-03-31 | 3 | -17/+26 |
* | It's not safe to fold a load from GV stub or constantpool into a two-address ... | Evan Cheng | 2008-03-31 | 1 | -2/+3 |
* | Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo. | Evan Cheng | 2008-03-31 | 2 | -4/+15 |
* | Fix a DAGCombiner optimization to respect volatile qualification. | Dan Gohman | 2008-03-31 | 1 | -1/+2 |
* | The support for remat of instructions with a register operand is hackish, to ... | Evan Cheng | 2008-03-31 | 1 | -18/+7 |
* | Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin... | Owen Anderson | 2008-03-31 | 1 | -1/+1 |
* | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner | 2008-03-30 | 1 | -0/+1 |
* | Cosmetic changes. | Evan Cheng | 2008-03-29 | 1 | -24/+3 |
* | Remove some unneeded code for LiveInterval joining, and fix a bug in the Phi ... | Owen Anderson | 2008-03-29 | 1 | -58/+25 |
* | ifdef out a dead function. Should this be removed? | Chris Lattner | 2008-03-28 | 1 | -0/+2 |
* | Rename getAnyLoad to getLoad is suggested by Evan. | Duncan Sands | 2008-03-28 | 2 | -17/+17 |
* | New entry. | Evan Cheng | 2008-03-28 | 1 | -0/+2 |
* | Implement LegalizeTypes support for softfloat LOAD. | Duncan Sands | 2008-03-27 | 3 | -78/+64 |
* | Avoid creating chain dependencies from CopyToReg nodes to load and store | Dan Gohman | 2008-03-27 | 1 | -54/+72 |
* | Fix spelling. Thanks, Duncan! :-) | Roman Levenstein | 2008-03-27 | 1 | -1/+1 |
* | Speed-up the SumOfUnscheduledPredsOfSuccs by introducing a new function | Roman Levenstein | 2008-03-27 | 1 | -2/+25 |
* | Fix a memory bug: increment an iterator of a deleted machine instr. | Evan Cheng | 2008-03-27 | 1 | -2/+7 |
* | Fix a bug in Darwin EH: FDE->CIE pointer must | Dale Johannesen | 2008-03-26 | 1 | -13/+9 |
* | One more coalescer fix wrt deadness propagation. | Evan Cheng | 2008-03-26 | 1 | -14/+22 |
* | Avoid commuting a def MI in order to coalesce a copy instruction away if any ... | Evan Cheng | 2008-03-26 | 2 | -2/+13 |
* | Use a linked data structure for the uses lists of an SDNode, just like | Roman Levenstein | 2008-03-26 | 6 | -108/+137 |
* | Fixed some spelling errors. Thanks, Duncan! | Roman Levenstein | 2008-03-26 | 1 | -52/+54 |
* | Some improvements related to the computation of isReachable. | Roman Levenstein | 2008-03-26 | 1 | -54/+315 |
* | Dead PHI instructions need to be handled specially. | Owen Anderson | 2008-03-26 | 1 | -0/+22 |
* | Remove some debugging code. | Owen Anderson | 2008-03-25 | 1 | -3/+0 |
* | StrongPHIElimination doesn't support swapping live intervals like the coalesc... | Owen Anderson | 2008-03-25 | 1 | -9/+6 |
* | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 3 | -8/+8 |
* | Avoid outputing spaces at the ends of lines. | Dan Gohman | 2008-03-25 | 1 | -4/+4 |
* | Do not align loops if optimizing for size. | Devang Patel | 2008-03-25 | 1 | -1/+1 |
* | Handle a special case xor undef, undef -> 0. Technically this should be trans... | Evan Cheng | 2008-03-25 | 2 | -1/+9 |
* | Fix typos. | Dan Gohman | 2008-03-25 | 1 | -3/+3 |
* | lastRegisterUse() should ignore identity copies. Those will be erased. | Evan Cheng | 2008-03-25 | 1 | -7/+14 |
* | Remove an unneeded test. | Evan Cheng | 2008-03-24 | 1 | -1/+1 |
* | If the coalescer commuted a def MI to allow coalescing, it can changed a prev... | Evan Cheng | 2008-03-24 | 1 | -1/+2 |
* | Add an assertion to catch register of illegal class. | Evan Cheng | 2008-03-24 | 1 | -0/+1 |
* | Remove #include<iostream>, which I was using for debugging. | Owen Anderson | 2008-03-24 | 1 | -2/+0 |
* | APIntify SelectionDAG's EXTRACT_ELEMENT code. | Dan Gohman | 2008-03-24 | 1 | -2/+4 |
* | Be sure to remove intervals after we've joined them. Also, remove some dupli... | Owen Anderson | 2008-03-24 | 1 | -46/+18 |