aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-21Re-commit r67334 and r67349 with fix.Evan Cheng
2009-03-21add a fastpath to ConstantExpr::getBitCast to handle the case when an obviouslyChris Lattner
2009-03-21add some inline methods for infix operators on sparse vectors,Chris Lattner
2009-03-21Removed AFGR32 register classBruno Cardoso Lopes
2009-03-20Fix a few more indentation problems and an 80-column violation.Bob Wilson
2009-03-20No functional changes. Fix indentation and whitespace only.Bob Wilson
2009-03-20Fix instcombine to not introduce undefined shifts when merging twoChris Lattner
2009-03-20Don't load values out of global constants with weakDuncan Sands
2009-03-20Simplify this code; use a while instead of an if and a do-while.Dan Gohman
2009-03-20For inline asm output operand that matches an input. Encode the input operand...Evan Cheng
2009-03-20Fixed comment for libcalls.Sanjiv Gupta
2009-03-20Fixed build warnings for unused variables.Sanjiv Gupta
2009-03-20Reformatting. Inserted code comments. Cleaned interfaces.Sanjiv Gupta
2009-03-20Fixed the comment. No functionality change.Sanjiv Gupta
2009-03-20Revert r67334 and r37349 which break "make check" on Linux.Nick Lewycky
2009-03-20Apply the patch requested in PR3846.Chris Lattner
2009-03-20Added option to enable generating less precise mad (multiply addition)Mon P Wang
2009-03-20The last use in a block that doesn't have successorsDan Gohman
2009-03-20Fix typo's.Evan Cheng
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-03-19Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.Evan Cheng
2009-03-19More makefile changes to allow dejagnu tests to pass when system tools defaul...Evan Cheng
2009-03-19Renamed unittest files to have a consistent {Tt}est suffix.Misha Brukman
2009-03-19SADDO and UADDO are commutative.Dan Gohman
2009-03-19Clear the cached cost when removing a function inDale Johannesen
2009-03-19Add a liveness analysis pass for LLVM IR values. This computesDan Gohman
2009-03-19Fix comment typo.Dale Johannesen
2009-03-19This pass keeps a map of Instructions to Rank numbers,Dale Johannesen
2009-03-19Fix regression in 'tblgen -gen-clang-diags-defs': Emit the diagnostic kind in...Ted Kremenek
2009-03-19Fix PEI to not walk off the start of a block when an updated instructionChris Lattner
2009-03-19Fix comment typo.Duncan Sands
2009-03-19Fix a couple glaring whitespace issues. This file isn't internally consistentNick Lewycky
2009-03-19Remove strange extra semicolons.Nick Lewycky
2009-03-19Add support to tablegen for naming the nodes themselves, not just the operands, Nate Begeman
2009-03-19Added support for Mips O32 Calling ConventionBruno Cardoso Lopes
2009-03-18tblgen -gen-clang-diags-options: Output OptionTable entries in lexicographicTed Kremenek
2009-03-18'tblgen -gen-clang-diags-options' now outputs the OptionTable:Ted Kremenek
2009-03-18Add another Clang TableGen-backend (-gen-clang-diags-options) for emittingTed Kremenek
2009-03-18include the null at the end of a memorybuffer as part of the buffer.Chris Lattner
2009-03-18These tests are now passing on Darwin because of r67139.Bill Wendling
2009-03-18aha, DAE does have to think about PHI nodes. Many thanks to "Dr Evil" (aka D...Chris Lattner
2009-03-18Fix PR3826 - InstComb assert with vector shift, by not calling ComputeNumSign...Chris Lattner
2009-03-18add an assertion to make it clear that PHI nodes are not allowed.Chris Lattner
2009-03-18Explicitly check for StoreInst, do not lose the chance to delete Zhou Sheng
2009-03-18Revert my previous change on Local.cpp, instead, fix the bug on scalarrepl.Zhou Sheng
2009-03-18Add -relocation-model=pic so that the test worksRafael Espindola
2009-03-18Fix a bug.Zhou Sheng
2009-03-18Added missing support for widening when splitting an unary op (PR3683)Mon P Wang
2009-03-18Add another test case for r64440.Evan Cheng
2009-03-18xfail these tests for now.Evan Cheng