[stack protector] Make the StackProtector pass respect ssp-buffer-size.
[oota-llvm.git] / lib / CodeGen /
2014-04-17 Josh Magee[stack protector] Make the StackProtector pass respect...
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
2014-04-16 Jim Grosbach[c++11] Tidy up AsmPrinter.cpp.
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 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
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-15 David BlaikieUse unique_ptr to manage TypePromotionActions owned...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCFunctionInfos...
2014-04-15 David BlaikieUse unique_ptr for the result of Registry entries.
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCStrategy object...
2014-04-14 David BlaikieUse std::unique_ptr for DIE children
2014-04-14 Adrian PrantlRe-apply r206096 after investigating the gdb buildbot...
2014-04-14 Hal FinkelDon't assert in BasicTTI::getMemoryOpCost for non-simpl...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-12 David BlaikiePR13337: Omit DW_TAG_restrict_type when compiling for...
2014-04-12 Adrian PrantlRevert "Debug info: (bugfix) C++ C/Dtors can be compile...
2014-04-12 David BlaikieUse dwarf::Tag rather than unsigned for DIE::Tag to...
2014-04-12 Adrian PrantlDebug info: (bugfix) C++ C/Dtors can be compiled to...
2014-04-12 Hal FinkelReenable use of TBAA during CodeGen
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-11 Duncan P. N. Exon... blockfreq: Rename BlockFrequencyImpl to BlockFrequencyI...
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Change the...
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Addition of
2014-04-11 Quentin Colombet[Register Coalescer] Fix wrong live-range information...
2014-04-11 Adrian PrantlDebug info: Store the DIVariable in DebugLocEntry also...
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 David BlaikieImplement depth_first and inverse_depth_first range...
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-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-10 Adrian PrantlDebug info: Factor the retrieving of the DIVariable...
2014-04-10 Jim GrosbachFix to support properly cleaning up failed address...
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 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
2014-04-08 Matt ArsenaultBug 19348: Check for legal ExtLoad operation before...
2014-04-08 Duncan P. N. Exon... RegAlloc: Account for a variable entry block frequency
2014-04-07 Andrew TrickPut a limit on ScheduleDAGSDNodes::ClusterNeighboringLo...
2014-04-04 Andrew TrickMinor change to StackMapLiveness DEBUG output.
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-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-04 Quentin ColombetRevert r205599, the commit was not intended to have...
2014-04-04 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Emit diagnosti...
2014-04-03 Eric ChristopherFix for PR 19261:
2014-04-03 David BlaikieDebugInfo: Use a 64 bit type for the subrange
2014-04-03 Lang Hames[CodeGen] Fix peephole optimizer bug introduced in...
2014-04-03 Hal FinkelAccount for scalarization costs in BasicTTI::getMemoryO...
2014-04-02 Hal FinkelFix multi-register costs in BasicTTI::getCastInstrCost
2014-04-02 Lang Hames[CodeGen] Teach the peephole optimizer to remember...
2014-04-02 Juergen RibutzkaAdd comments and test case for [DAG] Keep the opaque...
2014-04-02 Jim GrosbachSimplify resolveFrameIndex() signature.
2014-04-02 Oliver StannardARM: Add support for segmented stacks
2014-04-02 Adrian Prantlclarify comment
2014-04-02 David BlaikieAdjust comments regarding non-relocated abbrev offset...
2014-04-02 David BlaikieSplit debug_loc and debug_loc.dwo emission into two...
2014-04-02 David BlaikieDebugInfo: Introduce DebugLocList to encapsulate a...
2014-04-01 Adrian PrantlAdd a doxygen comment to DebugLocEntry::Merge.
2014-04-01 David BlaikieDebugLocEntry: Actually merge the loc entry when return...
2014-04-01 David BlaikieFix accidental fallthrough in DebugLocEntry::hasSameVal...
2014-04-01 David BlaikieRemove unused function DebugLocEntry::isEmpty
2014-04-01 David BlaikieRefactor out the comparison of the location/value in...
2014-04-01 David BlaikieDebugInfo: Split DebugLocEntry into its own file.
2014-04-01 Adrian PrantlDwarfDebug: Prevent DebugLocEntry merging from coalesci...
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-04-01 David BlaikieDebugInfo: Factor out common functionality for renderin...
2014-04-01 David BlaikieCleanup remaining use of removed variable to fix the...
2014-04-01 David BlaikieSimplify debug_loc.dwo handling slightly.
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-03-31 Juergen Ributzka[Stackmaps] Update the stackmap format to use 64-bit...
2014-03-31 Matt ArsenaultChange shouldSplitVectorElementType to better match...
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 Paul RobinsonDisable each MachineFunctionPass for 'optnone' function...
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-29 Tim NorthoverCodeGen: add sensible defaults for the ISD::FROUND...
2014-03-29 Tim NorthoverCodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz...
2014-03-27 Manman RenProvide a target override for the cost of using a calle...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-27 Manman RenRegister Allocator: refactoring and add comments.
2014-03-27 David BlaikieDebugInfo: TargetOptions/MCAsmInfo support for compress...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Ekaterina RomanovaThis is a fix for PR# 19051. I noticed code gen differe...
2014-03-26 Manman RenAdd comments. Addressing review comments from Evan...
2014-03-26 Jim GrosbachFix for incorrect address sinking in the presence of...
2014-03-26 Renato GolinAdd @llvm.clear_cache builtin
next