Age | Commit message (Expand) | Author |
2013-03-20 | [SROA] Don't preserve the IR names in release builds. | Chandler Carruth |
2013-03-20 | Move the endif to the correct line so we don't have warnings about | Chandler Carruth |
2013-03-20 | Introduce some new statistics to help track the exact behavior of the | Chandler Carruth |
2013-03-20 | Reorder the DIFile parameter in DINameSpace | David Blaikie |
2013-03-20 | Provide more details for DINameSpace debug info in the IR comment annotations | David Blaikie |
2013-03-20 | Fix PR15296 | Michael Liao |
2013-03-20 | Mark all variable shifts needing customizing | Michael Liao |
2013-03-20 | Move scalar immediate shift lowering into a dedicated func | Michael Liao |
2013-03-20 | Fix AsmPrinter crashes with assertion. Bug 15318 in Bugzilla | Hao Liu |
2013-03-20 | Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a... | David Blaikie |
2013-03-20 | Propagate DAG node ordering during type legalization and instruction selection | Justin Holewinski |
2013-03-19 | Fix pr13145 - Naming a function like a register name confuses the asm parser. | Chad Rosier |
2013-03-19 | Move the DIFile operand to DITypes from the 4th operand to the 2nd. | David Blaikie |
2013-03-19 | Annotate various null idioms with SchedRW lists. | Jakob Stoklund Olesen |
2013-03-19 | Annotate SSE float conversions with SchedRW lists. | Jakob Stoklund Olesen |
2013-03-19 | Annotate X86InstrCMovSetCC.td with SchedRW lists. | Jakob Stoklund Olesen |
2013-03-19 | Dead code. | Chad Rosier |
2013-03-19 | [ms-inline asm] Move the immediate asm rewrite into the target specific | Chad Rosier |
2013-03-19 | Update global merge pass according to Duncan's advices: | Quentin Colombet |
2013-03-19 | Annotate X86InstrCompiler.td with SchedRW lists. | Jakob Stoklund Olesen |
2013-03-19 | [ms-inline asm] Remove the brackets from X86Operand in the IR. These will be | Chad Rosier |
2013-03-19 | [ms-inline asm] Create a helper function, CreateMemForInlineAsm, that creates | Chad Rosier |
2013-03-19 | Register the GCOV writeout functions so that they're emitted serially. | Bill Wendling |
2013-03-19 | IndVarSimplify: do not recompute an IV value outside of the loop if : | Arnaud A. de Grandmaison |
2013-03-19 | Add missing mayLoad flag to LHAUX8 and LWAUX. | Ulrich Weigand |
2013-03-19 | Rewrite LHAU8 pattern to use standard memory operand. | Ulrich Weigand |
2013-03-19 | Rewrite pre-increment store patterns to use standard memory operands. | Ulrich Weigand |
2013-03-19 | Fix sub-operand size mismatch in tocentry operands. | Ulrich Weigand |
2013-03-19 | Remove an invalid and unnecessary Pat pattern from the X86 backend: | Ulrich Weigand |
2013-03-19 | Prepare to make r0 an allocatable register on PPC | Hal Finkel |
2013-03-19 | Optimize sext <4 x i8> and <4 x i16> to <4 x i64>. | Nadav Rotem |
2013-03-19 | Annotate X86InstrExtension.td with SchedRW lists. | Jakob Stoklund Olesen |
2013-03-19 | Annotate a lot of X86InstrInfo.td with SchedRW lists. | Jakob Stoklund Olesen |
2013-03-19 | [ms-inline asm] Move the size directive asm rewrite into the target specific | Chad Rosier |
2013-03-19 | The Linker interface has some dead code after the cleanup in r172749 | Eli Bendersky |
2013-03-19 | Cleanup PPC64 unaligned i64 load/store | Hal Finkel |
2013-03-19 | The testing to ensure a vector of zeros of type floating point isn't misclass... | David Tweed |
2013-03-19 | Improve long vector sext/zext lowering on ARM | Renato Golin |
2013-03-19 | Don't reserve R31 on PPC64 unless the frame pointer is needed | Hal Finkel |
2013-03-19 | Revert "Cleanup some SCEV logic a bit." | Andrew Trick |
2013-03-19 | Cleanup some SCEV logic a bit. | Andrew Trick |
2013-03-19 | Tighten up an internal LSR API that should check for NULL. | Andrew Trick |
2013-03-19 | Emit the linkage name instead of the function name, when available. This means | Nick Lewycky |
2013-03-18 | Fix a sign-extension bug in PPCCTRLoops | Hal Finkel |
2013-03-18 | Move #include of BitVector from .h to .cpp file. | Jakub Staszak |
2013-03-18 | Add some constantness. | Jakub Staszak |
2013-03-18 | Make method private. Keep coding standard. | Jakub Staszak |
2013-03-18 | [ms-inline asm] Avoid emitting a redundant sizing directive, if we've already | Chad Rosier |
2013-03-18 | Change NULL to 0. | Jakub Staszak |
2013-03-18 | Register the flush function for each compile unit. | Bill Wendling |