aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2011-10-18Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde...Nadav Rotem
2011-10-18Fix a DAG combiner assertion failure when constant folding BUILD_VECTORS.Bob Wilson
2011-10-18Fix a bunch of unused variable warnings when doing a releaseDuncan Sands
2011-10-18Fix comment to refer to correct instructionHal Finkel
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-16Enable element promotion type legalization by deafault.Nadav Rotem
2011-10-16Let printf do the formatting instead aligning strings ourselves.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-14Fix typo. "__sync_fetch_and-xor_4" should be "__sync_fetch_and_xor_4".Jim Grosbach
2011-10-12Encode register class constreaints in inline asm instructions.Jakob Stoklund Olesen
2011-10-12Use a utility from MathExtras to clarify a check and avoid undefined behavior...Eli Friedman
2011-10-12Fix a thinko that Nick noticed. The previous code actually worked asDan Gohman
2011-10-12Use an existing function.Jakob Stoklund Olesen
2011-10-11Formatting.Eric Christopher
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-07Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling
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-05Small refactoring. Cache the FunctionInfo->MBB into a local variable.Bill Wendling
2011-10-05Simplify EXTRACT_SUBREG emission.Jakob Stoklund Olesen
2011-10-05Simplify INSERT_SUBREG emission.Jakob Stoklund Olesen
2011-10-04Create a mapping between the landing pad basic block and the call site index ...Bill Wendling
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
2011-09-30Move getCommonSubClass() into TRI.Jakob Stoklund Olesen
2011-09-29Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman
2011-09-29Use the local we already set up.Eric Christopher
2011-09-28Strip off pointer casts when looking at the eh.sjlj.functioncontext's argument.Bill Wendling
2011-09-28Create and use an llvm.eh.sjlj.functioncontext intrinsic.Bill Wendling
2011-09-27Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().Jim Grosbach
2011-09-27Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.Nadav Rotem
2011-09-27Revert r140463; The patch assumes that <4 x i1> is saved to memory as 4 x i8,Nadav Rotem
2011-09-25[vector-select] Address one of the issues in pr10902. EXTRACT_VECTOR_ELEMENTNadav Rotem
2011-09-24Implement Duncan's suggestion to use the result of getSetCCResultType if it i...Nadav Rotem
2011-09-24[Vector-Select] Address one of the problems in 10902.Nadav Rotem
2011-09-23Tweak the handling of MERGE_VALUES nodes: remove the need forDuncan Sands
2011-09-23Vector-Select: Address one of the problems in pr10902. Add handling for theNadav Rotem
2011-09-22Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman
2011-09-22Constrain register classes instead of emitting copies.Jakob Stoklund Olesen
2011-09-21[VECTOR-SELECT] Address one of the bugs in pr10902.Nadav Rotem
2011-09-21Lower ARM adds/subs to add/sub after adding optional CPSR operand.Andrew Trick
2011-09-20Add a DAGCombine for subvector extracts to remove useless chains ofBruno Cardoso Lopes
2011-09-20Restore hasPostISelHook tblgen flag.Andrew Trick
2011-09-20ARM isel bug fix for adds/subs operands.Andrew Trick