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
/
SymbolRewriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-6
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Mark all library options as hidden.
Zachary Turner
2017-12-01
1
-1
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-11
1
-41
/
+60
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[PM] Port SymbolRewriter to the new PM
Michael Kuperstein
2016-07-25
1
-22
/
+33
*
Attempt to pacify windows bots.
Michael Kuperstein
2016-07-25
1
-13
/
+13
*
Don't use iplist in SymbolRewriter. NFC.
Michael Kuperstein
2016-07-25
1
-10
/
+15
*
Make some headers self-contained, remove unused includes that violate layering.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
Remove unnecessary includes
Matt Arsenault
2015-08-08
1
-1
/
+0
*
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
*
Purge unused includes throughout libSupport.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
SymbolRewriter: Hide implementation details
Benjamin Kramer
2015-03-09
1
-6
/
+6
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
SymbolRewriter: allow rewriting with comdats
Saleem Abdulrasool
2015-01-27
1
-0
/
+20
*
SymbolRewriter: prevent unnecessary rewrite
Saleem Abdulrasool
2015-01-27
1
-0
/
+3
*
SymbolRewriter: use iplist::splice
Saleem Abdulrasool
2015-01-05
1
-1
/
+1
*
SymbolRewriter: 80-column
Saleem Abdulrasool
2015-01-05
1
-2
/
+4
*
Remove redundant virtual on overriden functions.
David Blaikie
2014-11-14
1
-1
/
+1
*
Fix extra semicolon warning. NFC.
Vasileios Kalintiris
2014-11-10
1
-1
/
+1
*
Transforms: address some late comments
Saleem Abdulrasool
2014-11-08
1
-30
/
+13
*
Transforms: use typedef rather than using aliases
Saleem Abdulrasool
2014-11-07
1
-26
/
+25
*
Transform: add SymbolRewriter pass
Saleem Abdulrasool
2014-11-07
1
-0
/
+543