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
*
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
*
[ProfileSummary] Make getProfileCount a non-static member function.
Easwaran Raman
2017-05-09
1
-8
/
+10
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-09
1
-38
/
+5
*
Revert r302469 "Make it illegal for two Functions to point to the same DISubp...
Hans Wennborg
2017-05-09
1
-5
/
+38
*
Make it illegal for two Functions to point to the same DISubprogram
Adrian Prantl
2017-05-08
1
-38
/
+5
*
Make getParamAlignment use argument numbers
Reid Kleckner
2017-04-28
1
-1
/
+1
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-1
/
+1
*
Allow DataLayout to specify addrspace for allocas.
Matt Arsenault
2017-04-10
1
-7
/
+7
*
Fix UB found by -Wtautological-undefined-compare
David Blaikie
2017-03-20
1
-4
/
+3
*
Updates branch_weights annotation for call instructions during inlining.
Dehao Chen
2017-03-20
1
-11
/
+40
*
Remove getArgumentList() in favor of arg_begin(), args(), etc
Reid Kleckner
2017-03-16
1
-1
/
+1
*
Revert "Strip debug info when inlining into a nodebug function."
Adrian Prantl
2017-03-07
1
-30
/
+12
*
Strip debug info when inlining into a nodebug function.
Adrian Prantl
2017-02-28
1
-12
/
+30
*
Revert r296366 "[InlineFunction] add nonnull assumptions based on argument at...
Hans Wennborg
2017-02-27
1
-36
/
+22
*
[InlineFunction] add nonnull assumptions based on argument attributes
Sanjay Patel
2017-02-27
1
-22
/
+36
*
[InlineFunction] use getFunction(); NFC
Sanjay Patel
2017-02-15
1
-3
/
+3
*
[InlineFunction] use getCaller(); NFCI
Sanjay Patel
2017-02-15
1
-3
/
+2
*
[InlineFunction] use range-for loop; NFCI
Sanjay Patel
2017-02-15
1
-10
/
+8
*
Fix a bug in caller's BFI update code after inlining.
Easwaran Raman
2017-02-14
1
-3
/
+10
*
Improve PGO support for the new inliner
Easwaran Raman
2017-01-20
1
-4
/
+68
*
fix typo; NFC
Sanjay Patel
2017-01-02
1
-1
/
+1
*
[Inliner] remove unnecessary null checks from AddAlignmentAssumptions(); NFCI
Sanjay Patel
2016-12-31
1
-5
/
+3
*
[PM] Move the collection of call sites to a more appropriate place
Chandler Carruth
2016-12-27
1
-9
/
+15
*
[PM] Provide an initial, minimal port of the inliner to the new pass manager.
Chandler Carruth
2016-12-20
1
-1
/
+9
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-6
/
+26
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-26
/
+6
*
[InlineFunction] Refactor code in function `fixupLineNumbers' as suggested by...
Andrea Di Biagio
2016-12-07
1
-16
/
+18
*
[InlineFunction] Do not propagate the callsite debug location to instructions...
Andrea Di Biagio
2016-12-07
1
-3
/
+8
[next]