[stack protector] Make the StackProtector pass respect ssp-buffer-size.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2014-04-16 Tim NorthoverDAGCombiner: don't optimise non-existant litpool load
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 Akira HatanakaMake FastISel::SelectInstruction return before target...
2014-04-15 Robert LougherRevert r191049/r191059 as it can produce wrong code...
2014-04-15 Tim NorthoverFastISel: constrain the RegClass of operands when emitt...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Hal FinkelReenable use of TBAA during CodeGen
2014-04-11 Matt ArsenaultMove ExtractVectorElements to SelectionDAG.
2014-04-11 Tom StellardSelectionDAG: Use helper function to improve legalizati...
2014-04-11 Tom StellardSelectionDAG: Factor ISD::MUL lowering code out of...
2014-04-11 Jim Grosbach[c++11] Range'ify use list loops in InstrEmitter.
2014-04-11 Jim Grosbach[c++11] Range'ify use list loops in DAGCombiner.
2014-04-09 Jim GrosbachSelectionDAG: Don't constant fold target-specific nodes.
2014-04-09 Quentin Colombet[DAGCombiner] DAG combine does not know how to combine...
2014-04-08 Matt ArsenaultBug 19348: Check for legal ExtLoad operation before...
2014-04-07 Andrew TrickPut a limit on ScheduleDAGSDNodes::ClusterNeighboringLo...
2014-04-04 Matt ArsenaultAdd DAG parameter to ComputeNumSignBitsForTargetNode
2014-04-04 Tim NorthoverDAGLegalize: add last-ditch type-legalization for VSELECT.
2014-04-04 Tim NorthoverARM64: handle v1i1 types arising from setcc properly.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-03 Eric ChristopherFix for PR 19261:
2014-04-02 Juergen RibutzkaAdd comments and test case for [DAG] Keep the opaque...
2014-04-01 Matt ArsenaultMake isSetCCEquivalent respect the TargetBooleanContents
2014-04-01 Matt ArsenaultAdd helpers for checking if a value is a target boolean...
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-31 Hal FinkelLook at shuffles of build_vectors in DAGCombiner::visit...
2014-03-30 Hal FinkelMake use of previously generated stores in SelectionDAG...
2014-03-29 Benjamin KramerAvoid storing Twines.
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-25 Juergen Ributzka[DAG] Keep the opaque constant flag when performing...
2014-03-25 Matt ArsenaultFix creating illegal setcc cond codes.
2014-03-24 Tom StellardSelectionDAG: Allow promotion of SELECT nodes from...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-22 Andrea Di Biagio[DAG] Fix an assertion failure caused by an invalid...
2014-03-21 Kevin QinFix an assertion caused by using inline asm with indire...
2014-03-18 Raul E. SilveraAdd support for scalarizing/splitting vector bswap.
2014-03-18 Andrea Di Biagio[DAGCombiner] teach how to simplify xor/and/or nodes...
2014-03-17 Matt ArsenaultMake DAGCombiner work on vector bitshifts with constant...
2014-03-17 Adam Nemet[VectorLegalizer/X86] Don't unvectorize fp_to_uint...
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-12 Patrik HagglundReplace '#include ValueTypes.h' with forward declarations.
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
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-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-07 Adam Nemet[DAGCombiner] Distribute TRUNC through AND in rotation...
2014-03-07 Adam Nemet[DAGCombiner] Recognize another rotation idiom
2014-03-07 Adam Nemet[DAGCombiner] Slightly improve readability of matchRota...
2014-03-07 Arnold SchwaighoferISel: Make VSELECT selection terminate in cases where...
2014-03-06 Andrea Di Biagio[X86] Teach the DAGCombiner how to fold a OR of two...
2014-03-06 Matt ArsenaultR600: Fix extloads from i8 / i16 to i64.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Andrew TrickMake stackmap machineinstrs clobber the scratch regs...
2014-03-05 Hans WennborgFix unused variable in FunctionLoweringInfo.cpp
2014-03-05 Hans WennborgCheck for dynamic allocas and inline asm that clobbers...
2014-03-04 Adam Nemet[DAGCombiner] Factor out distributeTruncateThroughAnd
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-01 Benjamin KramerNow that we have C++11, turn simple functors into lambd...
2014-02-28 Hal FinkelFix visitTRUNCATE for legal i1 values
2014-02-24 Matt ArsenaultAdd missing const
2014-02-24 Matt ArsenaultTrivial code simplification
2014-02-21 Quentin Colombet[DAGCombiner] PCMP* sets its result to all ones or...
2014-02-21 Rafael EspindolaRename a few more DataLayout variables from TD to DL.
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
2014-02-13 Juergen Ributzka[DAG] Fix the recognition of opaque constants in the...
2014-02-12 Juergen Ributzka[Stackmaps] Improve the stackmap lowering code in the...
2014-02-12 Juergen Ributzka[Stackmaps] Fix the ID type to be i64 also for stackmap...
2014-02-11 Robert LougherTeach the DAGCombiner how to fold concat_vector nodes...
2014-02-06 Juergen Ributzka[DAG] Don't pull the binary operation though the shift...
2014-02-05 Matt ArsenaultPass address space to allowsUnalignedMemoryAccesses
2014-02-05 Matt ArsenaultAdd address space argument to allowsUnalignedMemoryAccess.
2014-02-05 Craig TopperAdd CheckChildInteger to ISelMatcher operations. Remove...
2014-02-03 Hal FinkelExpand vector bswap in LegalizeVectorOps
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Reid KlecknerDon't put non-static allocas in the static alloca map
2014-01-31 Manman RenThis patch teaches the DAGCombiner how to fold insert_s...
2014-01-31 Owen AndersonDAGCombine should not produce ISD::OR nodes after opera...
2014-01-31 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-30 Manman RenRevert r200431 due to bot failures.
2014-01-30 Manman RenPGO branch weight: update edge weights in SelectionDAGB...
2014-01-28 Andrea Di Biagio[DAGCombiner] Avoid introducing an illegal build_vector...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-27 Matt ArsenaultFix sext(setcc) -> select_cc using wrong type for setcc.
2014-01-27 Andrea Di Biagio[DAGCombiner] Teach how to fold sext/aext/zext of const...
2014-01-27 Stepan DyatkovskiyFix for PR18102.
2014-01-26 Kevin Qin[AArch64 NEON] Fix pattern match failed on FP_ROUND...
2014-01-25 Hal FinkelDisable the use of TBAA when using AA in CodeGen
2014-01-25 Hal FinkelAdd combiner-aa-only-func (debug only)
next