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
*
[Transforms] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-2
/
+2
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-1
/
+2
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-2
/
+1
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-1
/
+2
*
Keep import function list for inlinee profile update
Wenlei He
2019-11-06
1
-8
/
+11
*
Recommit "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-11-04
1
-11
/
+30
*
Revert "[CodeView] Add option to disable inline line tables."
Amy Huang
2019-10-30
1
-30
/
+11
*
[CodeView] Add option to disable inline line tables.
Amy Huang
2019-10-30
1
-11
/
+30
*
[utils] InlineFunction: fix for debug info affecting optimizations
Bjorn Pettersson
2019-10-28
1
-0
/
+1
*
[Alignment][NFC] Convert AllocaInst to MaybeAlign
Guillaume Chatelet
2019-10-25
1
-5
/
+5
*
Delete dead stores
Fangrui Song
2019-07-12
1
-1
/
+1
*
[CallSite removal] Refactoring llvm::InlineFunction APIs
Mircea Trofin
2019-06-05
1
-8
/
+2
*
Resubmit "[DebugInfo] Update loop metadata for inlined loops"
Orlando Cazalet-Hyams
2019-05-20
1
-3
/
+48
*
Revert "[DebugInfo] Update loop metadata for inlined loops"
Orlando Cazalet-Hyams
2019-05-20
1
-48
/
+3
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-2
/
+1
*
[DebugInfo] Update loop metadata for inlined loops
Orlando Cazalet-Hyams
2019-05-20
1
-3
/
+48
*
Add "const" in GetUnderlyingObjects. NFC
Bjorn Pettersson
2019-04-24
1
-4
/
+3
*
[CallSite removal] Move the legacy PM, call graph, and some inliner
Chandler Carruth
2019-04-19
1
-7
/
+7
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+8
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-4
/
+2
*
Update entry count for cold calls
David Callahan
2019-01-24
1
-35
/
+31
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[CallSite removal] Migrate all Alias Analysis APIs to use the newly
Chandler Carruth
2019-01-07
1
-4
/
+4
*
[IR] Add Instruction::isLifetimeStartOrEnd, NFC
Vedant Kumar
2018-12-21
1
-9
/
+3
*
Introduce llvm.loop.parallel_accesses and llvm.access.group metadata.
Michael Kruse
2018-12-20
1
-7
/
+19
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Enrich inline messages
David Bolvansky
2018-08-05
1
-13
/
+16
*
Revert "Enrich inline messages", tests fail
David Bolvansky
2018-08-01
1
-16
/
+13
*
Enrich inline messages
David Bolvansky
2018-08-01
1
-13
/
+16
*
Revert Enrich inline messages
David Bolvansky
2018-07-31
1
-16
/
+13
*
Enrich inline messages
David Bolvansky
2018-07-31
1
-13
/
+16
*
Remove trailing space
Fangrui Song
2018-07-30
1
-7
/
+7
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[WebAssembly] Add Wasm personality and isScopedEHPersonality()
Heejin Ahn
2018-05-17
1
-1
/
+1
*
Treat inlining a notail call as a regular, non-tail call
Reid Kleckner
2018-04-02
1
-0
/
+6
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[InlineFunction] Update deprecated use of IRBuilder CreateMemCpy (NFC)
Daniel Neilson
2018-02-06
1
-1
/
+1
*
[InlineFunction] Set arg attrs even if there only are VarArg attrs.
Florian Hahn
2018-02-04
1
-1
/
+1
*
Add a ProfileCount class to represent entry counts.
Easwaran Raman
2018-01-17
1
-13
/
+15
*
[InlineFunction] Preserve calling convention when forwarding VarArgs.
Florian Hahn
2018-01-06
1
-0
/
+1
*
[InlineFunction] Preserve attributes when forwarding VarArgs.
Florian Hahn
2018-01-06
1
-4
/
+23
*
[InlineFunction] Inline vararg functions that do not access varargs.
Florian Hahn
2018-01-06
1
-17
/
+20
*
[InlineFunction] Set debug loc for call to forward varargs.
Florian Hahn
2017-12-09
1
-0
/
+1
*
Generalize llvm::replaceDbgDeclare and actually support the use-case that
Adrian Prantl
2017-12-08
1
-1
/
+2
*
[InlineFunction] Only replace call if there are VarArgs to forward.
Florian Hahn
2017-12-06
1
-1
/
+2
*
Inliner: Don't mark notail calls with the 'tail' attribute
Arnold Schwaighofer
2017-11-27
1
-1
/
+2
*
[PartialInliner] Inline vararg functions that forward varargs.
Florian Hahn
2017-11-13
1
-6
/
+22
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
1
-16
/
+53
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-3
/
+3
*
Fix update VP metadata after inlining for instrumentation PGO
Teresa Johnson
2017-05-22
1
-3
/
+4
[next]