aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Temporary hack to let codegen assert or generate poor code in caseBruno Cardoso Lopes2010-07-261-8/+13
* Testing some more.Owen Anderson2010-07-261-1/+0
* Test some more.Owen Anderson2010-07-261-0/+1
* Fix library build messages.Dan Gohman2010-07-261-2/+2
* Add svn:ignore.Dan Gohman2010-07-260-0/+0
* re-commit r109220, the compile error has already been fixedGabor Greif2010-07-262-24/+5
* Add an initial implementation of LazyValueInfo updating for JumpThreading. D...Owen Anderson2010-07-263-4/+96
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-262-2/+106
* Fix a test with malformed IR. Not sure why this didn't fail before.Owen Anderson2010-07-261-0/+3
* ARM fastisel isn't ready.Evan Cheng2010-07-261-1/+2
* One more test commit... Owen Anderson2010-07-261-2/+1
* Fix SCEVExpander::visitAddRecExpr so that it remembers the induction variableDan Gohman2010-07-262-24/+57
* Handle Values with no value in getCopyFromRegs.Dan Gohman2010-07-261-0/+4
* Hopefully the last test commit.Owen Anderson2010-07-261-0/+1
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-265-19/+15
* Preserve ScalarEvolution in the loop unroller.Dan Gohman2010-07-261-0/+6
* Another test commit.Owen Anderson2010-07-261-1/+0
* Avoid depending on LCSSA implicitly pulling in LoopSimplify.Dan Gohman2010-07-261-2/+2
* Test commit for new post-commit hooks.Owen Anderson2010-07-261-0/+1
* Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock:Dan Gohman2010-07-261-52/+64
* 80-col.Eric Christopher2010-07-261-2/+4
* Avoid copying and recopying a std::set.Dan Gohman2010-07-261-6/+2
* Exit a search loop when the search goal is found.Dan Gohman2010-07-261-1/+3
* Fix formatting.Dan Gohman2010-07-261-2/+2
* A block dominates itself, by definition.Dan Gohman2010-07-261-1/+1
* Use DominatorTree::properlyDominates instead of dominates with anDan Gohman2010-07-261-1/+1
* A block dominates itself, by definition.Dan Gohman2010-07-261-1/+1
* Use DominatorTree::properlyDominates instead of dominates with anDan Gohman2010-07-261-1/+1
* Add an svn:ignore.Dan Gohman2010-07-260-0/+0
* Pacify gcc-4.5 which wrongly thinks that RExcess (passed as the Excess parame...Duncan Sands2010-07-261-1/+2
* Fix format-specifier warningDouglas Gregor2010-07-261-1/+1
* MC: Fix whitespace error from last commit.Michael J. Spencer2010-07-261-1/+1
* MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer2010-07-262-15/+727
* Factored out a bit of common code to mark VNInfos for deletion.Lang Hames2010-07-262-40/+23
* Clone and restore the module being reduced inRafael Espindola2010-07-261-6/+27
* Reduce string trashing.Benjamin Kramer2010-07-251-1/+1
* Don't pass -export-dynamic to the linker on Cygwin and MinGW. These platformsNick Lewycky2010-07-251-1/+1
* Add comments.Evan Cheng2010-07-251-4/+16
* Remove extraneous semicolonDouglas Gregor2010-07-251-1/+1
* Unbreak CMake buildDouglas Gregor2010-07-251-0/+1
* Fix crashes when scheduling a CopyToReg node -- getMachineOpcode asserts onBob Wilson2010-07-251-2/+2
* Revert r109361; it's impossible to write a call with an argument with anEli Friedman2010-07-241-6/+2
* Revert unintended white space change.Rafael Espindola2010-07-241-1/+1
* Fix a trivial use after free.Rafael Espindola2010-07-241-2/+6
* Minor simplification.Eli Friedman2010-07-241-1/+1
* Make the ll parser check that arguments have valid types.Eli Friedman2010-07-241-1/+5
* PR7704: A function is not allowed to return a function; make sure to enforceEli Friedman2010-07-241-2/+2
* Hook in GlobalMerge passAnton Korobeynikov2010-07-247-1/+228
* Revert this because we can't clone cyclic MDNodes which are creating during aNick Lewycky2010-07-241-3/+4
* Add hook to insert late LLVM=>LLVM passes just before iselAnton Korobeynikov2010-07-242-4/+11