Age | Commit message (Expand) | Author |
2010-12-05 | Remove the SplitCriticalEdge() method declaration from PHIElimination.h. At one | Cameron Zwarich |
2010-12-05 | Move the FindCopyInsertPoint method of PHIElimination to a new standalone | Cameron Zwarich |
2010-12-04 | Remove PHIElimination's private copy of SkipPHIsAndLabels. | Cameron Zwarich |
2010-12-04 | Remove unneeded zero arrays. | Benjamin Kramer |
2010-12-03 | Rename virtRegMap to avoid confusion with the VirtRegMap that it isn't. | Jakob Stoklund Olesen |
2010-12-03 | Coalesce debug locations when possible, causing less DBG_VALUE instructions to | Jakob Stoklund Olesen |
2010-12-03 | Emit DBG_VALUE instructions from LiveDebugVariables. | Jakob Stoklund Olesen |
2010-12-03 | Also update virtRegMap when renaming virtual registers. | Jakob Stoklund Olesen |
2010-12-03 | Delete the StrongPHIElimination pass, leaving only a shell. | Jakob Stoklund Olesen |
2010-12-02 | Update LiveDebugVariables during coalescing. | Jakob Stoklund Olesen |
2010-12-02 | Implement the first half of LiveDebugVariables. | Jakob Stoklund Olesen |
2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
2010-11-30 | Comment typo. | Andrew Trick |
2010-11-30 | Enable sibling call optimization of libcalls which are expanded during | Evan Cheng |
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 |