| Age | Commit message (Expand) | Author |
| 2010-05-17 | Boldly attempt consistent capitalization. Functional changes unintended. | Jakob Stoklund Olesen |
| 2010-05-17 | Spill and kill all virtual registers across a call. | Jakob Stoklund Olesen |
| 2010-05-17 | Reduce hashtable probes by using DenseMap::insert() for lookup. | Jakob Stoklund Olesen |
| 2010-05-17 | Make MBB a class member instead of passing it around everywhere. | Jakob Stoklund Olesen |
| 2010-05-17 | Yes, if the redef is a copy, update the old val# with the copy. But make sure... | Evan Cheng |
| 2010-05-15 | Fix uint64->{float, double} conversion to do rounding correctly in 32-bit. | Dale Johannesen |
| 2010-05-15 | Improve assertion messages. | Dale Johannesen |
| 2010-05-15 | improve portability to systems that don't have powf/modf (e.g. solaris 9) | Chris Lattner |
| 2010-05-15 | Fix an GCC warning that seems to have actually caught a bug (!!!) in | Chandler Carruth |
| 2010-05-15 | Calculate liveness on the fly for local registers. | Jakob Stoklund Olesen |
| 2010-05-15 | A partial re-def instruction may be a copy. | Evan Cheng |
| 2010-05-14 | Teach two-address pass to do some coalescing while eliminating REG_SEQUENCE | Evan Cheng |
| 2010-05-14 | Fast ISel trivially coalesces away no-op casts, so check for this when | Dan Gohman |
| 2010-05-14 | Don't bother spilling before a return | Jakob Stoklund Olesen |
| 2010-05-14 | RegAllocLocal can count copies too | Jakob Stoklund Olesen |
| 2010-05-14 | Track allocatable instead of reserved regs, and never take an unallocatable h... | Jakob Stoklund Olesen |
| 2010-05-14 | Don't set kill flags for instructions which the scheduler has cloned. | Dan Gohman |
| 2010-05-14 | Avoid scanning the long tail of physreg operands on calls | Jakob Stoklund Olesen |
| 2010-05-14 | Do not forget to mark prcessed arguments. | Devang Patel |
| 2010-05-14 | Count coalesced copies | Jakob Stoklund Olesen |
| 2010-05-14 | Allow virtreg redefines when verifying for RegAllocFast | Jakob Stoklund Olesen |
| 2010-05-14 | Remove trailing whitespace | Jim Grosbach |
| 2010-05-14 | 80 column and trailing whitespace cleanup | Jim Grosbach |
| 2010-05-14 | add cmd line option to leave dbgvalues in during post-RA sceduling. Useful | Jim Grosbach |
| 2010-05-14 | Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe what | Bill Wendling |
| 2010-05-14 | Add support to preserve type info for the variables that are removed by the o... | Devang Patel |
| 2010-05-14 | When verifying two-address instructions, check the following: | Jakob Stoklund Olesen |
| 2010-05-14 | Simplify the handling of physreg defs and uses in RegAllocFast. | Jakob Stoklund Olesen |
| 2010-05-14 | XFAIL the test I added with vg_leak, apparently it is the first and only llc | Daniel Dunbar |
| 2010-05-14 | Inline Asm: Ensure buffer is newline terminated to match how the text is prin... | Daniel Dunbar |
| 2010-05-14 | Enable opportunistic coalescing | Jakob Stoklund Olesen |
| 2010-05-14 | Trust kill flags from isel and later passes. | Jakob Stoklund Olesen |
| 2010-05-14 | Fix an embarrassing runtime regression for RegAllocFast. | Jakob Stoklund Olesen |
| 2010-05-13 | Implement a correct ui64->f32 conversion. The old | Dale Johannesen |
| 2010-05-13 | Clean up RegAllocFast debug output | Jakob Stoklund Olesen |
| 2010-05-13 | Teach MachineLICM and MachineSink how to clear kill flags conservatively | Dan Gohman |
| 2010-05-13 | Add a utility function for conservatively clearing kill flags, and make | Dan Gohman |
| 2010-05-13 | An Instruction has a trivial kill only if its use is in the same | Dan Gohman |
| 2010-05-13 | Take allocation hints from copy instructions to/from physregs. | Jakob Stoklund Olesen |
| 2010-05-13 | More asserts around physreg uses | Jakob Stoklund Olesen |
| 2010-05-13 | If REG_SEQUENCE source is livein, copy it first. Also, update livevariables i... | Evan Cheng |
| 2010-05-12 | Do not attempt copy coalescing if the source and dest sub-register indices do... | Evan Cheng |
| 2010-05-12 | Make sure to add kill flags to the last use of a virtreg when it is redefined. | Jakob Stoklund Olesen |
| 2010-05-12 | Remove unused variable. Tweak a comment while there. | Duncan Sands |
| 2010-05-12 | updated support for the COFF .linkonce | Nathan Jeffords |
| 2010-05-12 | Teach local regalloc about virtual registers with sub-indices. | Evan Cheng |
| 2010-05-12 | Code clean up. | Evan Cheng |
| 2010-05-12 | Avoid scoping issues, fix buildbots | Jakob Stoklund Olesen |
| 2010-05-11 | Add initial kill flag support to FastISel. | Dan Gohman |
| 2010-05-11 | Make Clang happy. | Daniel Dunbar |