| Age | Commit message (Expand) | Author |
| 2010-07-16 | eliminate unlockedRefineAbstractTypeTo, types are all per-llvmcontext, | Chris Lattner |
| 2010-07-16 | get the first few tags from a precomputed table (count can be increased if de... | Gabor Greif |
| 2010-07-16 | Add missing attributes to cpp backend. | Eli Friedman |
| 2010-07-16 | Accept registers with P modifier. PR 5314. | Dale Johannesen |
| 2010-07-16 | Teach PPCInstrInfo::storeRegToStackSlot and loadRegFromStackSlot to add memory | Jakob Stoklund Olesen |
| 2010-07-16 | Reorder the contents of various getAnalysisUsage functions, eliminating | Dan Gohman |
| 2010-07-16 | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman |
| 2010-07-16 | Remove the X86::FP_REG_KILL pseudo-instruction and the X86FloatingPointRegKill | Jakob Stoklund Olesen |
| 2010-07-16 | Search for a free FP register instead of just assuming FP7 is not in use. | Jakob Stoklund Olesen |
| 2010-07-16 | Remove the rest of my instcombine changes. Back to the drawing board on this... | Owen Anderson |
| 2010-07-16 | Allow x87 FP registers to be alive globally in a function. | Jakob Stoklund Olesen |
| 2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
| 2010-07-16 | Get rid of a bunch of duplicated ELF enum values. | Eli Friedman |
| 2010-07-16 | Arrays and vectors with different numbers of elements are not equivalent. | Nick Lewycky |
| 2010-07-16 | LoopSimplify does not update domfrontier correctly. | Tobias Grosser |
| 2010-07-16 | Add dump() to DominanceFrontier | Tobias Grosser |
| 2010-07-16 | Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. | Jakob Stoklund Olesen |
| 2010-07-16 | Use the source-order scheduler instead of the "fast" scheduler at -O0, | Dan Gohman |
| 2010-07-16 | Also revert 108422, it's causing some test failures. | Eric Christopher |
| 2010-07-16 | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen |
| 2010-07-15 | Revert. This isn't the correct way to go. | Bill Wendling |
| 2010-07-15 | Fix the order that SCEVExpander considers add operands in so that | Dan Gohman |
| 2010-07-15 | Handle code gen for the unreachable instruction if it's the only instruction in | Bill Wendling |
| 2010-07-15 | Split -enable-finite-only-fp-math to two options: | Evan Cheng |
| 2010-07-15 | fix the definitions of ConstTextCoalSection/ConstDataCoalSection | Chris Lattner |
| 2010-07-15 | fix indentation and 80 cols | Chris Lattner |
| 2010-07-15 | Don't merge uses when they are targetting fixup sites with | Dan Gohman |
| 2010-07-15 | fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3, | Chris Lattner |
| 2010-07-15 | Use dbgs() instead of errs() in a DEBUG. | Dan Gohman |
| 2010-07-15 | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling |
| 2010-07-15 | Teach ScalarEvolution how to fold trunc(undef) and anyext(undef) to undef. | Dan Gohman |
| 2010-07-15 | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling |
| 2010-07-15 | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time | Bill Wendling |
| 2010-07-15 | Reserve a goodly amount of room for the vectors. | Bill Wendling |
| 2010-07-15 | Fix crash reported in PR7653. | Devang Patel |
| 2010-07-15 | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling |
| 2010-07-15 | Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. | Bill Wendling |
| 2010-07-15 | Speculatively revert r108429 to fix the clang self-host. | Owen Anderson |
| 2010-07-15 | Per Chris' suggestion, get rid of the select canonicalization and just add | Owen Anderson |
| 2010-07-15 | Remove unneeded check, and correct style. | Owen Anderson |
| 2010-07-15 | Watch out for a constant offset cancelling out a base register, forming | Dan Gohman |
| 2010-07-15 | Reapply r108378, with bugfixes, testcase, and improved comment formatting. | Owen Anderson |
| 2010-07-15 | cache another dereferenced iterator | Gabor Greif |
| 2010-07-15 | revert bill's patches in an attempt to fix the buildbot. | Chris Lattner |
| 2010-07-15 | This is a full sentence. | Nick Lewycky |
| 2010-07-15 | Disable aliases on all platforms. | Nick Lewycky |
| 2010-07-15 | Fix PR7647, handling the case when 'To' ends up being | Chris Lattner |
| 2010-07-15 | make various clients of ReplaceAndSimplifyAllUses tolerate | Chris Lattner |
| 2010-07-15 | Fix headers. | Bill Wendling |
| 2010-07-15 | Use std::vector instead of a hard-coded array. The length of that array could | Bill Wendling |