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
/
ADCE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[ADCE] Fix non-deterministic behaviour due to iterating over a pointer set.
Amara Emerson
2019-07-16
1
-3
/
+8
*
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
-4
/
+4
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-1
/
+1
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-1
/
+1
*
[ADCE] Remove the need of DomTree
Chijun Sima
2018-08-04
1
-8
/
+10
*
[Dominators] Convert existing passes and utils to use the DomTreeUpdater class
Chijun Sima
2018-08-03
1
-3
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-12
/
+13
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-2
/
+2
*
[ADCE] Use MapVector for BlockInfo to make iteration order deterministic
Mikael Holmen
2017-11-03
1
-1
/
+3
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-13
1
-17
/
+43
*
[ADCE][Dominators] Reapply: Teach ADCE to preserve dominators
Jakub Kuderski
2017-08-22
1
-7
/
+49
*
Revert "Reapply: [ADCE][Dominators] Teach ADCE to preserve dominators"
Sanjoy Das
2017-08-21
1
-46
/
+7
*
Reapply: [ADCE][Dominators] Teach ADCE to preserve dominators
Jakub Kuderski
2017-08-17
1
-7
/
+46
*
Revert "[ADCE][Dominators] Teach ADCE to preserve dominators"
Jakub Kuderski
2017-08-16
1
-43
/
+7
*
[ADCE][Dominators] Teach ADCE to preserve dominators
Jakub Kuderski
2017-08-16
1
-7
/
+43
*
[Dominators] Include infinite loops in PostDominatorTree
Jakub Kuderski
2017-08-15
1
-18
/
+14
*
[ADCE] Remove redundent code [NFC]
Tobias Grosser
2017-03-16
1
-19
/
+0
*
Fix typos in ADCE comments
Tobias Grosser
2017-03-14
1
-7
/
+7
*
Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior s...
Tobias Grosser
2017-03-02
1
-14
/
+37
*
Fix PR 24415 (at least), by making our post-dominator tree behavior sane.
Daniel Berlin
2017-02-28
1
-37
/
+14
*
Revert test commit
Taewook Oh
2017-01-26
1
-1
/
+0
*
test commit
Taewook Oh
2017-01-26
1
-3
/
+4
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+2
*
[ADCE] Add code to remove dead branches
David Callahan
2016-12-13
1
-54
/
+227
*
Merge branch 'ADCE5'
David Callahan
2016-09-19
1
-2
/
+39
*
[ADCE] Add control dependence computation
David Callahan
2016-08-24
1
-21
/
+88
*
[ADCE] Modify data structures to support removing control flow
David Callahan
2016-08-16
1
-36
/
+205
*
[ADCE] Refactoring for new functionality (NFC)
David Callahan
2016-08-05
1
-46
/
+84
*
[ADCE] Refactor anticipating new functionality (NFC)
David Callahan
2016-08-03
1
-17
/
+34
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-2
/
+1
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-1
/
+1
*
[PM] ADCE: Fix caching of analyses.
Davide Italiano
2016-05-31
1
-3
/
+8
*
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
-5
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+5
*
[PGO] Remove redundant VP instrumentation
Betul Buyukkurt
2016-04-13
1
-0
/
+16
*
ADCE: Remove debug info intrinsics in dead scopes
Duncan P. N. Exon Smith
2016-03-29
1
-6
/
+60
*
Avoid overly large SmallPtrSet/SmallSet
Matthias Braun
2016-01-30
1
-1
/
+1
*
[PM] Port ADCE to the new pass manager
Justin Bogner
2015-10-30
1
-26
/
+33
*
ADCE: Fix typo in file comment. NFC
Justin Bogner
2015-09-25
1
-1
/
+1
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
Rename inst_range() to instructions() for consistency. NFC
Nico Rieck
2015-08-06
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-2
/
+2
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-2
/
+2
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-2
/
+2
*
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
[next]