| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert this, as it seems to still be broken. | Owen Anderson | 2008-07-15 | 1 | -1/+1 |
* | Enable local PRE by default. | Owen Anderson | 2008-07-15 | 1 | -1/+1 |
* | Have GVN do a pre-pass over the CFG that folds away unconditional branches wh... | Owen Anderson | 2008-07-15 | 1 | -2/+63 |
* | LegalizeTypes support for fabs on ppc long double. | Duncan Sands | 2008-07-15 | 2 | -0/+15 |
* | Allow deadargelim to change return types even though now values were dead. This | Matthijs Kooijman | 2008-07-15 | 1 | -11/+1 |
* | Revert r53606. It turns out that explicitely tracking the liveness of the | Matthijs Kooijman | 2008-07-15 | 1 | -97/+103 |
* | Make deadargelim a bit less smart, so it doesn't choke on nested structs as | Matthijs Kooijman | 2008-07-15 | 1 | -38/+21 |
* | Don't use isa when we can reuse a previous dyn_cast. | Matthijs Kooijman | 2008-07-15 | 1 | -3/+2 |
* | Make DeadArgElim keep liveness of the return value as a whole in addition to | Matthijs Kooijman | 2008-07-15 | 1 | -126/+124 |
* | LegalizeTypes support for promotion of bswap. | Duncan Sands | 2008-07-15 | 2 | -0/+12 |
* | LegalizeTypes support for promotion of SIGN_EXTEND_INREG. | Duncan Sands | 2008-07-15 | 2 | -0/+9 |
* | Reorder the integer promotion methods alphabetically. | Duncan Sands | 2008-07-15 | 1 | -365/+356 |
* | Let DAE keep a list of live functions, instead of simply marking all arguments | Matthijs Kooijman | 2008-07-15 | 1 | -6/+14 |
* | Split DAE::MarkLive into MarkLive and PropagateLiveness. | Matthijs Kooijman | 2008-07-15 | 1 | -0/+6 |
* | Pass around const RetOrArg references instead of copying values. Also, mark | Matthijs Kooijman | 2008-07-15 | 1 | -3/+3 |
* | Simplify debug code by using RetOrArg::getDescription(). | Matthijs Kooijman | 2008-07-15 | 1 | -6/+1 |
* | Fix indentation (intentionally left out of the previous commit). | Matthijs Kooijman | 2008-07-15 | 1 | -51/+51 |
* | Move the deadargelim code for intrinsically alive functions into its own | Matthijs Kooijman | 2008-07-15 | 1 | -23/+25 |
* | Fixed potential bug if the source and target of a bit convert have different ... | Mon P Wang | 2008-07-15 | 1 | -1/+3 |
* | Correct this inversion! | Nick Lewycky | 2008-07-15 | 1 | -1/+1 |
* | Fix up comments. | Nick Lewycky | 2008-07-15 | 1 | -5/+7 |
* | Fixed call stack alignment. Improved AsmPrinter alignment issues. | Bruno Cardoso Lopes | 2008-07-15 | 5 | -18/+47 |
* | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman | 2008-07-14 | 5 | -35/+75 |
* | Fix uninitialized use of the Changed variable. | Dan Gohman | 2008-07-14 | 1 | -0/+2 |
* | Improve debug output for MemOperandSDNode. PseudoSourceValue nodes | Dan Gohman | 2008-07-14 | 1 | -4/+7 |
* | Fix edito in the PseudoSourceValue name list. | Dan Gohman | 2008-07-14 | 1 | -1/+1 |
* | I don't think BUILD_PAIR can have a vector result. | Duncan Sands | 2008-07-14 | 1 | -12/+0 |
* | Tighten up some checks. Fix FPOWI splitting for | Duncan Sands | 2008-07-14 | 1 | -3/+3 |
* | Reapply r53540, now with the matching header! | Chris Lattner | 2008-07-14 | 1 | -1/+23 |
* | An INSERT_VECTOR_ELT can insert a larger value | Duncan Sands | 2008-07-14 | 1 | -4/+5 |
* | According to the docs, it is possible to have an | Duncan Sands | 2008-07-14 | 1 | -11/+19 |
* | There should be no extending loads or truncating | Duncan Sands | 2008-07-14 | 1 | -4/+4 |
* | Ignore TargetConstant with an illegal type. These | Duncan Sands | 2008-07-14 | 2 | -10/+23 |
* | Added Subtarget support into RegisterInfo | Bruno Cardoso Lopes | 2008-07-14 | 9 | -116/+200 |
* | Revert r53540 - it does not compile. | Duncan Sands | 2008-07-14 | 1 | -23/+1 |
* | Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes | Chris Lattner | 2008-07-14 | 1 | -167/+102 |
* | don't do any linkage, not even type resolution, of symbols that have | Chris Lattner | 2008-07-14 | 1 | -6/+10 |
* | implement linking of globals to functions, in one direction | Chris Lattner | 2008-07-14 | 1 | -81/+75 |
* | wrap long lines, remove some code from a non-assert build. | Chris Lattner | 2008-07-14 | 1 | -5/+7 |
* | Fix a bunch of bugs handling vector compare constant expressions, fixing | Chris Lattner | 2008-07-14 | 1 | -34/+54 |
* | Document and fix Constant::getVectorElements to return an empty vector | Chris Lattner | 2008-07-14 | 1 | -12/+23 |
* | If a function calls setjmp, never inline it into other functions. This is | Chris Lattner | 2008-07-14 | 1 | -1/+23 |
* | simplify some code, shuffle and insertelt always return a vector. | Chris Lattner | 2008-07-14 | 1 | -2/+1 |
* | Add a note. | Chris Lattner | 2008-07-14 | 1 | -0/+12 |
* | Fix PR2506 by being a bit more careful about reverse fact propagation when | Chris Lattner | 2008-07-14 | 1 | -64/+80 |
* | Fix mishandling of the infinite loop case when merging two blocks. This | Chris Lattner | 2008-07-13 | 1 | -17/+26 |
* | more refactoring. Use early exits instead of really complex logic. | Chris Lattner | 2008-07-13 | 1 | -109/+98 |
* | improve comments. | Chris Lattner | 2008-07-13 | 1 | -2/+4 |
* | factor another large hunk of code out into its own function. | Chris Lattner | 2008-07-13 | 1 | -155/+172 |
* | Final bit of simplification for FoldBranchToCommonDest. | Chris Lattner | 2008-07-13 | 1 | -32/+34 |