aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplified marking code regions -- no need to use <div> to surround <pre> tags.Misha Brukman2008-12-171-38/+18
* Instead of referring to the license file in the 2.3 release, refer to theMisha Brukman2008-12-171-1/+1
* Added mention of the RELEASE_24 tag for the 2.4 release.Misha Brukman2008-12-171-1/+2
* Fix expansion of vsetcc to set the high bit for true instead of 1.Mon P Wang2008-12-171-4/+6
* insert some sequence points and preincrement an iterator to avoidChris Lattner2008-12-171-7/+8
* Enhance heap sra to be substantially more aggressive w.r.t PHIChris Lattner2008-12-172-105/+223
* Double the amount of memory reserved for SUnits. This is aDan Gohman2008-12-171-1/+3
* Use getDepth() and getHeight() instead of accessing theDan Gohman2008-12-171-2/+2
* Fix the comments for getDepth and getHeight.Dan Gohman2008-12-171-3/+3
* Fix for PR3225: disable a broken optimization inEli Friedman2008-12-172-0/+22
* Update also the generated docs.Mikhail Glushenkov2008-12-171-1/+6
* Some enhancements for the 'case' expression.Mikhail Glushenkov2008-12-173-8/+36
* Clarify that the scale factor from CheckForIVReuseDale Johannesen2008-12-161-11/+26
* A new dag combine; several permutations of thisDale Johannesen2008-12-162-0/+20
* Add code to renumber split intervals into new vregs. This is disabled for no...Owen Anderson2008-12-161-0/+48
* Fix another crash found by inspection. If we have a PHI node mergingChris Lattner2008-12-162-47/+92
* fix a crash found by inspection.Chris Lattner2008-12-163-9/+30
* Add a helper to remove a branch and DCE the condition, and use it Eli Friedman2008-12-162-32/+71
* Eliminate the loop that walks the critical path. Instead, just track theDan Gohman2008-12-161-54/+64
* Remove empty test.Bill Wendling2008-12-161-0/+0
* Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling2008-12-1610-111/+41
* Preserve SourceValue information when lowering produces multiple loads fromDan Gohman2008-12-161-3/+6
* We have decided not to support inline asm where an output operand with a matc...Evan Cheng2008-12-162-11/+13
* CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt.Oscar Fuentes2008-12-161-0/+1
* add testcase for -print-dbginfoTorok Edwin2008-12-161-0/+136
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-163-0/+149
* Add utility functions to search for DbgStopPointInst corresponding to anTorok Edwin2008-12-162-1/+87
* use different name for parameter to make it clear that we set DIDescriptor::GVTorok Edwin2008-12-161-2/+2
* Generalize support for analyzing loops to include SLE/SGE loop exit conditionsNick Lewycky2008-12-165-26/+64
* switch some std::set/std::map to SmallPtrSet/DenseMap.Chris Lattner2008-12-161-14/+13
* fix PR3217: fully cached queries need to be verified against the Chris Lattner2008-12-162-1/+49
* Enable anti-dependence breaking by default when post-RA scheduling is enabled.Dan Gohman2008-12-162-2/+2
* When breaking an anti-dependency, don't use a register which has seenDan Gohman2008-12-161-0/+1
* Add initial support for back-scheduling address computations,Dan Gohman2008-12-166-3/+166
* Remove some special-case logic in ScheduleDAGSDNodes's Dan Gohman2008-12-161-10/+0
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-1612-299/+357
* * Comply with HTML 4.01 StrictMisha Brukman2008-12-162-44/+86
* * Comply with HTML 4.01 Strict standardMisha Brukman2008-12-161-22/+22
* Add a simple target-independent heuristic to allow targets with noDan Gohman2008-12-161-0/+6
* Move addPred and removePred out-of-line.Dan Gohman2008-12-162-53/+63
* Make addPred and removePred return void, since the return value is notDan Gohman2008-12-163-17/+14
* This getEdgeAttributes doesn't need a template argument.Dan Gohman2008-12-161-2/+2
* Add a getSDep() access function to SUnitIterator to return theDan Gohman2008-12-161-2/+5
* Reorder some SDep methods. No functionality change.Dan Gohman2008-12-161-6/+6
* SDep's operator== should compare the Latency field too.Dan Gohman2008-12-161-1/+1
* Change so that buildit won't need a parent directory with only the build scri...Bill Wendling2008-12-161-1/+1
* add testcase for r61051Chris Lattner2008-12-151-0/+42
* enhance heap-sra to apply to fixed sized array allocations, not justChris Lattner2008-12-151-4/+43
* Added support for splitting and scalarizing vector shifts.Mon P Wang2008-12-154-0/+41
* Use stripPointerCasts.Chris Lattner2008-12-151-7/+2