projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[Inline] Use AssumptionCache from the right Function
[oota-llvm.git]
/
lib
/
Transforms
/
Utils
/
InlineFunction.cpp
2015-09-23
Vedant Kumar
[Inline] Use AssumptionCache from the right Function
blob
|
commitdiff
|
raw
2015-09-09
Chandler Carruth
[PM/AA] Rebuild LLVM's alias analysis infrastructure...
blob
|
commitdiff
|
raw
|
diff to current
2015-09-03
Joseph Tremoulet
[WinEH] Add cleanupendpad instruction
blob
|
commitdiff
|
raw
|
diff to current
2015-08-23
Joseph Tremoulet
[WinEH] Require token linkage in EH pad/ret signatures
blob
|
commitdiff
|
raw
|
diff to current
2015-08-14
David Majnemer
[IR] Add token types
blob
|
commitdiff
|
raw
|
diff to current
2015-07-31
David Majnemer
New EH representation for MSVC compatibility
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
Pete Cooper
Use make_range(rbegin(), rend()) to allow foreach loops...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-22
Chandler Carruth
[PM/AA] Extract the ModRef enums from the AliasAnalysis...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-23
Alexander Kornienko
Revert r240137 (Fixed/added namespace ending comments...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-19
Alexander Kornienko
Fixed/added namespace ending comments using clang-tidy...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-17
David Majnemer
Move the personality function from LandingPadInst to...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
David Blaikie
Simplify IRBuilder::CreateCall* by using ArrayRef+initi...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
blob
|
commitdiff
|
raw
|
diff to current
2015-04-20
Akira Hatanaka
[InlineFunction] Don't add lifetime markers for zero...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
blob
|
commitdiff
|
raw
|
diff to current
2015-03-30
Duncan P. N. Exon...
Transforms: Use the new DebugLoc API, NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-03-11
Sanjay Patel
Inliner should not add callgraph edges for intrinsic...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
Sanjay Patel
remove function names from comments; NFC
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
Mehdi Amini
DataLayout is mandatory, update the API to reflect...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-04
Mehdi Amini
Make DataLayout Non-Optional in the Module
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
Adrian Prantl
Remove a redundant dyn_cast.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
Adrian Prantl
Inliner: Use replaceDbgDeclareForAlloca() instead of...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
Adrian Prantl
Fix PR22386. The inliner moves static allocas to the...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-21
David Blaikie
DebugInfo: Use distinct inlinedAt MDLocations to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-19
Duncan P. N. Exon...
IR: Return unique_ptr from MDNode::getTemporary()
blob
|
commitdiff
|
raw
|
diff to current
2015-01-19
Duncan P. N. Exon...
IR: Remove MDNodeFwdDecl
blob
|
commitdiff
|
raw
|
diff to current
2015-01-04
Chandler Carruth
[PM] Split the AssumptionTracker immutable pass into...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-11
Michael Kuperstein
The inliner needs to fix up debug information for llvm...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-09
Duncan P. N. Exon...
IR: Split Metadata from Value
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
Duncan P. N. Exon...
Revert "IR: MDNode => Value"
blob
|
commitdiff
|
raw
|
diff to current
2014-11-04
Reid Kleckner
Revert "Transforms: reapply SVN r219899"
blob
|
commitdiff
|
raw
|
diff to current
2014-11-01
Duncan P. N. Exon...
IR: MDNode => Value: Instruction::getMetadata()
blob
|
commitdiff
|
raw
|
diff to current
2014-10-28
Saleem Abdulrasool
Transforms: reapply SVN r219899
blob
|
commitdiff
|
raw
|
diff to current
2014-10-21
Paul Robinson
Do not attribute static allocas to the call site's...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Hal Finkel
Preserve non-byval pointer alignment attributes using...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-13
Benjamin Kramer
Simplify code. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-07
Hal Finkel
Make use of @llvm.assume in ValueTracking (computeKnown...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-07
Hal Finkel
Add an Assumption-Tracking Pass
blob
|
commitdiff
|
raw
|
diff to current
2014-09-04
James Molloy
Enable noalias metadata by default and swap the order...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-01
Hal Finkel
Feed AA to the inliner and use AA->getModRefBehavior...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-01
Hal Finkel
Fix AddAliasScopeMetadata again - alias.scope must...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-30
Hal Finkel
Fix AddAliasScopeMetadata to not add scopes when derivi...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-29
Hal Finkel
Fix a typo in AddAliasScopeMetadata
blob
|
commitdiff
|
raw
|
diff to current
2014-08-27
Craig Topper
Simplify creation of a bunch of ArrayRefs by using...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-24
Craig Topper
Use range based for loops to avoid needing to re-mentio...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-21
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-18
Craig Topper
Revert "Repace SmallPtrSet with SmallPtrSetImpl in...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-17
Craig Topper
Repace SmallPtrSet with SmallPtrSetImpl in function...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-14
Hal Finkel
Copy noalias metadata from call sites to inlined instru...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-14
Hal Finkel
Add noalias metadata for general calls (not just memory...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-12
Reid Kleckner
Move helper for getting a terminating musttail call...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-25
Hal Finkel
Convert noalias parameter attributes into noalias metad...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-24
Hal Finkel
Add scoped-noalias metadata
blob
|
commitdiff
|
raw
|
diff to current
2014-06-30
David Blaikie
DebugInfo: Preserve debug location information when...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-09
Evgeniy Stepanov
Fix line numbers for code inlined from __nodebug__...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-15
Reid Kleckner
Don't insert lifetime.end markers between a musttail...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-15
Reid Kleckner
Revert "Don't insert lifetime.end markers between a...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-15
Reid Kleckner
Remove unused variable in inliner
blob
|
commitdiff
|
raw
|
diff to current
2014-05-15
Reid Kleckner
Don't insert lifetime.end markers between a musttail...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-15
Reid Kleckner
Teach the inliner how to preserve musttail invariants
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Craig Topper
[C++] Use 'nullptr'. Transforms edition.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-23
Matt Arsenault
Remove more default address space argument usage.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Reid Kleckner
Fix PR7272 in -tailcallelim instead of the inliner
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Julien Lerouge
Add lifetime markers for allocas created to hold byval...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-15
Julien Lerouge
Split byval argument initialization so the memcpy(s...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-18
Rafael Espindola
Rename some member variables from TD to DL.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-08
Mark Seaborn
Fix inlining to not lose the "cleanup" clause from...
blob
|
commitdiff
|
raw
|
diff to current
2013-12-08
Mark Seaborn
Fix inlining to not produce duplicate landingpad clauses
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Mark Seaborn
InlineFunction.cpp: Remove a return value that is alway...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-03
David Majnemer
Revert "Inliner: Handle readonly attribute per argument...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-31
Manman Ren
Do not convert "call asm" to "invoke asm" in Inliner.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-24
Tom Stellard
Inliner: Handle readonly attribute per argument when...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-30
Richard Trieu
Fix a use after free. RI is freed before the call...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-30
Adrian Prantl
Spelling. Thanks, Eric.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-30
Adrian Prantl
Set debug locations for branch instructions created...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-23
Adrian Prantl
Make sure the instruction right after an inlined functi...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-22
Bill Wendling
Add all clauses when merging the landing pads. Duplicat...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-22
Bill Wendling
Don't use the removed API.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Bill Wendling
Always forward 'resume' instructions to the outter...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-13
Alexey Samsonov
Figure out <size> argument of llvm.lifetime intrinsics...
blob
|
commitdiff
|
raw
|
diff to current
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-29
Chandler Carruth
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
blob
|
commitdiff
|
raw
|
diff to current
2012-06-28
Bill Wendling
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-09
Dmitri Gribenko
Convert comments to proper Doxygen comments.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-26
Eric Christopher
Tidy.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-26
Eric Christopher
Tidy.
blob
|
commitdiff
|
raw
|
diff to current
2012-02-25
Chad Rosier
Add support for disabling llvm.lifetime intrinsics...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-06
Bill Wendling
[unwind removal] Remove all of the code for the dead...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Bill Wendling
s/getInnerUnwindDest/getInnerResumeDest/g
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Bill Wendling
Remove ivar which is identical to another ivar.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Bill Wendling
Remove unused ivars and s/getOuterUnwindDest/getOuterRe...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Bill Wendling
Remove more dead functions.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Bill Wendling
s/getInnerUnwindDestNewEH/getInnerUnwindDest/g
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Bill Wendling
Remove some unused, old-EH methods.
blob
|
commitdiff
|
raw
|
diff to current
2012-01-31
Bill Wendling
Get rid of references to dead intrinsics.
blob
|
commitdiff
|
raw
|
diff to current
next