Age | Commit message (Expand) | Author |
2008-07-15 | LegalizeTypes support for promotion of SIGN_EXTEND_INREG. | Duncan Sands |
2008-07-15 | Reorder the integer promotion methods alphabetically. | Duncan Sands |
2008-07-15 | Let DAE keep a list of live functions, instead of simply marking all arguments | Matthijs Kooijman |
2008-07-15 | Split DAE::MarkLive into MarkLive and PropagateLiveness. | Matthijs Kooijman |
2008-07-15 | Pass around const RetOrArg references instead of copying values. Also, mark | Matthijs Kooijman |
2008-07-15 | Simplify debug code by using RetOrArg::getDescription(). | Matthijs Kooijman |
2008-07-15 | Fix indentation (intentionally left out of the previous commit). | Matthijs Kooijman |
2008-07-15 | Move the deadargelim code for intrinsically alive functions into its own | Matthijs Kooijman |
2008-07-15 | Fixed potential bug if the source and target of a bit convert have different ... | Mon P Wang |
2008-07-15 | Correct this inversion! | Nick Lewycky |
2008-07-15 | Fix up comments. | Nick Lewycky |
2008-07-15 | Fixed call stack alignment. Improved AsmPrinter alignment issues. | Bruno Cardoso Lopes |
2008-07-15 | LinkOnce definitions have default scope, like weak definitions. Otherwise, th... | Devang Patel |
2008-07-14 | Goodbye tail duplication (for good this time). | Evan Cheng |
2008-07-14 | This replaces all $(SolutionDir) macros with $(ProjectDir)..\ | Chris Lattner |
2008-07-14 | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman |
2008-07-14 | Fix uninitialized use of the Changed variable. | Dan Gohman |
2008-07-14 | Improve debug output for MemOperandSDNode. PseudoSourceValue nodes | Dan Gohman |
2008-07-14 | Fix edito in the PseudoSourceValue name list. | Dan Gohman |
2008-07-14 | Reformat this message to fit in 80 cols. | Dan Gohman |
2008-07-14 | I don't think BUILD_PAIR can have a vector result. | Duncan Sands |
2008-07-14 | Tighten up some checks. Fix FPOWI splitting for | Duncan Sands |
2008-07-14 | Reapply r53540, now with the matching header! | Chris Lattner |
2008-07-14 | An INSERT_VECTOR_ELT can insert a larger value | Duncan Sands |
2008-07-14 | According to the docs, it is possible to have an | Duncan Sands |
2008-07-14 | There should be no extending loads or truncating | Duncan Sands |
2008-07-14 | Ignore TargetConstant with an illegal type. These | Duncan Sands |
2008-07-14 | Added Subtarget support into RegisterInfo | Bruno Cardoso Lopes |
2008-07-14 | Revert r53540 - it does not compile. | Duncan Sands |
2008-07-14 | Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes | Chris Lattner |
2008-07-14 | don't do any linkage, not even type resolution, of symbols that have | Chris Lattner |
2008-07-14 | implement linking of globals to functions, in one direction | Chris Lattner |
2008-07-14 | wrap long lines, remove some code from a non-assert build. | Chris Lattner |
2008-07-14 | Fix a bunch of bugs handling vector compare constant expressions, fixing | Chris Lattner |
2008-07-14 | Document and fix Constant::getVectorElements to return an empty vector | Chris Lattner |
2008-07-14 | If a function calls setjmp, never inline it into other functions. This is | Chris Lattner |
2008-07-14 | simplify some code, shuffle and insertelt always return a vector. | Chris Lattner |
2008-07-14 | whitespace fix. | Chris Lattner |
2008-07-14 | doxygenate comments and wrap to 80 cols. | Chris Lattner |
2008-07-14 | Add a note. | Chris Lattner |
2008-07-14 | Fix PR2506 by being a bit more careful about reverse fact propagation when | Chris Lattner |
2008-07-13 | Fix mishandling of the infinite loop case when merging two blocks. This | Chris Lattner |
2008-07-13 | more refactoring. Use early exits instead of really complex logic. | Chris Lattner |
2008-07-13 | improve comments. | Chris Lattner |
2008-07-13 | factor another large hunk of code out into its own function. | Chris Lattner |
2008-07-13 | add a description. | Chris Lattner |
2008-07-13 | Final bit of simplification for FoldBranchToCommonDest. | Chris Lattner |
2008-07-13 | simplify logic a bit | Chris Lattner |
2008-07-13 | Refactor some code out into its own helper function, getting rid of crazy mul... | Chris Lattner |
2008-07-13 | Fix comment. | Duncan Sands |