| Age | Commit message (Expand) | Author |
| 2010-11-30 | Coding style. No significant functionality. Abandon linear scan style | Andrew Trick |
| 2010-11-30 | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner |
| 2010-11-30 | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad |
| 2010-11-30 | Stub out a new LiveDebugVariables pass. | Jakob Stoklund Olesen |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-28 | Fix a comment typo. | Bob Wilson |
| 2010-11-27 | Move more PEI-related hooks to TFI | Anton Korobeynikov |
| 2010-11-27 | Move callee-saved regs spills / reloads to TFI | Anton Korobeynikov |
| 2010-11-25 | Namespacify. | Benjamin Kramer |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-11-22 | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer |
| 2010-11-20 | Move some more hooks to TargetFrameInfo | Anton Korobeynikov |
| 2010-11-20 | Silence Release build warnings about unused functions. | Benjamin Kramer |
| 2010-11-20 | On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not target memory intrinsics, | Duncan Sands |
| 2010-11-20 | Removing the useless test that I added recently. It was meant as an example, ... | Andrew Trick |
| 2010-11-20 | RABasic fix. Regalloc is responsible for updating block live ins. | Andrew Trick |
| 2010-11-20 | Whitespace. | Andrew Trick |
| 2010-11-20 | Check for _setjmp too, because it's also used. | Bill Wendling |
| 2010-11-19 | Make isScalarToVector to return false if the node is a scalar. This will prevent | Mon P Wang |
| 2010-11-19 | Don't attempt trivial coalescing for sub-register copies. | Jakob Stoklund Olesen |
| 2010-11-19 | Change some methods in MCDwarf.cpp to be able to handle an arbitrary | Rafael Espindola |
| 2010-11-18 | Move getInitialFrameState() to TargetFrameInfo | Anton Korobeynikov |
| 2010-11-18 | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov |
| 2010-11-18 | Fix thinko: we must turn select(anyext, sext) into sext(select) | Duncan Sands |
| 2010-11-18 | The DAGCombiner was threading select over pairs of extending loads even | Duncan Sands |
| 2010-11-18 | Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos. | Dan Gohman |
| 2010-11-18 | Rename ExpandPseudos to ExpandISelPseudos to help clarify its role. | Dan Gohman |
| 2010-11-18 | Fix typos. | Dan Gohman |
| 2010-11-18 | ExpandPseudos doesn't have any dependencies, so it can use the | Dan Gohman |
| 2010-11-18 | Change CodeGen to use .loc directives. This produces a lot more readable output | Rafael Espindola |
| 2010-11-18 | Do not throw away alignment when generating the DAG for | Dale Johannesen |
| 2010-11-17 | Bug 8621 fix - pointer cast stripped from inline asm constraint argument. | John Thompson |
| 2010-11-17 | Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, | Evan Cheng |
| 2010-11-17 | With the newly simplified SourceMgr interfaces and the generalized | Chris Lattner |
| 2010-11-17 | now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the | Chris Lattner |
| 2010-11-17 | rearrange how the handler in SourceMgr is installed, eliminating the use of | Chris Lattner |
| 2010-11-17 | refactor the interface to EmitInlineAsm a bit, no functionality change. | Chris Lattner |
| 2010-11-17 | Only avoid the check if we're the last operand before the variable | Eric Christopher |
| 2010-11-16 | Fix grammaro. | Dan Gohman |
| 2010-11-16 | Add ExpandPseudos.cpp. | Evan Cheng |
| 2010-11-16 | Split pseudo-instruction expansion into a separate pass, to make it | Dan Gohman |
| 2010-11-16 | Fix emergency spilling in LiveIntervals::spillPhysRegAroundRegDefsUses. | Jakob Stoklund Olesen |
| 2010-11-16 | Print out the register class of the current interval. | Jakob Stoklund Olesen |
| 2010-11-16 | Make the verifier a little quieter on instructions that it's probably | Eric Christopher |
| 2010-11-16 | Remember to resize SpillSlotToUsesMap when allocating an emergency spill slot. | Jakob Stoklund Olesen |
| 2010-11-16 | Fix PR8612 in the standard spiller, take two. | Jakob Stoklund Olesen |
| 2010-11-15 | Revert "Fix PR8612 in the standard spiller as well." | Jakob Stoklund Olesen |
| 2010-11-15 | Code clean up. The peephole pass should be the one updating the instruction | Evan Cheng |
| 2010-11-15 | Fix PR8612 in the standard spiller as well. | Jakob Stoklund Olesen |
| 2010-11-15 | When spilling a register defined by an early clobber, make sure that the new | Jakob Stoklund Olesen |