2005-08-05 |
Chris Lattner | two simple testcases loopreduce should handle but does... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Change FindEarliestCallSeqEnd (used by libcall insertio... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Fix a use-of-dangling-pointer bug, from the introductio... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Fix a latent bug in the libcall inserter that was expos... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | don't crash when running the PPC backend on non-ppc... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | PHINode::hasConstantValue should never return the PHI... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Fix an iterator invalidation problem when we decide... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Make sure to clean CastedPointers after casts are poten... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | now that hasConstantValue defaults to only returning... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Invoke instructions do not dominate all successors |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Now that hasConstantValue is more careful w.r.t. return... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Use the bool argument to hasConstantValue to decide... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | new testcase that condprop should handle. The PHI... |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | This code can handle non-dominating instructions |
commit | commitdiff | tree | snapshot |
2005-08-05 |
Chris Lattner | Mark hasConstantValue as a const method |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Nate Begeman | Add an extra parameter that Chris requested |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Nate Begeman | Fix a fixme in CondPropagate.cpp by moving a PhiNode... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | add a testcase nate requested |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | Modify how immediates are removed from base expressions... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Nate Begeman | Fix a fixme in LegalizeDAG |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Nate Begeman | Hack to naturally align doubles in the constant pool... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Nate Begeman | Use the new subtarget support to automatically choose... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | * Refactor some code into a new BasedUser::RewriteInstr... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | This should not run lli, that is for llvm-test. |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | None of these tests should require a working lli, they... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | Fix a case that caused this to crash on 178.galgel |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | Teach LSR about loop-variant expressions, such as loops... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | This testcase now passes |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Nate Begeman | Remove some more dead code. |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | Refactor this code substantially with the following... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Andrew Lenharth | No, IDEFs shouldn't be JITed |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Misha Brukman | * Unbreak release build |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Misha Brukman | * Unbreak optimized build (noticed by Eric van Riet... |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Nate Begeman | Add Subtarget support to PowerPC. Next up, using it. |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | refactor some code |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | this is not implemented by lsr yet |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | invert to if's to make the logic simpler |
commit | commitdiff | tree | snapshot |
2005-08-04 |
Chris Lattner | When processing outer loops and we find uses of an... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Teach loop-reduce to see into nested loops, to pull... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | improve debug output |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Nate Begeman | Scalar SSE: load +0.0 -> xorps/xorpd |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | this now passes |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Move from Stage 0 to Stage 1. |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Andrew Lenharth | Alpha ABI specifies stack is always 16 byte alligned... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Rename IVUse to IVUsersOfOneStride, use a struct instea... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Fix a nasty dangling pointer issue. The ScalarEvolutio... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Fix this to test the BE we care about |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Fix an obvious bug in the Log2 stuff that broke SingleS... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Fix PR611, codegen'ing SREM of FP operands to fmod... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | The correct fix for PR612, which also fixes |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | new testcase for PR612 |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | When inserting code, make sure not to insert it before... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | new testcase for PR612 |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Nate Begeman | Add a couple rlwinm tests for bitfield clears |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Nate Begeman | Update rlwimi tests to catch all the cases we care... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Testcase that used to crash simplifycfg |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Fix Transforms/SimplifyCFG/2005-08-03-PHIFactorCrash... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | add support for Graphviz when viewing CFGs |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Misha Brukman | Fix grammar: apostrophe-s ('s) is possessive, not plura... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Wrap comments to 80 cols, fix code sequence for CountLe... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | minor capitalization thing, patch by Jim Laskey |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Fix another bug in the clz patch that caused miscompila... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Finally, add the required constraint checks to fix... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | un-xfail this |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Simplify some code, add the correct pred checks |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Refactor code out of PropagatePredecessorsForPHIs,... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | use splice instead of remove/insert to avoid some symta... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | move two functions up in the file, use SafeToMergeTermi... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | Rip some code out of the main SimplifyCFG function... |
commit | commitdiff | tree | snapshot |
2005-08-03 |
Chris Lattner | This fails for now |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Disable this patch: |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Change a place to use an arbitrary value instead of... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | If the user interrupts bugpoint, don't extract loops |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Add a note, people are responsible for requesting that... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Pass -export-dynamic to gcc when compiling with -native... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Fix the non-gcc 4.0 paths for countleadingzeros |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Fix inverted conditionals |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | one more hunk that got dropped |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | This hunk accidentally got dropped. Patch by Jim Laskey |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Update to use the new MathExtras.h support for log2... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Fix the non-gcc 4.0 path to compile |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Update to use the new MathExtras.h support for log2... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Consolidate all of the various log2 computing functions... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Update a doc, patch contributed by Jim Laskey! |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | add a pass name to make debugging dumps nicer |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Misha Brukman | Fix grammar: it's == "it is". |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Like the comment says, do not insert cast instructions... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Jeff Cohen | It's dangerous coding on Mondays. |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | This code was very close, but not quite right. It... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | New testcase that caused simplifycfg to crash |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Jeff Cohen | Implement SetInterruptFunction for Windows. |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | add a comment, make a check more lenient |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Simplify for loop, clear a per-loop map after processin... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | When the user hits ctrl-c, bugpoint should attempt... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Implement sys::SetInterruptFunction on Unix, stub it... |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | add a new function proto |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Add a comment |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | Fix an iterator invalidation problem |
commit | commitdiff | tree | snapshot |
2005-08-02 |
Chris Lattner | 200.sixtrack prints FP numbers with a very strange... |
commit | commitdiff | tree | snapshot |
next |