| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for promoting and expanding AssertZext | Duncan Sands | 2008-07-16 | 4 | -0/+3116 |
* | Clarify the comments here, to make slightly more clear the | Dan Gohman | 2008-07-16 | 1 | -2/+2 |
* | Tidy a doxygen comment. | Dan Gohman | 2008-07-16 | 1 | -1/+1 |
* | Fix a comment to say nonnegative instead of positive. | Dan Gohman | 2008-07-16 | 1 | -1/+1 |
* | Add an assert to check for empty flags for MachineMemOperand. | Dan Gohman | 2008-07-16 | 1 | -0/+1 |
* | Test passing of integer parameters for integers | Duncan Sands | 2008-07-16 | 1 | -0/+1537 |
* | Test codegen of loads and stores of all integer | Duncan Sands | 2008-07-16 | 1 | -0/+2049 |
* | Add a few cases to instcombine's extractvalue testcase. | Matthijs Kooijman | 2008-07-16 | 1 | -2/+16 |
* | Un-XFAIL multdeadretval, since instcombine now properly handles the mess dead... | Matthijs Kooijman | 2008-07-16 | 1 | -1/+0 |
* | Redo InstCombiner::visitExtractValueInst. Instead of using the (complicate) | Matthijs Kooijman | 2008-07-16 | 1 | -5/+80 |
* | Reorder methods alphabetically. No functionality change. | Duncan Sands | 2008-07-16 | 3 | -922/+913 |
* | Turn on LegalizeTypes by default. | Duncan Sands | 2008-07-16 | 2 | -6/+6 |
* | Don't use ++idx_begin when I actually mean idx_begin + 1, especially since we | Matthijs Kooijman | 2008-07-16 | 1 | -1/+1 |
* | The atomic.cmp.swap promotion logic is wrong: it | Duncan Sands | 2008-07-16 | 1 | -8/+2 |
* | Fix PR2296. Do not transform x86_sse2_storel_dq into a full-width store. | Evan Cheng | 2008-07-16 | 2 | -1/+13 |
* | x86-64 PIC JIT fixes: do not generate the extra load for external GV's. | Evan Cheng | 2008-07-16 | 2 | -8/+5 |
* | X86-64 PIC jump table values are different from x86-32 cases, they are dest -... | Evan Cheng | 2008-07-16 | 1 | -0/+4 |
* | TargetAsmInfo::SectionForGlobal showed up in a profile. Simplify it a little. | Dan Gohman | 2008-07-15 | 1 | -5/+3 |
* | SelectionDAG::AssignNodeIds is unused. | Dan Gohman | 2008-07-15 | 2 | -15/+0 |
* | Don't sort SDNodes by their addresses in SelectionDAG::dump. Instead, | Dan Gohman | 2008-07-15 | 1 | -9/+5 |
* | 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 |
* | XFAIL the multdeadretval test for now, I will be fixing instcombine to make i... | Matthijs Kooijman | 2008-07-15 | 1 | -0/+1 |
* | LegalizeTypes support for fabs on ppc long double. | Duncan Sands | 2008-07-15 | 3 | -0/+34 |
* | Remove a few tests which no longer hold for deadargelim (since it is now | Matthijs Kooijman | 2008-07-15 | 1 | -15/+7 |
* | Add a testcase for the canonicalizations now performed by deadargelim. | Matthijs Kooijman | 2008-07-15 | 1 | -0/+24 |
* | 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 | 2 | -39/+35 |
* | 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 |
* | Fix typo. | Matthijs Kooijman | 2008-07-15 | 1 | -1/+1 |
* | LegalizeTypes support for promotion of bswap. | Duncan Sands | 2008-07-15 | 3 | -0/+398 |
* | LegalizeTypes support for promotion of SIGN_EXTEND_INREG. | Duncan Sands | 2008-07-15 | 3 | -0/+26 |
* | 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 |
* | LinkOnce definitions have default scope, like weak definitions. Otherwise, th... | Devang Patel | 2008-07-15 | 1 | -1/+2 |
* | Goodbye tail duplication (for good this time). | Evan Cheng | 2008-07-14 | 1 | -1/+0 |
* | This replaces all $(SolutionDir) macros with $(ProjectDir)..\ | Chris Lattner | 2008-07-14 | 30 | -155/+155 |
* | Reapply 53476 and 53480, with a fix so that it properly updates | Dan Gohman | 2008-07-14 | 8 | -39/+82 |