Reformat.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / TargetLowering.cpp
2015-09-22 NAKAMURA TakumiReformat.
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-15 Alexey Bataev[SDAG] Optimize unordered comparison in soft-float...
2015-07-13 James Y KnightFix handling of the 'n' asm constraint with invalid...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-07 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-06-27 Benjamin Kramer[SDAG] Now that we have a way to communicate the exact...
2015-06-26 Benjamin Kramer[DAGCombine] Fix demanded bits computation for exact...
2015-06-26 Benjamin Kramer[DAGCombiner] Preserve the exact bit when simplifying...
2015-06-16 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes, disabl...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-20 Matthias BraunDAGCombiner: Continue combining if FoldConstantArithmet...
2015-05-20 Pawel BylicaFix icmp lowering
2015-05-13 Nick LewyckyRevert r237046. See the testcase on the thread where...
2015-05-11 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes; 2nd...
2015-05-06 NAKAMURA TakumiReformat.
2015-05-06 NAKAMURA TakumiRevert r236546, "propagate IR-level fast-math-flags...
2015-05-05 Sanjay Patelpropagate IR-level fast-math-flags to DAG nodes (NFC)
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-03-26 Ahmed Bougacha[CodeGen] Report error rather than crash when unable...
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-02-18 Michael KupersteinFixes two issue in SimplifyDemandedBits of sext_in_reg:
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2014-12-21 Matt ArsenaultEnable (sext x) == C --> x == (trunc C) combine
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-10-29 NAKAMURA TakumiWhitespace.
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-09-15 Sanjay PatelReplace repeated null checks with an assert. NFC.
2014-09-15 Sanjay PatelReplace dead links to "Hacker's Delight" with general...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-10 Jan VeselySelectionDAG: Factor FP_TO_SINT lower code out of DAGLe...
2014-07-10 Daniel SandersMake it possible for ints/floats to return different...
2014-07-09 Chandler Carruth[SDAG] At the suggestion of Hal, switch to an output...
2014-07-08 Chandler Carruth[SDAG] Actually check for a non-constant splat and...
2014-07-08 Chandler Carruth[SDAG] Build up a more rich set of APIs for querying...
2014-07-07 Chandler Carruth[x86] Revert r212324 which was too aggressive w.r.t...
2014-07-04 Chandler Carruth[x86] Generalize BuildVectorSDNode::getConstantSplatVal...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-09 Andrea Di Biagio[DAG] Expose NoSignedWrap, NoUnsignedWrap and Exact...
2014-05-29 Hao LiuFix an assertion failure caused by v1i64 in DAGCombiner...
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-12 Matt ArsenaultMake SimplifyDemandedBits understand BUILD_PAIR
2014-05-07 Matt ArsenaultFix using wrong result type for setcc.
2014-04-26 Benjamin KramerDAGCombiner: Turn divs of vector splats into vectorized...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-11 Tom StellardSelectionDAG: Factor ISD::MUL lowering code out of...
2014-04-04 Matt ArsenaultAdd DAG parameter to ComputeNumSignBitsForTargetNode
2014-04-01 Matt ArsenaultAdd helpers for checking if a value is a target boolean...
2014-03-25 Matt ArsenaultFix creating illegal setcc cond codes.
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-22 Owen AndersonRevert r162101 and replace it with a solution that...
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-17 Richard SandifordReplace sra with srl if a single sign bit is required
2013-10-16 Richard SandifordHandle (shl (anyext (shr ...))) in SimpilfyDemandedBits
2013-10-13 Will DietzTargetLowering: Don't index into empty string.
2013-10-10 Matt ArsenaultUse getPointerSizeInBits() rather than 8 * getPointerSize()
2013-09-28 Tom StellardSelectionDAG: Try to expand all condition codes using...
2013-09-24 Eli FriedmanAdd missing check to SETCC optimization.
2013-09-06 Tim NorthoverSelectionDAG: create correct BooleanContent constants
2013-08-13 Michael GottesmanUpdate makeLibCall to return both the call and the...
2013-07-08 Stephen LinRemove trailing whitespace from SelectionDAG/*.cpp
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-06-08 David MajnemerTargetLowering: Clean up method description comments
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-21 Benjamin KramerDAGCombine: Avoid an edge case where it tried to create...
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-05-16 Benjamin KramerDAGCombine: Also shrink eq compares where the constant...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-11 Benjamin KramerRemove some accidentaly duplicated code. This needs...
2013-01-11 Benjamin KramerSplit TargetLowering into a CodeGen and a SelectionDAG...
2013-01-11 Eric ChristopherFor inline asm:
2013-01-09 Tim NorthoverRefactor to expose RTLIB calls to targets.
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-19 Patrik HagglundChange AsmOperandInfo::ConstraintVT to MVT, instead...
2012-12-19 Patrik HagglundChange a parameter of TargetLowering::getVectorTypeBrea...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Patrik HagglundChange TargetLowering::TransformToType to contain MVTs...
2012-12-19 Patrik HagglundChange TargetLowering::findRepresentativeClass to take...
2012-12-19 Patrik HagglundChange TargetLowering::isCondCodeLegal to take an MVT...
2012-12-19 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-19 Nadav RotemAfter reducing the size of an operation in the DAG...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
next