Merging r258616:
[oota-llvm.git] / test / Transforms / Inline /
2016-01-20 Hans WennborgMerging r258273:
2016-01-13 Akira Hatanaka[Inliner] Merge the attributes of the caller and callee...
2015-12-22 Easwaran RamanDetermine callee's hotness and adjust threshold based...
2015-12-19 Sanjoy DasNonnull elements in OperandBundleCallSites are not...
2015-12-19 Sanjoy Das[Deopt bundles] Fix a test case
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-09 Sanjoy DasUse WeakVH to keep track of calls with operand bundles...
2015-12-09 Sanjoy DasDon't drop attributes when inlining through "deopt...
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Sanjoy DasTeach the inliner to track deoptimization state
2015-11-11 Akira HatanakaSort the enums in Attributes.h in case insensitive...
2015-11-10 Hans WennborgInliner: Do zero-cost inlines even if above a negative...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-13 David Majnemer[InlineFunction] Correctly inline TerminatePadInst
2015-09-29 Evgeniy StepanovMove dbg.declare intrinsics when merging and replacing...
2015-09-23 Vedant Kumar[Inline] Use AssumptionCache from the right Function
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-08-11 Sanjay Patelfix typos; NFC
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-27 Matt ArsenaultFix assert when inlining a constantexpr addrspacecast
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-07-02 Eric ChristopherMake an X86 specific directory and put the recent X86...
2015-07-02 Eric ChristopherImplement TargetTransformInfo::hasCompatibleFunctionAtt...
2015-06-26 Philip ReamesTeach InlineCost to account for a null check which...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-16 Philip ReamesReapply 239795 - [InstCombine] Propagate non-null facts...
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-05-27 Chandler Carruth[inliner] Fix the early-exit of the inline cost analysi...
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-05 David Majnemer[Inliner] Discard empty COMDAT groups
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-20 Akira Hatanaka[InlineFunction] Don't add lifetime markers for zero...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-04-14 Reid Kleckner[Inliner] Don't inline functions with frameescape calls
2015-04-13 Akira Hatanaka[inliner] Don't inline a function if it doesn't have...
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-27 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-20 Wei MiCorrectly estimate SROA savings for store operands...
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-28 Duncan P. N. Exon... DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece
2015-02-28 Duncan P. N. Exon... Fix line endings on Transforms/Inline/inline_dbg_declare.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-12 Bjorn SteinbrinkFix a crash in the assumption cache when inlining indir...
2015-02-12 Michael ZolotukhinAdd a testcase for r228432.
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-01-30 Adrian PrantlInliner: Use replaceDbgDeclareForAlloca() instead of...
2015-01-30 Adrian PrantlFix PR22386. The inliner moves static allocas to the...
2015-01-21 David BlaikieDebugInfo: Use distinct inlinedAt MDLocations to avoid...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 Michael KupersteinThe inliner needs to fix up debug information for llvm...
2014-11-04 Reid KlecknerRevert "Transforms: reapply SVN r219899"
2014-10-29 Saleem Abdulrasooltest: tweak inlined-allocs test
2014-10-28 Saleem AbdulrasoolTransforms: reapply SVN r219899
2014-10-17 Rafael EspindolaRevert "TRE: make TRE a bit more aggressive"
2014-10-16 Saleem AbdulrasoolTRE: make TRE a bit more aggressive
2014-10-15 Hal FinkelPreserve non-byval pointer alignment attributes using...
2014-10-08 David MajnemerInliner: Non-local functions in COMDATs shouldn't be...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-07 Hal FinkelAdd functions for finding ephemeral values
2014-09-01 Hal FinkelFeed AA to the inliner and use AA->getModRefBehavior...
2014-09-01 Hal FinkelFix AddAliasScopeMetadata again - alias.scope must...
2014-08-30 Hal FinkelFix AddAliasScopeMetadata to not add scopes when derivi...
2014-08-26 Reid KlecknerDeclare that musttail calls in variadic functions forwa...
2014-08-14 Hal FinkelCopy noalias metadata from call sites to inlined instru...
2014-08-14 Hal FinkelAdd noalias metadata for general calls (not just memory...
2014-07-25 Hal FinkelConvert noalias parameter attributes into noalias metad...
2014-07-03 Richard TrieuAdd new lines to debugging information.
2014-07-01 Gerolf HoflehnerSuppress inlining when the block address is taken
2014-06-30 David BlaikieDebugInfo: Preserve debug location information when...
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-19 Peter CollingbourneCheck the alwaysinline attribute on the call as well...
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 Reid KlecknerRevert "Don't insert lifetime.end markers between a...
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 Reid KlecknerTeach the inliner how to preserve musttail invariants
2014-05-08 Dario DomizioliRevert test commit. Removed blank line.
2014-05-08 Dario DomizioliTest commit. Added blank line.
next