index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
InlineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Inliner] Don't inline through callsites with operand bundles
Sanjoy Das
2015-10-23
1
-0
/
+4
*
[InlineFunction] Correctly inline TerminatePadInst
David Majnemer
2015-10-13
1
-5
/
+10
*
TransformUtils: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-42
/
+46
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-3
/
+3
*
[Inline] Use AssumptionCache from the right Function
Vedant Kumar
2015-09-23
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-9
/
+9
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+6
*
[WinEH] Require token linkage in EH pad/ret signatures
Joseph Tremoulet
2015-08-23
1
-2
/
+1
*
[IR] Add token types
David Majnemer
2015-08-14
1
-7
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-21
/
+124
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-3
/
+2
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-25
/
+13
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-13
/
+12
*
[InlineFunction] Don't add lifetime markers for zero-sized allocas.
Akira Hatanaka
2015-04-20
1
-1
/
+5
*
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
Duncan P. N. Exon Smith
2015-04-15
1
-13
/
+0
*
Transforms: Use the new DebugLoc API, NFC
Duncan P. N. Exon Smith
2015-03-30
1
-10
/
+9
*
Inliner should not add callgraph edges for intrinsic calls (PR22857)
Sanjay Patel
2015-03-11
1
-1
/
+8
*
remove function names from comments; NFC
Sanjay Patel
2015-03-10
1
-29
/
+26
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-10
/
+12
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-31
/
+29
*
Remove a redundant dyn_cast.
Adrian Prantl
2015-01-30
1
-3
/
+2
*
Inliner: Use replaceDbgDeclareForAlloca() instead of splicing the
Adrian Prantl
2015-01-30
1
-5
/
+3
*
Fix PR22386. The inliner moves static allocas to the entry basic block
Adrian Prantl
2015-01-30
1
-0
/
+8
*
DebugInfo: Use distinct inlinedAt MDLocations to avoid separate inlined calls...
David Blaikie
2015-01-21
1
-13
/
+49
*
IR: Return unique_ptr from MDNode::getTemporary()
Duncan P. N. Exon Smith
2015-01-19
1
-8
/
+3
*
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
2015-01-19
1
-3
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-13
/
+17
*
The inliner needs to fix up debug information for llvm.dbg.declare, not only ...
Michael Kuperstein
2014-12-11
1
-0
/
+6
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-11
/
+12
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-10
/
+11
*
Revert "Transforms: reapply SVN r219899"
Reid Kleckner
2014-11-04
1
-16
/
+3
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-16
/
+16
*
Transforms: reapply SVN r219899
Saleem Abdulrasool
2014-10-28
1
-3
/
+16
*
Do not attribute static allocas to the call site's DebugLoc.
Paul Robinson
2014-10-21
1
-0
/
+6
*
Preserve non-byval pointer alignment attributes using @llvm.assume when inlining
Hal Finkel
2014-10-15
1
-0
/
+45
*
Simplify code. No functionality change.
Benjamin Kramer
2014-09-13
1
-15
/
+3
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-2
/
+2
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-0
/
+6
*
Enable noalias metadata by default and swap the order of the SLP and Loop vec...
James Molloy
2014-09-04
1
-1
/
+1
*
Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
2014-09-01
1
-11
/
+17
*
Fix AddAliasScopeMetadata again - alias.scope must be a complete description
Hal Finkel
2014-09-01
1
-15
/
+37
*
Fix AddAliasScopeMetadata to not add scopes when deriving from unknown pointers
Hal Finkel
2014-08-30
1
-25
/
+51
*
Fix a typo in AddAliasScopeMetadata
Hal Finkel
2014-08-29
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
[next]