projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x) under -ffast-math.
[oota-llvm.git]
/
test
/
Transforms
/
Inline
/
2015-11-18
Pete Cooper
Change memcpy/memset/memmove to have dest and source...
tree
|
commitdiff
2015-11-18
Sanjoy Das
Teach the inliner to track deoptimization state
tree
|
commitdiff
2015-11-11
Akira Hatanaka
Sort the enums in Attributes.h in case insensitive...
tree
|
commitdiff
2015-11-10
Hans Wennborg
Inliner: Do zero-cost inlines even if above a negative...
tree
|
commitdiff
2015-11-05
Peter Collingbourne
DI: Reverse direction of subprogram -> function edge.
tree
|
commitdiff
2015-10-13
David Majnemer
[InlineFunction] Correctly inline TerminatePadInst
tree
|
commitdiff
2015-09-29
Evgeniy Stepanov
Move dbg.declare intrinsics when merging and replacing...
tree
|
commitdiff
2015-09-23
Vedant Kumar
[Inline] Use AssumptionCache from the right Function
tree
|
commitdiff
2015-08-28
Duncan P. N. Exon...
DI: Require subprogram definitions to be distinct
tree
|
commitdiff
2015-08-13
Igor Laevsky
Emit argmemonly attribute for intrinsics.
tree
|
commitdiff
2015-08-11
Sanjay Patel
fix typos; NFC
tree
|
commitdiff
2015-08-03
Duncan P. N. Exon...
DI: Disallow uniquable DICompileUnits
tree
|
commitdiff
2015-07-31
Duncan P. N. Exon...
DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
tree
|
commitdiff
2015-07-27
Matt Arsenault
Fix assert when inlining a constantexpr addrspacecast
tree
|
commitdiff
2015-07-07
Reid Kleckner
Rename llvm.frameescape and llvm.framerecover to locale...
tree
|
commitdiff
2015-07-02
Eric Christopher
Make an X86 specific directory and put the recent X86...
tree
|
commitdiff
2015-07-02
Eric Christopher
Implement TargetTransformInfo::hasCompatibleFunctionAtt...
tree
|
commitdiff
2015-06-26
Philip Reames
Teach InlineCost to account for a null check which...
tree
|
commitdiff
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
tree
|
commitdiff
2015-06-16
Philip Reames
Reapply 239795 - [InstCombine] Propagate non-null facts...
tree
|
commitdiff
2015-06-16
Philip Reames
Revert 239795
tree
|
commitdiff
2015-06-16
Philip Reames
[InstCombine] Propagate non-null facts to call parameters
tree
|
commitdiff
2015-05-27
Chandler Carruth
[inliner] Fix the early-exit of the inline cost analysi...
tree
|
commitdiff
2015-05-12
Sunil Srivastava
Changed renaming of local symbols by inserting a dot...
tree
|
commitdiff
2015-05-05
David Majnemer
[Inliner] Discard empty COMDAT groups
tree
|
commitdiff
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
tree
|
commitdiff
2015-04-20
Akira Hatanaka
[InlineFunction] Don't add lifetime markers for zero...
tree
|
commitdiff
2015-04-16
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
tree
|
commitdiff
2015-04-15
Duncan P. N. Exon...
DebugInfo: Add missing !dbg attachments to intrinsics
tree
|
commitdiff
2015-04-14
Reid Kleckner
[Inliner] Don't inline functions with frameescape calls
tree
|
commitdiff
2015-04-13
Akira Hatanaka
[inliner] Don't inline a function if it doesn't have...
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
Verifier: Call verifyModule() from llc and opt
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
DebugInfo: Fix bad debug info for compile units and...
tree
|
commitdiff
2015-03-27
Duncan P. N. Exon...
DebugInfo: Update testcases with invalid variables
tree
|
commitdiff
2015-03-23
Duncan P. N. Exon...
DebugInfo: Overload get() in DIDescriptor subclasses
tree
|
commitdiff
2015-03-20
Wei Mi
Correctly estimate SROA savings for store operands...
tree
|
commitdiff
2015-03-16
Duncan P. N. Exon...
DebugInfo: Fix testcases that fail -verify-debug-info...
tree
|
commitdiff
2015-03-15
Duncan P. N. Exon...
Verifier: Check debug info intrinsic arguments
tree
|
commitdiff
2015-03-13
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
tree
|
commitdiff
2015-03-03
Duncan P. N. Exon...
DebugInfo: Move new hierarchy into place
tree
|
commitdiff
2015-02-28
Duncan P. N. Exon...
DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece
tree
|
commitdiff
2015-02-28
Duncan P. N. Exon...
Fix line endings on Transforms/Inline/inline_dbg_declare.ll
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-27
David Blaikie
[opaque pointer type] Add textual IR support for explic...
tree
|
commitdiff
2015-02-12
Bjorn Steinbrink
Fix a crash in the assumption cache when inlining indir...
tree
|
commitdiff
2015-02-12
Michael Zolotukhin
Add a testcase for r228432.
tree
|
commitdiff
2015-02-05
Cameron Esfahani
Value soft float calls as more expensive in the inliner.
tree
|
commitdiff
2015-01-30
Adrian Prantl
Inliner: Use replaceDbgDeclareForAlloca() instead of...
tree
|
commitdiff
2015-01-30
Adrian Prantl
Fix PR22386. The inliner moves static allocas to the...
tree
|
commitdiff
2015-01-21
David Blaikie
DebugInfo: Use distinct inlinedAt MDLocations to avoid...
tree
|
commitdiff
2015-01-14
Duncan P. N. Exon...
IR: Move MDLocation into place
tree
|
commitdiff
2015-01-08
Duncan P. N. Exon...
IR: Add 'distinct' MDNodes to bitcode and assembly
tree
|
commitdiff
2015-01-06
Rafael Espindola
Change the .ll syntax for comdats and add a syntactic...
tree
|
commitdiff
2014-12-15
Duncan P. N. Exon...
IR: Make metadata typeless in assembly
tree
|
commitdiff
2014-12-11
Michael Kuperstein
The inliner needs to fix up debug information for llvm...
tree
|
commitdiff
2014-11-04
Reid Kleckner
Revert "Transforms: reapply SVN r219899"
tree
|
commitdiff
2014-10-29
Saleem Abdulrasool
test: tweak inlined-allocs test
tree
|
commitdiff
2014-10-28
Saleem Abdulrasool
Transforms: reapply SVN r219899
tree
|
commitdiff
2014-10-17
Rafael Espindola
Revert "TRE: make TRE a bit more aggressive"
tree
|
commitdiff
2014-10-16
Saleem Abdulrasool
TRE: make TRE a bit more aggressive
tree
|
commitdiff
2014-10-15
Hal Finkel
Preserve non-byval pointer alignment attributes using...
tree
|
commitdiff
2014-10-08
David Majnemer
Inliner: Non-local functions in COMDATs shouldn't be...
tree
|
commitdiff
2014-10-03
Duncan P. N. Exon...
Revert "Revert "DI: Fold constant arguments into a...
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
Revert "DI: Fold constant arguments into a single MDString"
tree
|
commitdiff
2014-10-02
Duncan P. N. Exon...
DI: Fold constant arguments into a single MDString
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-10-01
Adrian Prantl
Revert r218778 while investigating buldbot breakage.
tree
|
commitdiff
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
tree
|
commitdiff
2014-09-07
Hal Finkel
Add functions for finding ephemeral values
tree
|
commitdiff
2014-09-01
Hal Finkel
Feed AA to the inliner and use AA->getModRefBehavior...
tree
|
commitdiff
2014-09-01
Hal Finkel
Fix AddAliasScopeMetadata again - alias.scope must...
tree
|
commitdiff
2014-08-30
Hal Finkel
Fix AddAliasScopeMetadata to not add scopes when derivi...
tree
|
commitdiff
2014-08-26
Reid Kleckner
Declare that musttail calls in variadic functions forwa...
tree
|
commitdiff
2014-08-14
Hal Finkel
Copy noalias metadata from call sites to inlined instru...
tree
|
commitdiff
2014-08-14
Hal Finkel
Add noalias metadata for general calls (not just memory...
tree
|
commitdiff
2014-07-25
Hal Finkel
Convert noalias parameter attributes into noalias metad...
tree
|
commitdiff
2014-07-03
Richard Trieu
Add new lines to debugging information.
tree
|
commitdiff
2014-07-01
Gerolf Hoflehner
Suppress inlining when the block address is taken
tree
|
commitdiff
2014-06-30
David Blaikie
DebugInfo: Preserve debug location information when...
tree
|
commitdiff
2014-05-22
Diego Novillo
Add support for missed and analysis optimization remarks.
tree
|
commitdiff
2014-05-19
Peter Collingbourne
Check the alwaysinline attribute on the call as well...
tree
|
commitdiff
2014-05-15
Reid Kleckner
Don't insert lifetime.end markers between a musttail...
tree
|
commitdiff
2014-05-15
Reid Kleckner
Revert "Don't insert lifetime.end markers between a...
tree
|
commitdiff
2014-05-15
Reid Kleckner
Don't insert lifetime.end markers between a musttail...
tree
|
commitdiff
2014-05-15
Reid Kleckner
Teach the inliner how to preserve musttail invariants
tree
|
commitdiff
2014-05-08
Dario Domizioli
Revert test commit. Removed blank line.
tree
|
commitdiff
2014-05-08
Dario Domizioli
Test commit. Added blank line.
tree
|
commitdiff
2014-04-28
Chandler Carruth
[inliner] Significantly improve the compile time in...
tree
|
commitdiff
2014-04-25
Manman Ren
[inline cold threshold] Command line argument for inlin...
tree
|
commitdiff
2014-04-21
Reid Kleckner
Fix PR7272 in -tailcallelim instead of the inliner
tree
|
commitdiff
2014-04-17
Gerolf Hoflehner
Reverse 206485.
tree
|
commitdiff
2014-04-17
Gerolf Hoflehner
Inline a function when the always_inline attribute
tree
|
commitdiff
2014-04-15
Julien Lerouge
Add lifetime markers for allocas created to hold byval...
tree
|
commitdiff
2014-04-07
Eric Christopher
Handle vlas during inline cost computation if they...
tree
|
commitdiff
2014-02-06
Manman Ren
Set default of inlinecold-threshold to 225.
tree
|
commitdiff
2014-02-05
Manman Ren
Inliner uses a smaller inline threshold for callees...
tree
|
commitdiff
2014-02-01
Chandler Carruth
[inliner] Skip debug intrinsics even earlier in computi...
tree
|
commitdiff
2014-01-24
Alp Toker
Fix known typos
tree
|
commitdiff
next