| Age | Commit message (Expand) | Author |
| 2010-05-11 | Store the Dirty bit in the LiveReg structure instead of a bit vector. | Jakob Stoklund Olesen |
| 2010-05-11 | Keep track of the last place a live virtreg was used. | Jakob Stoklund Olesen |
| 2010-05-11 | Don't set kill flags on uses of CopyFromReg nodes. InstrEmitter doesn't | Dan Gohman |
| 2010-05-11 | Silence warning | Jakob Stoklund Olesen |
| 2010-05-11 | Simplify the tracking of used physregs to a bulk bitor followed by a transitive | Jakob Stoklund Olesen |
| 2010-05-11 | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands |
| 2010-05-11 | Trim #includes and forward declarations. | Dan Gohman |
| 2010-05-11 | Mostly rewrite RegAllocFast. | Jakob Stoklund Olesen |
| 2010-05-11 | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman |
| 2010-05-11 | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |
| 2010-05-11 | It's not safe eliminate copies where src and dst have different sub-register ... | Evan Cheng |
| 2010-05-11 | Ensure REG_SEQUENCE source operands are unique. | Evan Cheng |
| 2010-05-10 | Indentation. | Evan Cheng |
| 2010-05-10 | Enable multiple Compile Units in one module. | Devang Patel |
| 2010-05-10 | It's not safe to propagate implicit_def that defines part of a register. | Evan Cheng |
| 2010-05-10 | Clear RegSequences vector after eliminating REG_SEQUENCE instructions. | Evan Cheng |
| 2010-05-10 | Be careful with operand promotion. For a binary operation, the source operand... | Evan Cheng |
| 2010-05-10 | Re-defined valno is always valno even for partial re-def's. | Evan Cheng |
| 2010-05-10 | Fix PR7096. When a block containing multiple defs is tail duplicated, the | Bob Wilson |
| 2010-05-10 | Add an assertion to catch attempts to access off the end of the array. | Duncan Sands |
| 2010-05-07 | Instead of just verifying compile unit, verify entire type, variable, namespa... | Devang Patel |
| 2010-05-07 | Remove DIGlobal. | Devang Patel |
| 2010-05-07 | SDDbgValues are apparently not being legalized. Fix a symptom of the problem, | Dan Gohman |
| 2010-05-07 | Verify variable directly. | Devang Patel |
| 2010-05-07 | add COFF support for COMDAT sections, patch by Nathan Jeffords! | Chris Lattner |
| 2010-05-07 | Verify entire type descriptor not just tag. | Devang Patel |
| 2010-05-07 | Fix PR 7087, and probably other things, by extending | Dale Johannesen |
| 2010-05-07 | Wrap const MDNode * inside DIDescriptor. | Devang Patel |
| 2010-05-07 | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel |
| 2010-05-07 | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner |
| 2010-05-07 | Revert r103133 and add testcase from PR7066. | Nick Lewycky |
| 2010-05-07 | Transfer debug location information from PHI nodes to resulting | Dan Gohman |
| 2010-05-07 | Print debug information for SDNodes. | Dan Gohman |
| 2010-05-07 | Disable the new unknown-location code for now. It causes a major | Dan Gohman |
| 2010-05-06 | Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it | Dan Gohman |
| 2010-05-06 | Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot. | Evan Cheng |
| 2010-05-06 | 80 col violation. | Evan Cheng |
| 2010-05-06 | Fixes a coalescer bug that caused llc to crash on 2009-11-30-LiveVariablesBug.ll | Evan Cheng |
| 2010-05-06 | Update LabelsBeforeInsn also, when creating unknown-position labels. | Dan Gohman |
| 2010-05-06 | Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic... | Chris Lattner |
| 2010-05-06 | In bottom-up mode, defer the materialization of local constant values. | Dan Gohman |
| 2010-05-05 | Add an "IsBottomUp" member function to FastISel, which will be used to | Dan Gohman |
| 2010-05-05 | Emit debug info for MachineInstrs with unknown debug locations, instead | Dan Gohman |
| 2010-05-05 | Fix PR6520. An earlyclobber physreg must not be allocated to anything else. | Jakob Stoklund Olesen |
| 2010-05-05 | Use getValue() for PHINodes when direct NodeMap access does not work. | Devang Patel |
| 2010-05-05 | Move REG_SEQUENCE removal to 2addr pass. | Evan Cheng |
| 2010-05-05 | Teach liveintervalanalysis about virtual registers which are defined by reg_s... | Evan Cheng |
| 2010-05-04 | Combine the implementations of the core part of the SSAUpdater and | Bob Wilson |
| 2010-05-04 | Teach PHI elimination to remove REG_SEQUENCE instructions and update referenc... | Evan Cheng |
| 2010-05-04 | Rename variables for consistency. | Evan Cheng |