- 19c2892 Oops! Left out a line. by Nick Lewycky · 16 years ago
- 2a8f659 Make all the vector elements positive in an srem of constant vector. by Nick Lewycky · 16 years ago
- 31535f1 Fix PR2929 by making bugpoint/code extract propagate the nothrow by Chris Lattner · 16 years ago
- 65ee1e6 Fix typo in error message. by Mikhail Glushenkov · 16 years ago
- 78eb804 Recommit this grammar fix that was backed out along with nocapture. by Nick Lewycky · 16 years ago
- 7224170 Give MachineLICM a name, for -time-passes etc. by Dan Gohman · 16 years ago
- 23b0d49 Move post-RA scheduling before branch folding for now, because branch by Dan Gohman · 16 years ago
- 2ebf63f Re-apply r61158 in a form that no longer breaks tests. by Owen Anderson · 16 years ago
- a1d9cb1 Revert previous patch, appears to break bootstrap. by Dale Johannesen · 16 years ago
- a32b7ac Mark the x86 fp stack registers as "reserved". This tells LiveVariables by Dan Gohman · 16 years ago
- 12b882c Fix the time regression I introduced in 464.h264ref with by Dale Johannesen · 16 years ago
- 5f4f84b reapply this hunk from Bill's reversion in r61169, it is conservative by Chris Lattner · 16 years ago
- a5d5c02 XFAIL on Linux. by Bill Wendling · 16 years ago
- 24313e7 make instnamer name unnamed blocks as well as instructions and args. by Chris Lattner · 16 years ago
- 10ef02e Do not XFAIL. by Bill Wendling · 16 years ago
- 13d1009 Temporarily revert r61027. It was causing a bootstrap failure in "release" mode by Bill Wendling · 16 years ago
- 3ac619e by Devang Patel · 16 years ago
- 965c415 Xfail these tests for now. by Devang Patel · 16 years ago
- 854967e by Devang Patel · 16 years ago
- c7a2194 Revert r61158 for now, as it caused some test failures. by Owen Anderson · 16 years ago
- 25dffa7 Fix miscompilations caused by renumbering, and enable it as part of prealloc splitting. by Owen Anderson · 16 years ago
- 851ba39 This adds some missing functions to the C binding: by Chris Lattner · 16 years ago
- 29bc4f0 Forgot to revert r61031 when I reverted r61019, r61030, and r61040. by Bill Wendling · 16 years ago
- a54d4b2 Simplified marking code regions -- no need to use <div> to surround <pre> tags. by Misha Brukman · 16 years ago
- b610655 Instead of referring to the license file in the 2.3 release, refer to the by Misha Brukman · 16 years ago
- 9474d01 Added mention of the RELEASE_24 tag for the 2.4 release. by Misha Brukman · 16 years ago
- 84aff84 Fix expansion of vsetcc to set the high bit for true instead of 1. by Mon P Wang · 16 years ago
- f49a28c insert some sequence points and preincrement an iterator to avoid by Chris Lattner · 16 years ago
- bce4afe Enhance heap sra to be substantially more aggressive w.r.t PHI by Chris Lattner · 16 years ago
- 89b64bd Double the amount of memory reserved for SUnits. This is a by Dan Gohman · 16 years ago
- fccf6dd Use getDepth() and getHeight() instead of accessing the by Dan Gohman · 16 years ago
- 89bf4f2 Fix the comments for getDepth and getHeight. by Dan Gohman · 16 years ago
- 28dc98f Fix for PR3225: disable a broken optimization in by Eli Friedman · 16 years ago
- 2d0484c Update also the generated docs. by Mikhail Glushenkov · 16 years ago
- 5c2b6b2 Some enhancements for the 'case' expression. by Mikhail Glushenkov · 16 years ago
- b039062 Clarify that the scale factor from CheckForIVReuse by Dale Johannesen · 16 years ago
- fd3b7b7 A new dag combine; several permutations of this by Dale Johannesen · 16 years ago
- d0b6a0d Add code to renumber split intervals into new vregs. This is disabled for now until I finish working out some iterator invalidation issues. by Owen Anderson · 16 years ago
- 85d3d4f Fix another crash found by inspection. If we have a PHI node merging by Chris Lattner · 16 years ago
- 542dc1a fix a crash found by inspection. by Chris Lattner · 16 years ago
- 080efb8 Add a helper to remove a branch and DCE the condition, and use it by Eli Friedman · 16 years ago
- 00dc84a Eliminate the loop that walks the critical path. Instead, just track the by Dan Gohman · 16 years ago
- 43445c1 Remove empty test. by Bill Wendling · 16 years ago
- 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
- 905ff1e Preserve SourceValue information when lowering produces multiple loads from by Dan Gohman · 16 years ago
- 09dc9c0 We have decided not to support inline asm where an output operand with a matching input operand with incompatible type (i.e. either one is a floating point and the other is an integer or the sizes of the types differ). SelectionDAGBuild will catch these and exit with an error. by Evan Cheng · 16 years ago
- 8069f28 CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt. by Oscar Fuentes · 16 years ago
- 367cdff add testcase for -print-dbginfo by Torok Edwin · 16 years ago
- 6e68106 Add -print-dbginfo pass that prints LLVM IR with comments inserted to show by Torok Edwin · 16 years ago
- 620f280 Add utility functions to search for DbgStopPointInst corresponding to an by Torok Edwin · 16 years ago
- a70c68e use different name for parameter to make it clear that we set DIDescriptor::GV by Torok Edwin · 16 years ago
- 1447f5c Generalize support for analyzing loops to include SLE/SGE loop exit conditions by Nick Lewycky · 16 years ago
- 5a6bb6a switch some std::set/std::map to SmallPtrSet/DenseMap. by Chris Lattner · 16 years ago
- f478951 fix PR3217: fully cached queries need to be verified against the by Chris Lattner · 16 years ago
- 812d750 Enable anti-dependence breaking by default when post-RA scheduling is enabled. by Dan Gohman · 16 years ago
- fde221f When breaking an anti-dependency, don't use a register which has seen by Dan Gohman · 16 years ago
- 8749b61 Add initial support for back-scheduling address computations, by Dan Gohman · 16 years ago
- 9a65d6a Remove some special-case logic in ScheduleDAGSDNodes's by Dan Gohman · 16 years ago
- 3f23744 Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 16 years ago
- 64722e5 * Comply with HTML 4.01 Strict by Misha Brukman · 16 years ago
- 96e0081 * Comply with HTML 4.01 Strict standard by Misha Brukman · 16 years ago
- 4ea8e85 Add a simple target-independent heuristic to allow targets with no by Dan Gohman · 16 years ago
- c6b680e Move addPred and removePred out-of-line. by Dan Gohman · 16 years ago
- ffa3912 Make addPred and removePred return void, since the return value is not by Dan Gohman · 16 years ago
- 3ee7449 This getEdgeAttributes doesn't need a template argument. by Dan Gohman · 16 years ago
- c3df7a8 Add a getSDep() access function to SUnitIterator to return the current SDep. by Dan Gohman · 16 years ago
- e7c1c66 Reorder some SDep methods. No functionality change. by Dan Gohman · 16 years ago
- 537add3 SDep's operator== should compare the Latency field too. by Dan Gohman · 16 years ago
- fc953d1 Change so that buildit won't need a parent directory with only the build scripts in them. by Bill Wendling · 16 years ago
- 657084a add testcase for r61051 by Chris Lattner · 16 years ago
- 101f44e enhance heap-sra to apply to fixed sized array allocations, not just by Chris Lattner · 16 years ago
- 93b3b92 Added support for splitting and scalarizing vector shifts. by Mon P Wang · 16 years ago
- 344b41c Use stripPointerCasts. by Chris Lattner · 16 years ago
- 49b6d4a minor tweaks for formatting, allow bitcast in ValueIsOnlyUsedLocallyOrStoredToOneGlobal. by Chris Lattner · 16 years ago
- e61d0a6 refactor some code into a new TryToOptimizeStoreOfMallocToGlobal function. by Chris Lattner · 16 years ago
- ca17422 add a basic test for heap-sra by Chris Lattner · 16 years ago
- 1314f20 Teach basicaa to use the nocapture attribute when possible. When the by Chris Lattner · 16 years ago
- 464fc5a Fix printing of PseudoSourceValues in SDNode graphs. by Dan Gohman · 16 years ago
- 2b00aeb Fix a typo in a comment. by Dan Gohman · 16 years ago
- 582048d add some more notes. by Chris Lattner · 16 years ago
- 8f416f3 Add a testcase for GCC PR 23455, which lpre handles now. Add some by Chris Lattner · 16 years ago
- fd7eb72 Update generated files after nocapture syntax change. by Nick Lewycky · 16 years ago
- 382da62 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 16 years ago
- d17c030 Added support to LegalizeType for expanding the operands of scalar to vector by Mon P Wang · 16 years ago
- ef423eb gvn now hoists this load out of the hot non-call path. by Chris Lattner · 16 years ago
- 2ba3b62 Enable Load PRE. This teaches GVN to push partially redundant loads up the by Chris Lattner · 16 years ago
- 3af23f8 if we have a phi translation failure of the start block, by Chris Lattner · 16 years ago
- 4807e07 Adjust testcase to make it more stable across visitation order changes, by Chris Lattner · 16 years ago
- c34d112 Ifdef out some code that I didn't mean to enable by default yet. by Owen Anderson · 16 years ago
- f331316 make GVN try to rename inputs to the resultant replaced values, which by Chris Lattner · 16 years ago
- 9e59c64 Implement initial support for PHI translation in memdep. This means that by Chris Lattner · 16 years ago
- 255dafc Add support for slow-path GVN with full phi construction for scalars. This is disabled for now, as it actually pessimizes code in the abscence by Owen Anderson · 16 years ago
- 67e3566 Fix whitespace in comment. by Nick Lewycky · 16 years ago
- e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
- 30baa95 silence warning when asserts disabled. by Chris Lattner · 16 years ago
- 03a4698 silence warning when asserts disabled. by Chris Lattner · 16 years ago
- 528f16b eliminate warning when asserts disabled. by Chris Lattner · 16 years ago
- 5c6d91c another random testcase that shouldn't crash gvn and is by Chris Lattner · 16 years ago
- 01557ce Clarify the meaning of the NoAlias response. The plan is to refer to this from by Nick Lewycky · 16 years ago
- cbe1d94 Generalize GVN's phi construciton routine to work for things other than loads. by Owen Anderson · 16 years ago