Age | Commit message (Expand) | Author |
2007-04-25 | allow support for 64-bit stack objects | Chris Lattner |
2007-04-25 | Be more careful about folding op(x, undef) when we have vector operands. | Chris Lattner |
2007-04-24 | Assertion when using a 1-element vector for an add operation. Get the | Bill Wendling |
2007-04-24 | Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about | Scott Michel |
2007-04-22 | PR400 phase 2. Propagate attributed load/store information through DAGs. | Christopher Lamb |
2007-04-21 | X86 TLS: Implement review feedback. | Lauro Ramos Venancio |
2007-04-21 | Revert Christopher Lamb's load/store alignment changes. | Reid Spencer |
2007-04-21 | add support for alignment attributes on load/store instructions | Christopher Lamb |
2007-04-20 | Allow the lowering of ISD::GLOBAL_OFFSET_TABLE. | Lauro Ramos Venancio |
2007-04-20 | Implement "general dynamic", "initial exec" and "local exec" TLS models for | Lauro Ramos Venancio |
2007-04-18 | allow SRL to simplify its operands, as it doesn't demand all bits as input. | Chris Lattner |
2007-04-18 | When replacing a node in SimplifyDemandedBits, if the old node used any | Chris Lattner |
2007-04-18 | fix a pasto | Chris Lattner |
2007-04-17 | Fix a bug in my previous patch, grabbing the shift amount width from the | Chris Lattner |
2007-04-17 | Fold (x << c1)>> c2 into a single shift if the bits shifted out aren't used. | Chris Lattner |
2007-04-17 | SIGN_EXTEND_INREG does not demand its top bits. Give SimplifyDemandedBits | Chris Lattner |
2007-04-16 | Removed tabs everywhere except autogenerated & external files. Add make | Anton Korobeynikov |
2007-04-14 | disable switch lowering using shift/and. It still breaks ppc bootstrap for | Chris Lattner |
2007-04-14 | Fix PR1325: Case range optimization was performed in the case it | Anton Korobeynikov |
2007-04-14 | disable shift/and lowering to work around PR1325 for now. | Chris Lattner |
2007-04-13 | Fix PR1323 : we haven't updated phi nodes in good manner :) | Anton Korobeynikov |
2007-04-12 | the result of an inline asm copy can be an arbitrary VT that the register | Chris Lattner |
2007-04-12 | fold noop vbitconvert instructions | Chris Lattner |
2007-04-12 | Fix weirdness handling single element vectors. | Chris Lattner |
2007-04-12 | For PR1284: | Reid Spencer |
2007-04-11 | fix an infinite loop compiling ldecod, notice by JeffC. | Chris Lattner |
2007-04-11 | Fix this harder. | Chris Lattner |
2007-04-11 | don't create shifts by zero, fix some problems with my previous patch | Chris Lattner |
2007-04-11 | Teach the codegen to turn [aez]ext (setcc) -> selectcc of 1/0, which often | Chris Lattner |
2007-04-11 | Codegen integer abs more efficiently using the trick from the PPC CWG. This | Chris Lattner |
2007-04-11 | For PR1146: | Reid Spencer |
2007-04-10 | apparently some people commit without building the tree, or they forget to | Chris Lattner |
2007-04-09 | No longer needed. | Jeff Cohen |
2007-04-09 | remove dead target hooks. | Chris Lattner |
2007-04-09 | remove some dead target hooks, subsumed by isLegalAddressingMode | Chris Lattner |
2007-04-09 | Use integer log for metric calculation | Anton Korobeynikov |
2007-04-09 | Unbreak VC++ build. | Jeff Cohen |
2007-04-09 | Next stage into switch lowering refactoring | Anton Korobeynikov |
2007-04-09 | For PR1146: | Reid Spencer |
2007-04-09 | implement CodeGen/X86/inline-asm-x-scalar.ll:test3 | Chris Lattner |
2007-04-09 | add some assertions | Chris Lattner |
2007-04-09 | Fix PR1316 | Chris Lattner |
2007-04-08 | Fix for CodeGen/X86/2007-04-08-InlineAsmCrash.ll and PR1314 | Chris Lattner |
2007-04-06 | minor comment fix | Chris Lattner |
2007-04-05 | Change the bit_part_select (non)implementation from "return 0" to abort. | Reid Spencer |
2007-04-04 | Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic. | Reid Spencer |
2007-04-04 | Properly emit range comparisons for switch cases, where neighbour cases | Anton Korobeynikov |
2007-04-02 | 1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL. | Scott Michel |
2007-04-01 | For PR1297: | Reid Spencer |
2007-04-01 | For PR1297: | Reid Spencer |