2008-12-05 |
Dan Gohman | Don't use plain %x to print pointer values. I had chang... |
tree | commitdiff |
2008-12-05 |
Dale Johannesen | Forgot a file. |
tree | commitdiff |
2008-12-05 |
Dale Johannesen | Make LoopStrengthReduce smarter about hoisting things... |
tree | commitdiff |
2008-12-05 |
Chris Lattner | Make a few major changes to memdep and its clients: |
tree | commitdiff |
2008-12-05 |
Dan Gohman | Demangle and pretty-print symbols in internal backtrace... |
tree | commitdiff |
2008-12-05 |
Anton Korobeynikov | Revert invalid r60393. It causes llvm-gcc bootstrap... |
tree | commitdiff |
2008-12-05 |
Chris Lattner | Make it illegal to call getDependency* on non-memory... |
tree | commitdiff |
2008-12-05 |
Evan Cheng | Reason #3 from 60595 doesn't hold true. If we can fold... |
tree | commitdiff |
2008-12-05 |
Evan Cheng | Effectively undo 60461 in PIC mode which simply transfo... |
tree | commitdiff |
2008-12-05 |
Chris Lattner | Fix test/Transforms/GVN/pre-load.ll |
tree | commitdiff |
2008-12-05 |
Evan Cheng | Fix comment. |
tree | commitdiff |
2008-12-05 |
Chris Lattner | Make IsValueFullyAvailableInBlock safe. |
tree | commitdiff |
2008-12-05 |
Dan Gohman | Drop the reg argument to isRegReDefinedByTwoAddr, which... |
tree | commitdiff |
2008-12-05 |
Dan Gohman | Teach StackSlotColoring to update MachineMemOperands... |
tree | commitdiff |
2008-12-05 |
Dan Gohman | Ignore IMPLICIT_DEF instructions when computing physreg... |
tree | commitdiff |
2008-12-05 |
Evan Cheng | Re-did 60519. It turns out Darwin's handling of hidden... |
tree | commitdiff |
2008-12-04 |
Ted Kremenek | Have raw_fd_ostream keep track of the position in the... |
tree | commitdiff |
2008-12-04 |
Devang Patel | Rewrite code that 1) filters loops and 2) calculates... |
tree | commitdiff |
2008-12-04 |
Owen Anderson | Factor out some common code. |
tree | commitdiff |
2008-12-04 |
Scott Michel | CellSPU: Fix bug 3055 |
tree | commitdiff |
2008-12-04 |
Duncan Sands | When allocating a stack temporary, use the correct |
tree | commitdiff |
2008-12-04 |
Scott Michel | Missing closing brace and reverse conditional condition... |
tree | commitdiff |
2008-12-04 |
Chris Lattner | Start simplifying a switch that has a successor that... |
tree | commitdiff |
2008-12-04 |
Chris Lattner | This code is apparently quite confused. In the meantime, |
tree | commitdiff |
2008-12-04 |
Bill Wendling | Temporarily revert r60519. It was causing a bootstrap... |
tree | commitdiff |
2008-12-04 |
Scott Michel | CellSPU: |
tree | commitdiff |
2008-12-04 |
Dan Gohman | Use register names instead of numbers in debug output. |
tree | commitdiff |
2008-12-04 |
Dan Gohman | Make debug output more informative. |
tree | commitdiff |
2008-12-04 |
Evan Cheng | Visibility hidden GVs do not require extra load of... |
tree | commitdiff |
2008-12-04 |
Dan Gohman | Add minimal support for disambiguating memory reference... |
tree | commitdiff |
2008-12-04 |
Chris Lattner | add a debugging option to help track down j-t problems. |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Rewrite the liveness bookkeeping code to fix a bunch of |
tree | commitdiff |
2008-12-03 |
Dale Johannesen | Make the debugging dump be a full line. |
tree | commitdiff |
2008-12-03 |
Dale Johannesen | Remove an unused field. |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Have PseudoSourceValue override Value::dump, so that... |
tree | commitdiff |
2008-12-03 |
Dale Johannesen | Fix a misspelled function name. |
tree | commitdiff |
2008-12-03 |
Chris Lattner | Factor some code into a new FoldSingleEntryPHINodes... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Fix an inconsistency in a comment. |
tree | commitdiff |
2008-12-03 |
Evan Cheng | Use mmx (punpckldq VR64, (mmx_v_set0)) to clear high... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Don't charge the full latency for anti and output depen... |
tree | commitdiff |
2008-12-03 |
Dale Johannesen | A step towards geting linux ppc to work (see PR 3099) |
tree | commitdiff |
2008-12-03 |
Dan Gohman | When looking for anti-dependences on the critical path... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Add a comment about callee-saved registers. |
tree | commitdiff |
2008-12-03 |
Dale Johannesen | Fix a really wrong comment. |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Split foldMemoryOperand into public non-virtual and... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Rename isSimpleLoad to canFoldAsLoad, to better reflect... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Extend X86's addFrameReference to add a MachineMemOpera... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Update a comment. |
tree | commitdiff |
2008-12-03 |
Duncan Sands | Only check that the result of the mapping was not |
tree | commitdiff |
2008-12-03 |
Rafael Espindola | Fix bug 3140. |
tree | commitdiff |
2008-12-03 |
Richard Osborne | Add support for ISD::TRAP to the XCore backend |
tree | commitdiff |
2008-12-03 |
Evan Cheng | Refactor code. No functionality change. |
tree | commitdiff |
2008-12-03 |
Bill Wendling | CC should only be a ConstantSDNode at this point. Just... |
tree | commitdiff |
2008-12-03 |
Chris Lattner | Teach jump threading some more simple tricks: |
tree | commitdiff |
2008-12-03 |
Chris Lattner | third time is the charm. |
tree | commitdiff |
2008-12-03 |
Chris Lattner | fix assertion. |
tree | commitdiff |
2008-12-03 |
Chris Lattner | Rename DeleteBlockIfDead to DeleteDeadBlock and make it |
tree | commitdiff |
2008-12-03 |
Chris Lattner | Factor some code out of SimplifyCFG, forming a new |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Mark x86's V_SET0 and V_SETALLONES with isSimpleLoad... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Add a sanity-check to tablegen to catch the case where... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Fix a missing #include. |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Fix this comment to reflect that it applies to types... |
tree | commitdiff |
2008-12-03 |
Dan Gohman | Fix byval arguments in the fastcc calling convention... |
tree | commitdiff |
2008-12-02 |
Evan Cheng | Remove a (what appears to be) overly strict assertion... |
tree | commitdiff |
2008-12-02 |
Dale Johannesen | Minor rewrite per review feedback. |
tree | commitdiff |
2008-12-02 |
Scott Michel | Non-functional change: make custom lowering for truncat... |
tree | commitdiff |
2008-12-02 |
Scott Michel | CellSPU: |
tree | commitdiff |
2008-12-02 |
Dan Gohman | Fix a typo in a comment. |
tree | commitdiff |
2008-12-02 |
Owen Anderson | Add support for folding spills into preceding defs... |
tree | commitdiff |
2008-12-02 |
Dale Johannesen | One more transformation. |
tree | commitdiff |
2008-12-02 |
Dale Johannesen | Make the code do what the comment says it does. |
tree | commitdiff |
2008-12-02 |
Chris Lattner | Comment typeo fix, thanks Duncan! |
tree | commitdiff |
2008-12-02 |
Tilmann Scheller | make it possible to custom lower TRUNCATE (needed for... |
tree | commitdiff |
2008-12-02 |
Chris Lattner | Implement PRE of loads in the GVN pass with a pretty... |
tree | commitdiff |
2008-12-02 |
Nick Lewycky | Add a new SCEV representing signed division. |
tree | commitdiff |
2008-12-02 |
Mon P Wang | Removed some unnecessary code in widening. |
tree | commitdiff |
2008-12-02 |
Chris Lattner | add a little helper function that does PHI translation. |
tree | commitdiff |
2008-12-02 |
Chris Lattner | add a note |
tree | commitdiff |
2008-12-02 |
Bill Wendling | Remove some errors that crept in. No functionality... |
tree | commitdiff |
2008-12-02 |
Bill Wendling | Merge two if-statements into one. |
tree | commitdiff |
2008-12-02 |
Bill Wendling | More styalistic changes. No functionality change. |
tree | commitdiff |
2008-12-02 |
Bill Wendling | - Remove the buggy -X/C -> X/-C transform. This isn... |
tree | commitdiff |
2008-12-02 |
Bill Wendling | Improve comment. |
tree | commitdiff |
2008-12-02 |
Bill Wendling | - Reduce nesting. |
tree | commitdiff |
2008-12-02 |
Chris Lattner | some random comment improvements. |
tree | commitdiff |
2008-12-02 |
Owen Anderson | Fix an issue that Chris noticed, where local PRE was... |
tree | commitdiff |
2008-12-02 |
Evan Cheng | Fix PR3124: overly strict assert. |
tree | commitdiff |
2008-12-02 |
Dale Johannesen | Add a few more transformations. |
tree | commitdiff |
2008-12-02 |
Bill Wendling | Second stab at target-dependent lowering of everyone... |
tree | commitdiff |
2008-12-02 |
Bill Wendling | Reapply r60382. This time, don't mark "ADC" nodes with... |
tree | commitdiff |
2008-12-01 |
Bill Wendling | Temporarily revert r60382. It caused CodeGen/X86/i2k... |
tree | commitdiff |
2008-12-01 |
Bill Wendling | - Have "ADD" instructions return an implicit EFLAGS. |
tree | commitdiff |
2008-12-01 |
Bill Wendling | Expand getVTList, getNodeValueTypes, and SelectNodeTo... |
tree | commitdiff |
2008-12-01 |
Dale Johannesen | Consider only references to an IV within the loop when |
tree | commitdiff |
2008-12-01 |
Bill Wendling | Don't rebuild RHSNeg. Just use the one that's already... |
tree | commitdiff |
2008-12-01 |
Bill Wendling | Document what this check is doing. Also, no need to... |
tree | commitdiff |
2008-12-01 |
Bill Wendling | Use a simple comparison. Overflow on integer negation... |
tree | commitdiff |
2008-12-01 |
Scott Michel | CellSPU: |
tree | commitdiff |
2008-12-01 |
Duncan Sands | There are no longer any places that require a |
tree | commitdiff |
2008-12-01 |
Duncan Sands | Change the interface to the type legalization method |
tree | commitdiff |
next |