Add minnum / maxnum codegen
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeDAG.cpp
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
2013-08-26 Tom StellardSelectionDAG: Remove unnecessary uses of TargetLowering...
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-08-07 Hal FinkelAdd ISD::FROUND for libm round()
2013-08-05 Tom StellardTargetLowering: Add getVectorIdxTy() function v2
2013-07-08 Stephen LinRemove trailing whitespace from SelectionDAG/*.cpp
2013-07-04 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-07-04 Jakob Stoklund OlesenRevert r185595-185596 which broke buildbots.
2013-07-03 Jakob Stoklund OlesenRemove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR...
2013-06-14 Matt ArsenaultIntroduce getSelect usage and use more getSelectCC
2013-05-29 Andrew TrickOrder CALLSEQ_START and CALLSEQ_END nodes.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-03-08 Benjamin KramerRemove default from fully covered switch.
2013-03-08 Tom StellardLegalizeDAG: Respect the result of TLI.getBooleanConten...
2013-02-20 Benjamin KramerMove the SplatByte helper to APInt and generalize it...
2013-02-16 Jakub StaszakLegalizeDAG.cpp doesn't need DenseMap.
2013-02-15 Paul Redmondenable SDISel sincos optimization for GNU environments
2013-01-29 Evan ChengTeach SDISel to combine fsin / fcos into a fsincos...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-09 Tim NorthoverRefactor to expose RTLIB calls to targets.
2013-01-08 Tim NorthoverAdd fp128 rtlib function names to LLVM
2013-01-08 Chandler CarruthSink a function that refers to the SelectionDAG into...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-19 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-19 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-14 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-11 Patrik HagglundChange TargetLowering::getTypeToPromoteTo to take and...
2012-12-11 Patrik HagglundChange TargetLowering::getCondCodeAction to take an...
2012-12-11 Patrik HagglundChange TargetLowering::getTruncStoreAction to take...
2012-12-11 Patrik HagglundChange TargetLowering::getLoadExtAction to take an...
2012-12-10 Tom StellardLegalizeDAG: Allow type promotion of scalar loads
2012-12-10 Tom StellardLegalizeDAG: Allow type promotion for scalar stores
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-24 Micah VillmowBack out r166591, not sure why this made it through...
2012-10-24 Micah VillmowDelete a directory that wasn't supposed to be checked...
2012-10-19 Shuxin Yang1. Remove noreturn attribute from __builtin_debugtrap().
next