| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Simplify this code. | Dan Gohman | 2010-04-12 | 1 | -14/+14 |
* | Build system fixes. llvm-mc depends on | Sean Callanan | 2010-04-12 | 2 | -14/+11 |
* | Suppress LinearFunctionTestReplace when the computed backedge-taken | Dan Gohman | 2010-04-12 | 2 | -0/+180 |
* | Bug fix: made the enhanced disassembler's link | Sean Callanan | 2010-04-12 | 1 | -1/+1 |
* | Bug fix: included System/Types.h instead of | Sean Callanan | 2010-04-12 | 1 | -1/+1 |
* | Second try at integrating the edis tester. This | Sean Callanan | 2010-04-12 | 5 | -41/+252 |
* | Fixed a crasher in arm disassembler within ARMInstPrinter.cpp after calling | Johnny Chen | 2010-04-12 | 3 | -1/+41 |
* | Remove a #include. | Dan Gohman | 2010-04-12 | 1 | -1/+0 |
* | Remove unneeded debug in PostDominator runOnFunction() | Tobias Grosser | 2010-04-12 | 1 | -1/+0 |
* | Remove dead code in the dotty dominance tree printer. | Tobias Grosser | 2010-04-12 | 1 | -25/+0 |
* | Boolify. | Benjamin Kramer | 2010-04-12 | 1 | -1/+1 |
* | Plug trivial leak. | Benjamin Kramer | 2010-04-12 | 1 | -0/+2 |
* | Delete this code, which is no longer needed. | Dan Gohman | 2010-04-12 | 1 | -4/+0 |
* | Move the EliminateIVUsers call back out to its original location. Now that | Dan Gohman | 2010-04-12 | 1 | -10/+4 |
* | Generalize ScalarEvolution's PHI analysis to handle loops that don't | Dan Gohman | 2010-04-12 | 2 | -14/+55 |
* | Rewrite the overflow checking in the get{Signed,Unsigned}Range code for | Dan Gohman | 2010-04-12 | 1 | -10/+34 |
* | Use RecursivelyDeleteTriviallyDeadInstructions in EliminateIVComparisons, | Dan Gohman | 2010-04-12 | 1 | -3/+12 |
* | Enable post regalloc machine licm by default. | Evan Cheng | 2010-04-12 | 2 | -5/+141 |
* | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky | 2010-04-12 | 10 | -341/+463 |
* | Verify function prototypes before trying to optimize functions. We also | Eric Christopher | 2010-04-12 | 3 | -8/+53 |
* | Remove unnecessary parens. | Dan Gohman | 2010-04-12 | 2 | -4/+4 |
* | Minor code simplification. | Dan Gohman | 2010-04-12 | 1 | -1/+1 |
* | Re-apply r101000, with a fix: Don't eliminate an icmp which is part of | Dan Gohman | 2010-04-12 | 2 | -1/+129 |
* | whether we enable dylibs or not depends on the host, not the target. | Chris Lattner | 2010-04-12 | 1 | -1/+1 |
* | Revert 101000, which is breaking self-host builds. | Dan Gohman | 2010-04-12 | 2 | -78/+0 |
* | Fix indentation. | Dan Gohman | 2010-04-11 | 1 | -1/+1 |
* | Teach IndVarSimplify how to eliminate comparisons involving induction | Dan Gohman | 2010-04-11 | 2 | -0/+78 |
* | Enhance ScalarEvolution::isKnownPredicate with support for | Dan Gohman | 2010-04-11 | 2 | -8/+40 |
* | Minor code simplification. | Dan Gohman | 2010-04-11 | 1 | -2/+1 |
* | When creating a ConstantRange for [n,UINT_MAX], special case n == 0, because | Dan Gohman | 2010-04-11 | 1 | -3/+4 |
* | Fix a comment. | Dan Gohman | 2010-04-11 | 1 | -1/+1 |
* | Add a cast to void to show that the return value is being | Dan Gohman | 2010-04-11 | 1 | -1/+1 |
* | Delete a dead check. | Dan Gohman | 2010-04-11 | 1 | -1/+0 |
* | Delete dead code. | Dan Gohman | 2010-04-11 | 1 | -26/+0 |
* | Fix a #include. | Dan Gohman | 2010-04-11 | 1 | -1/+1 |
* | Rename isLoopGuardedByCond to isLoopEntryGuardedByCond, to emphasise | Dan Gohman | 2010-04-11 | 4 | -21/+21 |
* | utostr isn't going away too soon, try to make it slightly smaller. | Benjamin Kramer | 2010-04-11 | 1 | -13/+8 |
* | Remove dead argument and clean whitespace. No functionality change. | Nick Lewycky | 2010-04-10 | 3 | -16/+6 |
* | Implement support for varargs functions without any fixed | Chris Lattner | 2010-04-10 | 2 | -31/+23 |
* | configure: Fix default value for optimize_option, I messed up the test condition | Daniel Dunbar | 2010-04-10 | 2 | -6/+13 |
* | fix PR6743, a case where we'd delete an instruction before using it | Chris Lattner | 2010-04-10 | 2 | -1/+20 |
* | fix PR6760, a missing check in heap SRoA. | Chris Lattner | 2010-04-10 | 2 | -2/+29 |
* | turn an assert into a proper check, fixing crash on invalid here: | Chris Lattner | 2010-04-10 | 1 | -2/+1 |
* | improve haiku portability, patch by Paul Davey. | Chris Lattner | 2010-04-10 | 1 | -0/+2 |
* | add attributes and module level asm to the ocaml bindings, | Chris Lattner | 2010-04-10 | 5 | -33/+93 |
* | Updated the edis build mechanism to allow for builds | Sean Callanan | 2010-04-10 | 3 | -1/+31 |
* | Fix a typo and some indentation. | Dan Gohman | 2010-04-09 | 1 | -2/+2 |
* | When determining a canonical insert position, don't climb deeper | Dan Gohman | 2010-04-09 | 2 | -33/+103 |
* | Tidy whitespace. | Bob Wilson | 2010-04-09 | 1 | -9/+8 |
* | If all the bit positions are not specified; do not decode the instructions. | Johnny Chen | 2010-04-09 | 2 | -9/+15 |