aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-20Make sure TableGen exits with an error code after printing errors.Jakob Stoklund Olesen
2013-03-20Refactor file/directory path in namespace debug info to refer directly to the...David Blaikie
2013-03-20Enhance debug info namespace test to check for context/scope referenceDavid Blaikie
2013-03-20Remove blank line before block comment.Eric Christopher
2013-03-20DIBuilder: allow linkage name to be specified for global variablesDavid Blaikie
2013-03-20Make target-specific test case in r177474 only run when that target is builtDavid Blaikie
2013-03-20Add timing of the IR parsing code with a new -time-ir-parsing flagEli Bendersky
2013-03-20Add some missing SSE annotations.Jakob Stoklund Olesen
2013-03-20Annotate remaining IIC_BIN_* instructions.Jakob Stoklund Olesen
2013-03-20Revert "pre-RA-sched: fix TargetOpcode usage"Christian Konig
2013-03-20Move SDNode order propagation to SDNodeOrdering, which also fixes a missedJustin Holewinski
2013-03-20pre-RA-sched: fix TargetOpcode usageChristian Konig
2013-03-20Fix a silly search-and-replace goof with r177495 that only brokeChandler Carruth
2013-03-20[SROA] Don't preserve the IR names in release builds.Chandler Carruth
2013-03-20Move the endif to the correct line so we don't have warnings aboutChandler Carruth
2013-03-20Introduce some new statistics to help track the exact behavior of theChandler Carruth
2013-03-20Reorder the DIFile parameter in DINameSpaceDavid Blaikie
2013-03-20Add a test case for PR15318 fixed in r177472Hao Liu
2013-03-20Don't assume the test directory is writable, use %T to find a writableNick Lewycky
2013-03-20Test DW_TAG_namespace support in the backendDavid Blaikie
2013-03-20Provide more details for DINameSpace debug info in the IR comment annotationsDavid Blaikie
2013-03-20Fix PR15296Michael Liao
2013-03-20Mark all variable shifts needing customizingMichael Liao
2013-03-20Move scalar immediate shift lowering into a dedicated funcMichael Liao
2013-03-20Fix test case regression on ARM & PPC introduced r177239David Blaikie
2013-03-20Fix AsmPrinter crashes with assertion. Bug 15318 in BugzillaHao Liu
2013-03-20Refactor the DIFile (2nd) parameter to DITypes to be an MDNode reference to a...David Blaikie
2013-03-20Propagate DAG node ordering during type legalization and instruction selectionJustin Holewinski
2013-03-19Fix pr13145 - Naming a function like a register name confuses the asm parser.Chad Rosier
2013-03-19Move the DIFile operand to DITypes from the 4th operand to the 2nd.David Blaikie
2013-03-19Annotate various null idioms with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Annotate SSE float conversions with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Annotate X86InstrCMovSetCC.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-19Formatting fixups.Eric Christopher
2013-03-19Dead code.Chad Rosier
2013-03-19Dead code.Chad Rosier
2013-03-19[ms-inline asm] Move the immediate asm rewrite into the target specificChad Rosier
2013-03-19Update global merge pass according to Duncan's advices:Quentin Colombet
2013-03-19Annotate X86InstrCompiler.td with SchedRW lists.Jakob Stoklund Olesen
2013-03-19[ms-inline asm] Remove the brackets from X86Operand in the IR. These will beChad Rosier
2013-03-19[ms-inline asm] Create a helper function, CreateMemForInlineAsm, that createsChad Rosier
2013-03-19Register the GCOV writeout functions so that they're emitted serially.Bill Wendling
2013-03-19Add a comment to the CodeGen/PowerPC/asym-regclass-copy.ll testHal Finkel
2013-03-19IndVarSimplify: do not recompute an IV value outside of the loop if :Arnaud A. de Grandmaison
2013-03-19Add missing mayLoad flag to LHAUX8 and LWAUX.Ulrich Weigand
2013-03-19Rewrite LHAU8 pattern to use standard memory operand.Ulrich Weigand
2013-03-19Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand
2013-03-19Extend TableGen instruction selection matcher to improve handlingUlrich Weigand
2013-03-19Fix sub-operand size mismatch in tocentry operands.Ulrich Weigand
2013-03-19Remove an invalid and unnecessary Pat pattern from the X86 backend:Ulrich Weigand