aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-09-14Remove silly dead store. Patch by Ettl Martin.Duncan Sands
2012-09-13Fix both the test for zero and what we do if we have a zero forEric Christopher
2012-09-13Reformat, remove a couple unused variables and move some variablesEric Christopher
2012-09-13Enhance type legalization on bitcast from vector to integerMichael Liao
2012-09-13Rename the flag which protects from escaped allocas, which may come from bugs...Nadav Rotem
2012-09-13Fix a dagcombine optimization. The optimization attempts to optimize a bitcas...Nadav Rotem
2012-09-13Fix a typo.Nadav Rotem
2012-09-13Stack Coloring: We have code that checks that all of the uses of allocasNadav Rotem
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Fix PR11985Michael Liao
2012-09-12Remove an overly-aggressive assertion. The code following this assertion alr...Owen Anderson
2012-09-12Delete dead code.Jakob Stoklund Olesen
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-12Fix constant folding through bitcasts by no longer relying on undefined behav...Kristof Beyls
2012-09-12Add a flag to disable the code that looks for allocas which escaped the lifet...Nadav Rotem
2012-09-12Add a function computeRegisterLiveness() to MachineBasicBlock. This uses anal...James Molloy
2012-09-12Add an analyzePhysReg() function to MachineOperandIteratorBase that analyses ...James Molloy
2012-09-12Enable stack-coloring, in hope that the recent fixes will enable correct drag...Nadav Rotem
2012-09-12Make findLastUseBefore handle reg-unit liveness.Lang Hames
2012-09-12Stack coloring: remove lifetime intervals which contain escaped allocas.Nadav Rotem
2012-09-12Add some support for dealing with an object pointer on arguments.Eric Christopher
2012-09-11Release build: guard dump functions withManman Ren
2012-09-11[ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier
2012-09-11Dragonegg selfhost exposed additional cases where alloca usage moved outside ...Nadav Rotem
2012-09-11Enable stack coloring.Nadav Rotem
2012-09-11Stack Coloring: Dont crash on dbg values which use stack frames.Nadav Rotem
2012-09-11Teach DAG combiner to constant fold FABS of a BUILD_VECTOR of ConstantFPs. Fa...Craig Topper
2012-09-11Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick
2012-09-10Revert r160148 it seems to cause more problems than it shouldEric Christopher
2012-09-1080-col fixup.Eric Christopher
2012-09-1080-col fixup.Eric Christopher
2012-09-10No reason to construct this twice.Eric Christopher
2012-09-10[ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-10Disable stack coloring because it makes dragonegg fail bootstrapping.Nadav Rotem
2012-09-10[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier
2012-09-10Enable stack coloring.Nadav Rotem
2012-09-10Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem
2012-09-10Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().Michael Ilseman
2012-09-10whitespaceMichael Ilseman
2012-09-10Fix an assertion failure when optimising a shufflevector incorrectly into con...James Molloy
2012-09-10Minor cleanup. No functional change.Nadav Rotem
2012-09-10Stack Coloring: Debug prints to print the slot number and not the array index.Nadav Rotem
2012-09-10Stack Coloring: When searching for disjoint regions, do not compare intervals...Nadav Rotem
2012-09-10Stack Coloring: Add support for multiple regions of the same slot, within a ...Nadav Rotem
2012-09-10Fix a typo in the comment.Nadav Rotem
2012-09-10Add an assertion that the frame index is indeed inside the declared lifetime ...Nadav Rotem
2012-09-10Teach the DAGBuilder about lifetime markers which are generated from PHINodes.Nadav Rotem
2012-09-09Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.Craig Topper