aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG
AgeCommit message (Expand)Author
2011-10-28Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman
2011-10-28Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands
2011-10-28Delete #if 0 code accidentally left in.Dan Gohman
2011-10-28Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman
2011-10-27Don't crash on 128-bit sdiv by constant. Found by inspection.Eli Friedman
2011-10-26Rename NonScalarIntSafe to something more appropriate.Lang Hames
2011-10-26Simplify SplitVecRes_UnaryOp by removing all the code that isDuncan Sands
2011-10-26Don't use floating point to do an integer's job.Jakob Stoklund Olesen
2011-10-25Remove a couple redundant checks.Eli Friedman
2011-10-24Really unbreak CMake buildDouglas Gregor
2011-10-24Unbreak CMake buildDouglas Gregor
2011-10-24Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handleDan Gohman
2011-10-24Delete the Latency scheduling preference.Dan Gohman
2011-10-24Change this overloaded use of Sched::Latency to be an overloadedDan Gohman
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-10-21Fix pr11194. When promoting and splitting integers we need to useNadav Rotem
2011-10-211. Fix the widening of SETCC in WidenVecOp_SETCC. Use the correct return CC t...Nadav Rotem
2011-10-21Remove a now dead function, fixing -Wunused-function warnings fromChandler Carruth
2011-10-20Delete the list-tdrr scheduler. Top-down schedulers are going awayDan Gohman
2011-10-20Revert r142579, "Fix a type in the legalization of CONCAT_VECTORS". This is Chad Rosier
2011-10-20Fix a type in the legalization of CONCAT_VECTORS.Nadav Rotem
2011-10-19Improve code generation for vselect on SSE2:Nadav Rotem
2011-10-19Add support for the vector-widening of vselect and vector-setccNadav Rotem
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