aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-18Do not XFAIL.Bill Wendling
2008-12-17Temporarily revert r61027. It was causing a bootstrap failure in "release" modeBill Wendling
2008-12-17XFAIL for now.Devang Patel
2008-12-17Xfail these tests for now.Devang Patel
2008-12-17Today the front-ends (llvm-gcc and clang) generate multiple llvm.dbg.compile_...Devang Patel
2008-12-17Revert r61158 for now, as it caused some test failures.Owen Anderson
2008-12-17Fix miscompilations caused by renumbering, and enable it as part of prealloc ...Owen Anderson
2008-12-17This adds some missing functions to the C binding:Chris Lattner
2008-12-17Forgot to revert r61031 when I reverted r61019, r61030, and r61040.Bill Wendling
2008-12-17Simplified marking code regions -- no need to use <div> to surround <pre> tags.Misha Brukman
2008-12-17Instead of referring to the license file in the 2.3 release, refer to theMisha Brukman
2008-12-17Added mention of the RELEASE_24 tag for the 2.4 release.Misha Brukman
2008-12-17Fix expansion of vsetcc to set the high bit for true instead of 1.Mon P Wang
2008-12-17insert some sequence points and preincrement an iterator to avoidChris Lattner
2008-12-17Enhance heap sra to be substantially more aggressive w.r.t PHIChris Lattner
2008-12-17Double the amount of memory reserved for SUnits. This is aDan Gohman
2008-12-17Use getDepth() and getHeight() instead of accessing theDan Gohman
2008-12-17Fix the comments for getDepth and getHeight.Dan Gohman
2008-12-17Fix for PR3225: disable a broken optimization inEli Friedman
2008-12-17Update also the generated docs.Mikhail Glushenkov
2008-12-17Some enhancements for the 'case' expression.Mikhail Glushenkov
2008-12-16Clarify that the scale factor from CheckForIVReuseDale Johannesen
2008-12-16A new dag combine; several permutations of thisDale Johannesen
2008-12-16Add code to renumber split intervals into new vregs. This is disabled for no...Owen Anderson
2008-12-16Fix another crash found by inspection. If we have a PHI node mergingChris Lattner
2008-12-16fix a crash found by inspection.Chris Lattner
2008-12-16Add a helper to remove a branch and DCE the condition, and use it Eli Friedman
2008-12-16Eliminate the loop that walks the critical path. Instead, just track theDan Gohman
2008-12-16Remove empty test.Bill Wendling
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-16Preserve SourceValue information when lowering produces multiple loads fromDan Gohman
2008-12-16We have decided not to support inline asm where an output operand with a matc...Evan Cheng
2008-12-16CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt.Oscar Fuentes
2008-12-16add testcase for -print-dbginfoTorok Edwin
2008-12-16Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin
2008-12-16Add utility functions to search for DbgStopPointInst corresponding to anTorok Edwin
2008-12-16use different name for parameter to make it clear that we set DIDescriptor::GVTorok Edwin
2008-12-16Generalize support for analyzing loops to include SLE/SGE loop exit conditionsNick Lewycky
2008-12-16switch some std::set/std::map to SmallPtrSet/DenseMap.Chris Lattner
2008-12-16fix PR3217: fully cached queries need to be verified against the Chris Lattner
2008-12-16Enable anti-dependence breaking by default when post-RA scheduling is enabled.Dan Gohman
2008-12-16When breaking an anti-dependency, don't use a register which has seenDan Gohman
2008-12-16Add initial support for back-scheduling address computations,Dan Gohman
2008-12-16Remove some special-case logic in ScheduleDAGSDNodes's Dan Gohman
2008-12-16Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman
2008-12-16* Comply with HTML 4.01 StrictMisha Brukman
2008-12-16* Comply with HTML 4.01 Strict standardMisha Brukman
2008-12-16Add a simple target-independent heuristic to allow targets with noDan Gohman
2008-12-16Move addPred and removePred out-of-line.Dan Gohman
2008-12-16Make addPred and removePred return void, since the return value is notDan Gohman