aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2011-10-12Add MachineInstr::getRegClassConstraint().Jakob Stoklund Olesen
2011-10-12Extract a method for finding the inline asm flag operand.Jakob Stoklund Olesen
2011-10-12Encode register class constreaints in inline asm instructions.Jakob Stoklund Olesen
2011-10-12We need to verify that the machine instruction we're using as a replacement forBill Wendling
2011-10-12Use a utility from MathExtras to clarify a check and avoid undefined behavior...Eli Friedman
2011-10-12Disable machine LICM speculation check (for profitability) until I have time ...Evan Cheng
2011-10-12To find the exiting VN of a LiveInterval from a block, use the previous slotCameron Zwarich
2011-10-12Fix a thinko that Nick noticed. The previous code actually worked asDan Gohman
2011-10-12Expand the check for a landing pad so that it looks at the basic block'sBill Wendling
2011-10-12Use an existing function.Jakob Stoklund Olesen
2011-10-12Fix r141744.Evan Cheng
2011-10-11Refine r141689 with a tri-state variable.Evan Cheng
2011-10-11Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher
2011-10-11Formatting.Eric Christopher
2011-10-11N.B. This is with the new EH scheme:Bill Wendling
2011-10-11Add dominance check for the instruction being hoisted.Devang Patel
2011-10-11Add support for legalization of vector SHL/SRA/SRL instructionsNadav Rotem
2011-10-11Add support for legalization of vector trunc-store where the saved scalar typ...Nadav Rotem
2011-10-11Cleanup the trunc-store legalization code and add asserts.Nadav Rotem
2011-10-10Revert r141569 and r141576.Devang Patel
2011-10-10Give targets a chance to expand even standard pseudos.Jakob Stoklund Olesen
2011-10-10If loop header is also loop exiting block then it may not be safe to hoist in...Devang Patel
2011-10-10Add dominance check for the instruction being hoisted.Devang Patel
2011-10-08Use the code that lowers the arguments and spills any values which are aliveBill Wendling
2011-10-07Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling
2011-10-07PostRA scheduler fix. Clear stale loop dependencies.Andrew Trick
2011-10-07whitespaceAndrew Trick
2011-10-06Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman
2011-10-05Modify the mapping from landing pad to call sites to accept more than one callBill Wendling
2011-10-05Add an ivar that maps a landing pad's EH symbol to the call sites that may jumpBill Wendling
2011-10-05Small refactoring. Cache the FunctionInfo->MBB into a local variable.Bill Wendling
2011-10-05Fix sub-register operand verification.Jakob Stoklund Olesen
2011-10-05Fix comment to reflect the new EH stuff.Bill Wendling
2011-10-05Remove unused DstSubIdx argument.Jakob Stoklund Olesen
2011-10-05Simplify EXTRACT_SUBREG emission.Jakob Stoklund Olesen
2011-10-05Simplify INSERT_SUBREG emission.Jakob Stoklund Olesen
2011-10-05Add a FIXME.Jakob Stoklund Olesen
2011-10-05Also add <imp-use,kill> flags for redefined super-registers.Jakob Stoklund Olesen
2011-10-05Also add <def,undef> flags when coalescing sub-registers.Jakob Stoklund Olesen
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-10-04Create a mapping between the landing pad basic block and the call site index ...Bill Wendling
2011-10-04Allow <undef> flags on def operands as well as uses.Jakob Stoklund Olesen
2011-10-04Generic cleanup.Bill Wendling
2011-10-03Don't carry over the dispatchsetup hack from the old system.Bill Wendling
2011-10-03Move the grabbing of the jump buffer into the caller function, eliminating th...Bill Wendling
2011-10-03Whitespace.Eric Christopher
2011-10-03Typo.Eric Christopher
2011-10-01Moved type construction out of the loop and added an assert on the legality o...Nadav Rotem
2011-09-30When inferring the pointer alignment, if the global doesn't have an initializerBill Wendling
2011-09-30Promote comment to doxycomment. Adjust whitespace. No functionality change.Nick Lewycky