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
/
IPO
/
GlobalDCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing includes needed to prune LLVMContext.h include, NFC
Reid Kleckner
2019-11-14
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
Reland: Dead Virtual Function Elimination
Oliver Stannard
2019-10-17
1
-2
/
+154
*
Revert "Dead Virtual Function Elimination"
Jorge Gorbe Moya
2019-10-14
1
-154
/
+2
*
Fix compilation warnings. NFC.
Michael Liao
2019-10-11
1
-1
/
+1
*
Dead Virtual Function Elimination
Oliver Stannard
2019-10-11
1
-2
/
+154
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
GlobalDCE: Teach isEmptyFunction() to ignore debug intrinsics.
Adrian Prantl
2018-11-16
1
-5
/
+10
*
[GlobalDCE] AvailableExternal linkage is checked in isDiscardableIfUnused [NFC].
Xin Tong
2018-09-20
1
-1
/
+1
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[GlobalDCE] Use DenseMap instead of unordered_multimap for GVDependencies.
Michael Zolotukhin
2017-10-17
1
-3
/
+3
*
Global DCE performance improvement
Mehdi Amini
2017-01-27
1
-60
/
+83
*
[PH] Replace uses of AssertingVH from members of analysis results with
Chandler Carruth
2017-01-24
1
-17
/
+1
*
[PM] Replace the hard invalidate in JumpThreading for LVI with correct
Chandler Carruth
2017-01-23
1
-2
/
+25
*
GlobalDCE: Restore a statement accidentally removed in r285048.
Peter Collingbourne
2016-10-25
1
-0
/
+1
*
GlobalDCE: Deduplicate code. NFCI.
Peter Collingbourne
2016-10-25
1
-35
/
+18
*
IR: Introduce Module::global_objects().
Peter Collingbourne
2016-06-22
1
-13
/
+6
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-2
/
+3
*
[GlobalDCE, Misc] Don't remove functions referenced by ifuncs
David Majnemer
2016-05-04
1
-0
/
+26
*
[IPO/GlobalDCE] Port to the new pass manager.
Davide Italiano
2016-05-03
1
-27
/
+28
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+2
*
[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similar
Dmitry Polukhin
2016-04-05
1
-3
/
+3
*
Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-8
/
+2
*
Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...
Vedant Kumar
2015-12-19
1
-2
/
+8
*
Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-8
/
+2
*
Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-2
/
+8
*
[IR] Move optional data in llvm::Function into a hungoff uselist
Vedant Kumar
2015-12-19
1
-8
/
+2
*
Rangify for loops in GlobalDCE, NFC.
Yaron Keren
2015-07-18
1
-55
/
+49
*
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
-0
/
+3
*
GlobalDCE: Improve performance for large modules containing comdats.
Peter Collingbourne
2015-03-19
1
-10
/
+16
*
Prologue support
Peter Collingbourne
2014-12-03
1
-0
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-2
/
+2
*
GlobalDCE: Don't drop any COMDAT members
David Majnemer
2014-10-07
1
-25
/
+14
*
Remove dangling initializers in GlobalDCE
Bruno Cardoso Lopes
2014-08-25
1
-1
/
+7
*
Revert "GlobalDCE: Delete available_externally initializers if it allows remo...
Pete Cooper
2014-07-08
1
-40
/
+3
*
GlobalDCE: Delete available_externally initializers if it allows removing the...
Benjamin Kramer
2014-07-04
1
-3
/
+40
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-7
/
+34
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-1
/
+1
*
Re-commit r208025, reverted in r208030, with a fix for a conformance issue
Richard Smith
2014-05-06
1
-3
/
+3
*
Revert r208025, which made buildbots unhappy for unknown reasons.
Richard Smith
2014-05-06
1
-3
/
+3
*
Add llvm::function_ref (and a couple of uses of it), representing a type-eras...
Richard Smith
2014-05-06
1
-3
/
+3
*
Teach GlobalDCE how to remove empty global_ctor entries.
Nico Weber
2014-05-02
1
-1
/
+15
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-1
/
+1
[next]