| Age | Commit message (Expand) | Author |
| 2006-02-14 | Duh | Evan Cheng |
| 2006-02-14 | Remove -disable-x86-sse | Evan Cheng |
| 2006-02-14 | add an assert | Chris Lattner |
| 2006-02-14 | Keep to < 80 cols | Evan Cheng |
| 2006-02-14 | Missed a break so memcpy cases fell through to memset. Doh. | Evan Cheng |
| 2006-02-14 | Fixed a build breakage. | Evan Cheng |
| 2006-02-14 | Rename maxStoresPerMemSet to maxStoresPerMemset, etc. | Evan Cheng |
| 2006-02-14 | Add a entry. | Evan Cheng |
| 2006-02-14 | Set maxStoresPerMemSet to 16. Ditto for maxStoresPerMemCpy and | Evan Cheng |
| 2006-02-14 | Expand memset dst, c, size to a series of stores if size falls below the | Evan Cheng |
| 2006-02-14 | Enable SSE (for the right subtargets) | Evan Cheng |
| 2006-02-14 | now that libcalls don't suck, we can remove this hack | Chris Lattner |
| 2006-02-14 | adjust to new style of handling lexer changes | Chris Lattner |
| 2006-02-14 | Use statistics to keep track of what flavors of loops we are unswitching | Chris Lattner |
| 2006-02-14 | Fix a latent bug in the call sequence handling stuff. Some targets (e.g. x86) | Chris Lattner |
| 2006-02-13 | Implement Instcombine/and.ll:test34 | Chris Lattner |
| 2006-02-13 | If any of the sign extended bits are demanded, the input sign bit is demanded | Chris Lattner |
| 2006-02-13 | Another hack due to allowing multiple symbols with the same name. | Chris Lattner |
| 2006-02-13 | Another work around for the 'symbols with different types can have the same | Chris Lattner |
| 2006-02-13 | improved zap discovery | Andrew Lenharth |
| 2006-02-13 | Rename to better reflect usage (current and planned.) | Jim Laskey |
| 2006-02-13 | Completely rewrite libcall insertion by the legalizer, providing the | Chris Lattner |
| 2006-02-13 | Switch targets over to using SelectionDAG::getCALLSEQ_START to create | Chris Lattner |
| 2006-02-13 | Switch to using getCALLSEQ_START instead of using our own creation calls | Chris Lattner |
| 2006-02-13 | Be careful not to request or look at bits shifted in from outside the size | Chris Lattner |
| 2006-02-12 | Add missing patterns for andi. and andis., fixing test/Regression/CodeGen/ | Nate Begeman |
| 2006-02-12 | remove some more dead special case code | Chris Lattner |
| 2006-02-12 | Eliminate special case hacks that are superceded by general purpose hacks | Chris Lattner |
| 2006-02-12 | Three changes: | Chris Lattner |
| 2006-02-12 | Revert my last patch. It too breaks stuff | Chris Lattner |
| 2006-02-11 | Fix for my previously reverted patch | Chris Lattner |
| 2006-02-11 | Port the recent innovations in ComputeMaskedBits to SimplifyDemandedBits. | Chris Lattner |
| 2006-02-11 | revert my previous change, it exposed other problems. | Chris Lattner |
| 2006-02-11 | fix storing booleans (grawp missed this one) | Duraid Madina |
| 2006-02-11 | now short immediates will get matched (previously constants were all | Duraid Madina |
| 2006-02-11 | Make this check stricter. Disallow loop exit blocks from being shared by | Chris Lattner |
| 2006-02-11 | Prevent certain nodes that have already been selected from being folded into | Evan Cheng |
| 2006-02-11 | remove dead expr | Chris Lattner |
| 2006-02-11 | Reorg for integration with gcc4. Old style debug info will not be passed though | Jim Laskey |
| 2006-02-11 | implement unswitching of loops with switch stmts and selects in them | Chris Lattner |
| 2006-02-10 | Update PHI nodes in successors of exit blocks. | Chris Lattner |
| 2006-02-10 | Reform the unswitching code in terms of edge splitting, not block splitting. | Chris Lattner |
| 2006-02-10 | Nicer code. :-) | Evan Cheng |
| 2006-02-10 | Added X86 isel debugging stuff. | Evan Cheng |
| 2006-02-10 | Fix a case where UnswitchTrivialCondition broke critical edges with | Chris Lattner |
| 2006-02-10 | Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r... | Chris Lattner |
| 2006-02-10 | Update to new-style flags usage, simplifying the .td file | Chris Lattner |
| 2006-02-10 | Remove a completed entry; add a new entry about fisttp op | Evan Cheng |
| 2006-02-10 | add some notes, move some code around. Implement unswitching of loops | Chris Lattner |
| 2006-02-10 | Move code around to be more logical, no functionality change. | Chris Lattner |