| Age | Commit message (Expand) | Author |
| 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 |
| 2007-03-31 | move a bunch of code out of the sdisel pass into its own opt pass "codegenpre... | Chris Lattner |
| 2007-03-31 | switch TL::getValueType to use MVT::getValueType. | Chris Lattner |
| 2007-03-30 | add one addressing mode description hook to rule them all. | Chris Lattner |
| 2007-03-30 | Fix incorrect combination of different loads. Reenable zext-over-truncate | Dale Johannesen |
| 2007-03-29 | Disable load width reduction xform of variant (zext (truncate load x)) for | Evan Cheng |
| 2007-03-28 | Scale 1 is always ok. | Evan Cheng |
| 2007-03-28 | Remove isLegalAddressImmediate. | Evan Cheng |
| 2007-03-28 | GEP index sinking fixes: | Evan Cheng |
| 2007-03-27 | Remove dead code | Anton Korobeynikov |
| 2007-03-27 | Split big monster into small helpers. No functionality change. | Anton Korobeynikov |
| 2007-03-27 | SDISel does not preserve all, it changes CFG and other info. | Evan Cheng |
| 2007-03-26 | SIGN_EXTEND_INREG requires one extra operand, a ValueType node. | Evan Cheng |
| 2007-03-25 | First step of switch lowering refactoring: perform worklist-driven | Anton Korobeynikov |
| 2007-03-25 | Implement support for vector operands to inline asm, implementing | Chris Lattner |
| 2007-03-25 | implement initial support for the silly X constraint. Testcase here: CodeGen... | Chris Lattner |
| 2007-03-25 | Implement CodeGen/X86/2007-03-24-InlineAsmMultiRegConstraint.ll | Chris Lattner |
| 2007-03-25 | switch TargetLowering::getConstraintType to take the entire constraint, | Chris Lattner |