| Age | Commit message (Expand) | Author |
| 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 | 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-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 a vc++ warning. | Chris Lattner |
| 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 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 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 | Clarify and simplify. | Nick Lewycky |
| 2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 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 |
| 2009-07-10 | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner |
| 2009-07-10 | Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #define | Jeffrey Yasskin |
| 2009-07-10 | make pcrel and non-pcrel global printing more similar. | Chris Lattner |
| 2009-07-10 | Undo my brain cramp. | Evan Cheng |
| 2009-07-10 | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene |
| 2009-07-10 | Add a --with-oprofile flag to configure, which uses OProfile's agent | Jeffrey Yasskin |
| 2009-07-10 | code model is never set to default. | Chris Lattner |
| 2009-07-10 | fix indentation | Chris Lattner |
| 2009-07-10 | remove the now-dead TM argument to these methods. | Chris Lattner |
| 2009-07-10 | make PIC vs DynamicNoPIC be explicit in PICStyles. | Chris Lattner |
| 2009-07-10 | some minor simplifications. | Chris Lattner |
| 2009-07-10 | add a couple of predicates to test for "stub style pic in PIC mode" and "stub... | Chris Lattner |
| 2009-07-10 | Remove ScalarEvolution::hasSCEV, which isn't being used, and which | Dan Gohman |
| 2009-07-10 | Avoid compiler warnings when assertions are turned off. | Duncan Sands |
| 2009-07-10 | Avoid compiler warnings if assertions turned off. | Duncan Sands |
| 2009-07-10 | CMOVxx doesn't swap operands which it's commuted. | Evan Cheng |
| 2009-07-10 | Remove TargetInstrInfo::CommuteChangesDestination and added findCommutedOpInd... | Evan Cheng |
| 2009-07-10 | Eliminate an unnecessary include. | David Greene |
| 2009-07-10 | Push LLVMContext through the PatternMatch API. | Owen Anderson |
| 2009-07-10 | Predicate VFP instructions on HasVFP2 instead of IsARM. This allows VFP instr... | David Goodwin |
| 2009-07-10 | Generalize ScalarEvolution's cast-folding code to support more kinds | Dan Gohman |