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
...
*
[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
*
[tsan] Add support for C++ exceptions into TSan (call __tsan_func_exit during...
Kuba Brecka
2016-11-14
1
-31
/
+1
*
Inliner: Don't mark swifterror allocas with lifetime markers
Arnold Schwaighofer
2016-09-09
1
-0
/
+3
*
Fix inliner funclet unwind memoization
Joseph Tremoulet
2016-09-04
1
-7
/
+79
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-1
/
+1
*
Preserve the assumption cache more often
David Majnemer
2016-08-16
1
-12
/
+22
*
[Inliner] Don't treat inalloca allocas as static
Reid Kleckner
2016-08-12
1
-3
/
+10
*
Avoid using a raw AssumptionCacheTracker in various inliner functions.
Sean Silva
2016-07-23
1
-5
/
+5
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-13
/
+10
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
1
-1
/
+1
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
1
-1
/
+1
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-2
/
+1
*
Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-1
/
+2
*
All llvm.deoptimize declarations must use the same calling convention
Sanjoy Das
2016-05-12
1
-1
/
+7
*
[Inliner] Preserve llvm.mem.parallel_loop_access metadata
Hal Finkel
2016-04-28
1
-0
/
+31
*
Maintain calling convention when inling calls to llvm.deoptimize
Sanjoy Das
2016-04-09
1
-1
/
+3
*
Don't insert stackrestore on deoptimizing returns
Sanjoy Das
2016-04-01
1
-2
/
+4
*
Don't insert lifetime end markers on deoptimizing returns
Sanjoy Das
2016-04-01
1
-2
/
+5
*
Introduce a @llvm.experimental.guard intrinsic
Sanjoy Das
2016-03-31
1
-5
/
+7
*
Introduce @llvm.experimental.deoptimize
Sanjoy Das
2016-03-11
1
-1
/
+64
*
Revert revisions 262636, 262643, 262679, and 262682.
Easwaran Raman
2016-03-08
1
-6
/
+3
*
Fix a use-after-free bug introduced in r262636
Easwaran Raman
2016-03-04
1
-1
/
+4
*
Infrastructure for PGO enhancements in inliner
Easwaran Raman
2016-03-03
1
-2
/
+2
[prev]
[next]