Refactor lowering for COPY_STRUCT_BYVAL_I32
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2013-10-17 Richard SandifordReplace sra with srl if a single sign bit is required
2013-10-17 Andrea Di BiagioFix edge condition in DAGCombiner to improve codegen...
2013-10-17 Jack Carter[projects/test-suite] White space and long line fixes.
2013-10-16 Benjamin KramerDAGCombiner: Don't fold xor into not if getNOT would...
2013-10-16 Richard SandifordHandle (shl (anyext (shr ...))) in SimpilfyDemandedBits
2013-10-14 David BlaikieFix indenting.
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-10-13 Will DietzTargetLowering: Don't index into empty string.
2013-10-11 Quentin Colombet[DAGCombiner] Reapply load slicing (192471) with a...
2013-10-11 Quentin Colombet[DAGCombiner] Revert load slicing (r192471), until...
2013-10-11 Quentin Colombet[DAGCombiner] Slice a big load in two loads when the...
2013-10-10 Matt ArsenaultUse getPointerSizeInBits() rather than 8 * getPointerSize()
2013-10-06 Craig TopperFix some assert messages to say the correct opcode...
2013-10-05 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-05 Adrian PrantlDebug info: Don't crash in SelectionDAGISel when a...
2013-10-04 Hal FinkelFix DAGCombiner::visitFP_EXTEND to ignore indexed loads
2013-10-04 Craig TopperRevert r191940 to see if it fixes the build bots.
2013-10-04 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-03 Jin-Gu KangAdded checking code whehter target supports specific...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-10-01 Tom StellardSelectionDAG: Clarify comments from r191600
2013-09-29 Benjamin KramerAllocate AtomicSDNode operands in SelectionDAG's alloca...
2013-09-28 Robert WilhelmFix spelling intruction -> instruction.
2013-09-28 Tom StellardSelectionDAG: Silence unused variable warning on releas...
2013-09-28 Tom StellardSelectionDAG: Improve legalization of SELECT_CC with...
2013-09-28 Tom StellardSelectionDAG: Try to expand all condition codes using...
2013-09-28 Tom StellardSelectionDAG: Clean up LegalizeSetCCCondCode() function
2013-09-27 Andrea Di BiagioRe-apply the change from r191393 with fix for pr17380.
2013-09-26 Andrea Di BiagioRevert r191393 since it caused pr17380.
2013-09-26 Amara Emerson[ARM] Use the load-acquire/store-release instructions...
2013-09-26 Andrew TrickAdded temp flag -misched-bench for staging in default...
2013-09-26 Andrew Trickwhitespace
2013-09-25 Andrea Di BiagioTeach DAGCombiner how to canonicalize dags according...
2013-09-24 Eli FriedmanAdd missing check to SETCC optimization.
2013-09-24 Benjamin KramerDAGCombiner: Unify rotate matching for extended and...
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-24 Michael Gottesman[stackprotector] Allow for copies from vreg -> vreg...
2013-09-23 Kay Tiong Khoofix typo: than -> then
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-21 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-09-21 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-09-20 David BlaikieAdd braces to suppress Clang's dangling-else warning.
2013-09-19 Kai NackePR16726: extend rol/ror matching
2013-09-19 Kai NackeRevert PR16726: extend rol/ror matching
2013-09-19 Kai NackePR16726: extend rol/ror matching
2013-09-19 Benjamin KramerDAGCombiner: Don't fold vector muls with constants...
2013-09-18 Adrian PrantlDebug info: Get rid of the VLA indirection hack in...
2013-09-17 Serge PavlovAdded documentation to getMemsetStores.
2013-09-17 Quentin Colombet[SelectionDAG] Teach the vector scalarizer about TRUNCATE.
2013-09-16 Adrian PrantlDebug info: Fix PR16736 and rdar://problem/14990587.
2013-09-15 Hal FinkelPrevent assert in CombinerGlobalAA with null values
2013-09-12 Matt ArsenaultRemove pointless assertion after r190376
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-11 Eli FriedmanRename variables for consistency.
2013-09-10 Eli FriedmanFix unused variables.
2013-09-10 Matt ArsenaultDon't use getSetCCResultType for creating a vselect
2013-09-09 Jack Carterwhite spaces and long lines
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-06 Tim NorthoverSelectionDAG: create correct BooleanContent constants
2013-08-29 Hal FinkelUse TargetSubtargetInfo::useAA() in DAGCombine
2013-08-28 Juergen RibutzkaFix a typo and coding style of a previous commit. No...
2013-08-27 Tim NorthoverDAGCombiner: make sure or/shl/srl really has zero high...
2013-08-27 Owen AndersonRemove an over-zealous assertion. A pointer type could...
2013-08-26 Tom StellardSelectionDAG: Remove unnecessary uses of TargetLowering...
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when splitting...
2013-08-26 Tom StellardSelectionDAG: Use correct pointer size when lowering...
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-22 Michael Gottesman[stack protector] Work around an issue with the BMOVPCB...
2013-08-22 Michael Gottesman[stackprotector] When finding the split point to splice...
2013-08-21 Tom StellardSelectionDAG: Make sure stores are always added to...
2013-08-21 Juergen RibutzkaTeach BaseIndexOffset::match to identify base pointers...
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-20 Michael GottesmanRemove unused variables that crept in.
2013-08-20 Michael GottesmanTeach selectiondag how to handle the stackprotectorchec...
2013-08-19 Hal FinkelAdd a llvm.copysign intrinsic
2013-08-19 Paul RedmondImprove the widening of integral binary vector operations
2013-08-19 Hal FinkelAdd ExpandFloatOp_FCOPYSIGN to handle ppcf128-related...
2013-08-16 Jim GrosbachARM: Fix more fast-isel verifier failures.
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-16 Richard Sandiford[SystemZ] Fix handling of 64-bit memcmp results
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-13 Jim GrosbachDAG: Combine (and (setne X, 0), (setne X, -1)) -> ...
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-08-12 Michael GottesmanFixed SelectionDAGBuilder.h C++ filetype declaration...
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-08-09 Craig TopperChange asserts at the top of getVectorShuffle to check...
2013-08-08 Craig TopperRemove AllUndef check from one of the loops in getVecto...
2013-08-08 Craig TopperOptimize mask generation for one of the DAG combiner...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-05 Tom StellardTargetLowering: Add getVectorIdxTy() function v2
2013-07-31 Eric ChristopherFix crashing on invalid inline asm with matching constr...
2013-07-30 Eric ChristopherReflow this to be easier to read.
2013-07-30 Quentin Colombet[DAGCombiner] insert_vector_elt: Avoid building a vecto...
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand ...
2013-07-26 Rafael EspindolaRevert "Add a target legalize hook for SplitVectorOperand"
2013-07-26 Justin HolewinskiAdd a target legalize hook for SplitVectorOperand
next