aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2011-10-17Minor style cleanup, no functionality change.Nick Lewycky
2011-10-17Add support for a new extension to the .file directive:Nick Lewycky
2011-10-17Now Igor, throw the switch...give my creation life!Bill Wendling
2011-10-17When deleting a phi cycle after looking through copies, constrain the registerCameron Zwarich
2011-10-17Constraint register class with constrainRegClass() to CSE a virtual into anot...Evan Cheng
2011-10-17Correct over-zealous removal of hack.Bill Wendling
2011-10-17Now that we have the ReturnsTwice function attribute, this method isBill Wendling
2011-10-17Removed set, but unused variable.Chad Rosier
2011-10-17It is safe to speculate load from GOT. This fixes performance regression caus...Devang Patel
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2011-10-16Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer
2011-10-16Twinify better.Benjamin Kramer
2011-10-15Move the legalization of vector loads and stores into LegalizeVectorOps. In someNadav Rotem
2011-10-15Clear out the landing pad to call site map for each function.Bill Wendling
2011-10-14A few 80-col violations.Evan Cheng
2011-10-14Update live-in lists when splitting critical edges.Jakob Stoklund Olesen
2011-10-14Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".Jim Grosbach
2011-10-14Add value numbers when spilling dead defs.Jakob Stoklund Olesen
2011-10-13Don't forget to reconstruct D after changing the scope that we'reEric Christopher
2011-10-13Use an existing method.Cameron Zwarich
2011-10-13If MI is deleted then remove it from the set. If a new MI is created, it couldNick Lewycky
2011-10-13Tabs to spaces.Nick Lewycky
2011-10-13Add missing braces to pacify GCC's -Wparentheses.Nick Lewycky
2011-10-12Also inflate register classes around inline asm.Jakob Stoklund Olesen
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