Adding support for TargetLoweringBase::LibCall
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeDAG.cpp
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-20 Artyom SkrobovCombining DIV+REM->DIVREM doesn't belong in LegalizeDAG...
2015-10-13 Duncan P. N. Exon... SelectionDAG: Remove implicit ilist iterator conversion...
2015-09-16 Sanjay Patelpropagate fast-math-flags on DAG nodes
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-08-28 Ahmed Bougacha[CodeGen] Support (and default to) expanding READCYCLEC...
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-13 Ahmed Bougacha[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND...
2015-08-13 Ahmed Bougacha[CodeGen] When Promoting, don't extend the 2nd FCOPYSIG...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-04 Hal Finkel[SDAG] Fix a result chain in ExpandUnalignedLoad
2015-07-29 Sanjay Patelmove DAGCombiner's allowableAlignment() helper function...
2015-07-16 Matthias BraunFix __builtin_setjmp in combination with sjlj exception...
2015-07-15 Pete CooperUse getZExtOrTrunc helper instead of manually doing...
2015-07-14 Matthias BraunRevert "LegalizeDAG: Fix and improve FCOPYSIGN/FABS...
2015-07-14 Matthias BraunLegalizeDAG: Fix and improve FCOPYSIGN/FABS legalization
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-06-26 Pete CooperWrap assert loops in #ifndef NDEBUG
2015-06-26 Pete CooperConvert a bunch of loops to foreach. NFC.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-15 James MolloyAdd SDNodes for umin, umax, smin and smax.
2015-05-12 Eric ChristopherMigrate existing backends that care about software...
2015-04-29 Jan VeselyCodeGen: Default overflow operations to expand so we...
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-04-10 Ahmed Bougacha[AArch64] Promote f16 operations to f32.
2015-03-09 Ahmed Bougacha[CodeGen] Replace the reused stores' chain for extracte...
2015-03-05 Benjamin KramerSDAG: Merge the meat of two ExpandAtomic implementations.
2015-02-24 Hal Finkel[SDAG] Handle LowerOperation returning its input consis...
2015-02-23 Andrea Di Biagio[X86] Teach how to custom lower double-to-half conversi...
2015-02-20 Matt ArsenaultAdd generic fmad DAG node.
2015-01-14 Matt ArsenaultImplement new way of expanding extloads.
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2014-11-21 Sanjay PatelDon't repeat class/function/variable names in comments...
2014-11-21 Sanjay PatelLess space; NFC
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-18 Owen AndersonFix an incorrect chain operand when expanding INSERT_VE...
2014-10-21 Matt ArsenaultAdd minnum / maxnum codegen
2014-10-09 Eric ChristopherUse the subtarget on the dag to get TargetFrameLowering...
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-09-15 Sanjay PatelReplace dead links to "Hacker's Delight" with general...
2014-08-27 Chandler Carruth[SDAG] Re-instate r215611 with a fix to a pesky X86...
2014-08-23 Nick LewyckyRevert r215611 because it caused the infinite loop...
2014-08-21 Oliver Stannard[ARM] Enable DP copy, load and store instructions for...
2014-08-18 Oliver StannardTeach the AArch64 backend to handle f16
2014-08-14 Chandler Carruth[SDAG] Fix a case where we would iteratively legalize...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Chandler Carruth[SDAG] Begin simplifying the way in which the legalizer...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-28 Chandler Carruth[SDAG] Add DEBUG logging to the legalizer, fixing a...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-26 Chandler Carruth[SDAG] Add an assert that we don't mess up the number...
2014-07-26 Chandler Carruth[SDAG] Simplify the code for handling single-value...
2014-07-26 Chandler Carruth[SDAG] When performing post-legalize DAG combining...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-17 Tim NorthoverCodeGen: generate single libcall for fptrunc -> f16...
2014-07-17 Tim NorthoverCodeGen: extend f16 conversions to permit types > float.
2014-07-11 Oliver StannardARM: Allow __fp16 as a function arg or return type...
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-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-17 Tom StellardSelectionDAG: Expand i64 = FP_TO_SINT i32
2014-06-15 Tim NorthoverLegalizeDAG: make sure cast is unsigned before using...
2014-06-13 Tim NorthoverIR: add "cmpxchg weak" variant to support permitted...
2014-06-10 Tom StellardSelectionDAG: Expand SELECT_CC to SELECT + SETCC
2014-05-28 Matt ArsenaultFix wrong setcc result type when legalizing uaddo/usubo
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-12 Pete CooperUse a logical not when inverting SetCC. This unfortuna...
2014-05-06 Renato GolinImplememting named register intrinsics
2014-04-28 Eric ChristopherWe already calculate WideVT above, just reuse it.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-11 Tom StellardSelectionDAG: Use helper function to improve legalizati...
2014-03-31 Hal FinkelAdd an optional ability to expand larger BUILD_VECTORs...
2014-03-31 Hal FinkelAdd a TLI hook to control when BUILD_VECTOR might be...
2014-03-30 Hal FinkelMake use of previously generated stores in SelectionDAG...
2014-03-24 Tom StellardSelectionDAG: Allow promotion of SELECT nodes from...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-11 Matt ArsenaultFix non 2-space indentation.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-02-05 Matt ArsenaultPass address space to allowsUnalignedMemoryAccesses
2013-11-21 Daniel SandersAdd support for legalizing SETNE/SETEQ by inverting...
2013-11-19 Jack Carterlong lines and white space correction
2013-11-17 Matt ArsenaultUse more getZExtOrTruncs
2013-11-17 Matt ArsenaultUse getZExtOrTrunc instead of repeating the same logic.
2013-10-30 Matt ArsenaultFix CodeGen for unaligned loads with address spaces
2013-10-28 Richard SandifordKeep TBAA info when rewriting SelectionDAG loads and...
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-18 David MajnemerCodeGen: Emit a libcall if the target doesn't support...
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-10-01 Tom StellardSelectionDAG: Clarify comments from r191600
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
next