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
/
Internalize.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
[Internalize] Replace uses of std::set with DenseSet
Fangrui Song
2019-04-02
1
-4
/
+3
*
[Internalize] Replace fstream with line_iterator for -internalize-public-api-...
Fangrui Song
2019-04-02
1
-9
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-3
/
+3
*
Consistently use ModuleAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
PM: Port Internalize to the new pass manager
Justin Bogner
2016-04-26
1
-98
/
+73
*
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
*
[ThinLTO] Prevent importing of "llvm.used" values
Teresa Johnson
2016-04-20
1
-1
/
+0
*
Minor cleanup in Internalize, hide helper class using anonymous namespace (NFC)
Mehdi Amini
2016-04-13
1
-5
/
+6
*
Really return whether Internalize did change the Module or not.
Mehdi Amini
2016-04-13
1
-7
/
+5
*
Modernize Internalizer with for-range loop (NFC)
Mehdi Amini
2016-04-13
1
-8
/
+6
*
Refactor the InternalizePass into a helper class, and expose it through a pub...
Mehdi Amini
2016-04-13
1
-68
/
+91
*
Refactor Internalization pass to use as a callback instead of a StringSet (NFC)
Mehdi Amini
2016-04-13
1
-75
/
+93
*
Use a StringSet in Internalize, and allow to create the pass from an existing...
Mehdi Amini
2016-02-10
1
-2
/
+12
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-4
/
+4
*
Internalize: internalize comdat members as a group, and drop comdat on such m...
Peter Collingbourne
2015-07-16
1
-26
/
+71
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+1
*
LTO: -internalize sets visibility to default
Duncan P. N. Exon Smith
2014-05-05
1
-0
/
+3
*
[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
*
Revert "Reapply "LTO: add API to set strategy for -internalize""
Duncan P. N. Exon Smith
2014-04-02
1
-26
/
+12
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
Reapply "LTO: add API to set strategy for -internalize"
Duncan P. N. Exon Smith
2014-01-14
1
-16
/
+25
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-1
/
+1
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-1
/
+1
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-1
/
+1
*
Revert r199191, "LTO: add API to set strategy for -internalize"
NAKAMURA Takumi
2014-01-14
1
-21
/
+16
*
LTO: add API to set strategy for -internalize
Duncan P. N. Exon Smith
2014-01-14
1
-16
/
+21
*
Teach the internalize pass to skip dllexported symbols because they could be
Yunzhong Gao
2013-12-03
1
-0
/
+4
*
[PM] Split the CallGraph out from the ModulePass which creates the
Chandler Carruth
2013-11-26
1
-2
/
+3
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
1
-51
/
+13
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
1
-2
/
+19
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
1
-9
/
+37
*
Rename some variables to match the style guide.
Rafael Espindola
2013-09-04
1
-6
/
+6
*
Small simplification given that insert of an empty range is a nop.
Rafael Espindola
2013-09-04
1
-2
/
+1
*
Refactor duplicated logic to a helper function.
Rafael Espindola
2013-09-04
1
-36
/
+53
*
Remove dead code.
Rafael Espindola
2013-09-04
1
-10
/
+0
*
Compulsive reformatting.
Bill Wendling
2013-08-30
1
-2
/
+5
*
Move stack protector names to the same place.
Bill Wendling
2013-08-12
1
-5
/
+3
*
Respect llvm.used in Internalize.
Rafael Espindola
2013-07-25
1
-0
/
+20
*
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-25
1
-0
/
+10
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use an ArrayRef instead of a std::vector&.
Rafael Espindola
2012-12-11
1
-4
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-3
/
+3
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
1
-29
/
+9
*
Add a Fixme.
Bill Wendling
2012-04-16
1
-0
/
+2
*
Code-gen may inject code into the IR before it emits the ASM. The linker
Bill Wendling
2012-04-13
1
-0
/
+6
[next]