| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r61158 for now, as it caused some test failures. | Owen Anderson | 2008-12-17 | 1 | -46/+36 |
* | Fix miscompilations caused by renumbering, and enable it as part of prealloc ... | Owen Anderson | 2008-12-17 | 1 | -36/+46 |
* | This adds some missing functions to the C binding: | Chris Lattner | 2008-12-17 | 2 | -0/+33 |
* | Forgot to revert r61031 when I reverted r61019, r61030, and r61040. | Bill Wendling | 2008-12-17 | 3 | -1355/+1343 |
* | Simplified marking code regions -- no need to use <div> to surround <pre> tags. | Misha Brukman | 2008-12-17 | 1 | -38/+18 |
* | Instead of referring to the license file in the 2.3 release, refer to the | Misha Brukman | 2008-12-17 | 1 | -1/+1 |
* | Added mention of the RELEASE_24 tag for the 2.4 release. | Misha Brukman | 2008-12-17 | 1 | -1/+2 |
* | Fix expansion of vsetcc to set the high bit for true instead of 1. | Mon P Wang | 2008-12-17 | 1 | -4/+6 |
* | insert some sequence points and preincrement an iterator to avoid | Chris Lattner | 2008-12-17 | 1 | -7/+8 |
* | Enhance heap sra to be substantially more aggressive w.r.t PHI | Chris Lattner | 2008-12-17 | 2 | -105/+223 |
* | Double the amount of memory reserved for SUnits. This is a | Dan Gohman | 2008-12-17 | 1 | -1/+3 |
* | Use getDepth() and getHeight() instead of accessing the | Dan Gohman | 2008-12-17 | 1 | -2/+2 |
* | Fix the comments for getDepth and getHeight. | Dan Gohman | 2008-12-17 | 1 | -3/+3 |
* | Fix for PR3225: disable a broken optimization in | Eli Friedman | 2008-12-17 | 2 | -0/+22 |
* | Update also the generated docs. | Mikhail Glushenkov | 2008-12-17 | 1 | -1/+6 |
* | Some enhancements for the 'case' expression. | Mikhail Glushenkov | 2008-12-17 | 3 | -8/+36 |
* | Clarify that the scale factor from CheckForIVReuse | Dale Johannesen | 2008-12-16 | 1 | -11/+26 |
* | A new dag combine; several permutations of this | Dale Johannesen | 2008-12-16 | 2 | -0/+20 |
* | Add code to renumber split intervals into new vregs. This is disabled for no... | Owen Anderson | 2008-12-16 | 1 | -0/+48 |
* | Fix another crash found by inspection. If we have a PHI node merging | Chris Lattner | 2008-12-16 | 2 | -47/+92 |
* | fix a crash found by inspection. | Chris Lattner | 2008-12-16 | 3 | -9/+30 |
* | Add a helper to remove a branch and DCE the condition, and use it | Eli Friedman | 2008-12-16 | 2 | -32/+71 |
* | Eliminate the loop that walks the critical path. Instead, just track the | Dan Gohman | 2008-12-16 | 1 | -54/+64 |
* | Remove empty test. | Bill Wendling | 2008-12-16 | 1 | -0/+0 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 10 | -111/+41 |
* | Preserve SourceValue information when lowering produces multiple loads from | Dan Gohman | 2008-12-16 | 1 | -3/+6 |
* | We have decided not to support inline asm where an output operand with a matc... | Evan Cheng | 2008-12-16 | 2 | -11/+13 |
* | CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt. | Oscar Fuentes | 2008-12-16 | 1 | -0/+1 |
* | add testcase for -print-dbginfo | Edwin Török | 2008-12-16 | 1 | -0/+136 |
* | Add -print-dbginfo pass that prints LLVM IR with comments inserted to show | Edwin Török | 2008-12-16 | 3 | -0/+149 |
* | Add utility functions to search for DbgStopPointInst corresponding to an | Edwin Török | 2008-12-16 | 2 | -1/+87 |
* | use different name for parameter to make it clear that we set DIDescriptor::GV | Edwin Török | 2008-12-16 | 1 | -2/+2 |
* | Generalize support for analyzing loops to include SLE/SGE loop exit conditions | Nick Lewycky | 2008-12-16 | 5 | -26/+64 |
* | switch some std::set/std::map to SmallPtrSet/DenseMap. | Chris Lattner | 2008-12-16 | 1 | -14/+13 |
* | fix PR3217: fully cached queries need to be verified against the | Chris Lattner | 2008-12-16 | 2 | -1/+49 |
* | Enable anti-dependence breaking by default when post-RA scheduling is enabled. | Dan Gohman | 2008-12-16 | 2 | -2/+2 |
* | When breaking an anti-dependency, don't use a register which has seen | Dan Gohman | 2008-12-16 | 1 | -0/+1 |
* | Add initial support for back-scheduling address computations, | Dan Gohman | 2008-12-16 | 6 | -3/+166 |
* | Remove some special-case logic in ScheduleDAGSDNodes's | Dan Gohman | 2008-12-16 | 1 | -10/+0 |
* | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman | 2008-12-16 | 12 | -299/+357 |
* | * Comply with HTML 4.01 Strict | Misha Brukman | 2008-12-16 | 2 | -44/+86 |
* | * Comply with HTML 4.01 Strict standard | Misha Brukman | 2008-12-16 | 1 | -22/+22 |
* | Add a simple target-independent heuristic to allow targets with no | Dan Gohman | 2008-12-16 | 1 | -0/+6 |
* | Move addPred and removePred out-of-line. | Dan Gohman | 2008-12-16 | 2 | -53/+63 |
* | Make addPred and removePred return void, since the return value is not | Dan Gohman | 2008-12-16 | 3 | -17/+14 |
* | This getEdgeAttributes doesn't need a template argument. | Dan Gohman | 2008-12-16 | 1 | -2/+2 |
* | Add a getSDep() access function to SUnitIterator to return the | Dan Gohman | 2008-12-16 | 1 | -2/+5 |
* | Reorder some SDep methods. No functionality change. | Dan Gohman | 2008-12-16 | 1 | -6/+6 |
* | SDep's operator== should compare the Latency field too. | Dan Gohman | 2008-12-16 | 1 | -1/+1 |
* | Change so that buildit won't need a parent directory with only the build scri... | Bill Wendling | 2008-12-16 | 1 | -1/+1 |