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
/
Scalar
/
TailRecursionElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Alignment][NFC] Finish transition for `Loads`
Guillaume Chatelet
2019-10-21
1
-1
/
+1
*
OpaquePtr: add Type parameter to Loads analysis API.
Tim Northover
2019-07-09
1
-1
/
+1
*
[DTU] Deprecate insertEdge*/deleteEdge*
Chijun Sima
2019-02-22
1
-1
/
+1
*
Move DomTreeUpdater from IR to Analysis
Richard Trieu
2019-02-06
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[TailCallElim] Enable marking of calls with byval as tails
Robert Lougher
2018-10-08
1
-0
/
+6
*
[TailCallElim] Preserve DT and PDT
Chijun Sima
2018-08-04
1
-26
/
+49
*
[TRE][DebugInfo] Preserve Debug Location in new branch instruction
Anastasis Grammenos
2018-08-03
1
-1
/
+2
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-1
/
+1
*
Demote this opt remark to DEBUG.
Adam Nemet
2017-11-28
1
-4
/
+1
*
[TailRecursionElimination] Skip debug intrinsics.
Florian Hahn
2017-11-28
1
-1
/
+1
*
[NFC] Convert OptimizationRemarkEmitter old emit() calls to new closure
Vivek Pandya
2017-10-11
1
-6
/
+12
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[TRE] Move to the new OptRemark API.
Davide Italiano
2017-07-19
1
-28
/
+35
*
[TRE] Simplify canTRE() a bit using all_of(). NFCI.
Davide Italiano
2017-07-18
1
-10
/
+5
*
[TRE] Improve code motion in TRE, use AA to tell whether a load can be moved ...
Xin Tong
2017-06-19
1
-19
/
+27
*
[TRE] Add assertion for folding trivial return block
Xin Tong
2017-06-17
1
-0
/
+4
*
[TRE] Update comments. NFC
Xin Tong
2017-06-17
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[TailCallElim] Remove an unused argument. NFCI
Xin Tong
2017-05-03
1
-9
/
+6
*
[TRE] Remove dead code
Sanjoy Das
2016-11-07
1
-1
/
+0
*
Avoid tail recursion elimination across calls with operand bundles
Sanjoy Das
2016-11-07
1
-1
/
+2
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-1
/
+1
*
[PM] Port TailCallElim
Sean Silva
2016-07-06
1
-2
/
+19
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-4
/
+4
*
[TailRecursionElimination] Refactor/cleanup.
Davide Italiano
2016-06-02
1
-150
/
+121
*
isSafeToLoadUnconditionally support queries without a context
Artur Pilipenko
2016-04-27
1
-1
/
+2
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
Change isSafeToLoadUnconditionally arguments order. Separated from http://rev...
Artur Pilipenko
2016-01-15
1
-2
/
+2
*
[TRE] Simplify code with range-based loops and std::find.
Benjamin Kramer
2016-01-09
1
-7
/
+2
*
[OperandBundles] Have TailCallElim play nice with operand bundles
David Majnemer
2015-12-23
1
-2
/
+2
*
Add 'notail' marker for call instructions.
Akira Hatanaka
2015-11-06
1
-2
/
+4
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-16
/
+14
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Remove DisableTailCalls from TargetOptions and the code in resetTargetOptions
Akira Hatanaka
2015-06-09
1
-0
/
+3
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-1
/
+1
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-5
/
+2
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+1
*
TRE: Just erase dead BBs and tweak the iteration loop not to increment the de...
Benjamin Kramer
2015-02-28
1
-19
/
+7
*
remove function names from comments; NFC
Sanjay Patel
2015-02-27
1
-20
/
+15
*
[multiversion] Thread a function argument through all the callers of the
Chandler Carruth
2015-02-01
1
-1
/
+1
[next]