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
/
DCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BasicBlockUtils] Add utility to remove redundant dbg.value instrs
Bjorn Pettersson
2019-12-16
1
-0
/
+38
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[LegacyPassManager] Deprecate the BasicBlockPass/Manager.
Alina Sbirlea
2019-09-30
1
-13
/
+16
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DCE] Add DebugCounter support
George Burgess IV
2018-09-13
1
-0
/
+8
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[DCE] Salvage debug info from dead insts
Vedant Kumar
2018-02-15
1
-0
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-3
/
+6
*
Consistently use FunctionAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2016-05-15
1
-1
/
+1
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-2
/
+2
*
PM: Port DCE to the new pass manager
Justin Bogner
2016-04-22
1
-32
/
+36
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-2
/
+2
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-2
/
+2
*
Scalar: Remove some implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
DeadCodeElimination: rewrite to be faster
Fiona Glaser
2015-09-30
1
-31
/
+45
*
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
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-2
/
+4
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
[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
-4
/
+4
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+5
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+2
*
80-col fixup.
Jakub Staszak
2012-10-16
1
-1
/
+2
*
Simplify potentially quadratic behavior while erasing elements from std::vector.
Jakub Staszak
2012-10-16
1
-7
/
+1
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-2
/
+6
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-2
/
+6
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-2
/
+2
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-3
/
+3
*
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
Chris Lattner
2009-09-02
1
-2
/
+1
*
Eliminate several more unnecessary intptr_t casts.
Dan Gohman
2009-02-18
1
-1
/
+1
*
simplify this logic.
Chris Lattner
2008-11-27
1
-4
/
+6
*
Decrementing the iterator here could be wrong if the worklist is empty after ...
Bill Wendling
2008-09-18
1
-4
/
+5
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-6
/
+7
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iterators
David Greene
2007-12-17
1
-4
/
+3
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-4
/
+4
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-4
/
+4
[next]