| Age | Commit message (Expand) | Author |
| 2009-07-12 | Make this clearer for the mathematically inclined. Thanks to Duncan Sands for | Nick Lewycky |
| 2009-07-12 | Implement udiv for ConstantRanges. | Nick Lewycky |
| 2009-07-12 | Temporarily revert r75408. It appears to break the Apple-style builds: | Bill Wendling |
| 2009-07-12 | This is not overly conservative. | Nick Lewycky |
| 2009-07-12 | Implement ConstantRange::multiply based on the code in LoopVR. | Nick Lewycky |
| 2009-07-12 | Remove check which is duplicated in | Eli Friedman |
| 2009-07-12 | eliminate MOV64r0 in favor of a Pat<> pattern. This is only nontrivial because | Chris Lattner |
| 2009-07-12 | add nounwind | Chris Lattner |
| 2009-07-12 | be explicit about making comments real sentences. | Chris Lattner |
| 2009-07-11 | Darwin prepends an _ to internal globals, Linux doesn't. | Nick Lewycky |
| 2009-07-11 | fix x86-64 static codegen to materialize the address of a global with movl in... | Chris Lattner |
| 2009-07-11 | fix a bug in my cleanup patch | Chris Lattner |
| 2009-07-11 | comment cleanup, reduce nesting. | Chris Lattner |
| 2009-07-11 | remove some dead patterns, WrapperRIP doesn't exist in -static mode | Chris Lattner |
| 2009-07-11 | silence vc++ warning. | Chris Lattner |
| 2009-07-11 | silence a vc++ warning. | Chris Lattner |
| 2009-07-11 | this test was incorrect for x86-64 static. It passed on darwin, because darwin | Chris Lattner |
| 2009-07-11 | Tweak comment. | Daniel Dunbar |
| 2009-07-11 | Update CMakeLists.txt | Daniel Dunbar |
| 2009-07-11 | Tweak svn:ignore | Daniel Dunbar |
| 2009-07-11 | Fix unused function warning. | Daniel Dunbar |
| 2009-07-11 | Revert r75252 which was causing some crashes at compile time. | Nick Lewycky |
| 2009-07-11 | Fix PR4533, which is about buggy codegen in x86-64 -static mode. | Chris Lattner |
| 2009-07-11 | Fix comment. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-11 | Stub out assembly matcher (.s -> MCInst) tblgen backend. | Daniel Dunbar |
| 2009-07-11 | Regenerate. | Mikhail Glushenkov |
| 2009-07-11 | Update documentation. | Mikhail Glushenkov |
| 2009-07-11 | Delete the temp dir even when '--temp-dir' is specified. | Mikhail Glushenkov |
| 2009-07-11 | Fix handling of max and full set. | Nick Lewycky |
| 2009-07-11 | improve filecheck's "scanning from here" caret position. | Chris Lattner |
| 2009-07-11 | make filecheck default to canonicalizing horizontal whitespace | Chris Lattner |
| 2009-07-11 | Break the world's largest unit test down a few logical lines. No semantic | Nick Lewycky |
| 2009-07-11 | Erase the temp dir before starting. | Sanjiv Gupta |
| 2009-07-11 | Clarify and simplify. | Nick Lewycky |
| 2009-07-11 | Don't use a void return type with a function that returns a value. | Dan Gohman |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-11 | We get the P modifier wrong in a lot of cases, just add some more rigorous te... | Chris Lattner |
| 2009-07-11 | Don't put IT instruction before conditional branches. | Evan Cheng |
| 2009-07-11 | Smarter isel of ldrsb / ldrsh. Only make use of these when [r,r] address is f... | Evan Cheng |
| 2009-07-11 | Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies... | Evan Cheng |
| 2009-07-11 | 80 col violation. | Evan Cheng |
| 2009-07-11 | Move a method that creates constant ranges relative to another constant range | Nick Lewycky |
| 2009-07-11 | Fix up support for OptionalDefOperand when it defaults to an actual register ... | Evan Cheng |
| 2009-07-11 | Use CreateStackStoreLoad helper in more places. | Eli Friedman |
| 2009-07-11 | Two-address pass should use findCommutedOpIndices to determine what registers... | Evan Cheng |
| 2009-07-10 | Use findCommutedOpIndices to find the operands to commute. | Evan Cheng |
| 2009-07-10 | Add superclasses of ARM Neon quad registers. The Q2PR class contains pairs of | Bob Wilson |
| 2009-07-10 | Add new vector types for 192-bit, 348-bit and 512-bit sizes. | Bob Wilson |
| 2009-07-10 | remove the "debug" modifier, it is only used by one instruction which can | Chris Lattner |