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
/
ThinLTOBitcodeWriter.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
-1
/
+1
*
cfi-icall: Allow the jump table to be optionally made non-canonical.
Peter Collingbourne
2019-08-09
1
-2
/
+3
*
ThinLTOBitcodeWriter: Include globals associated with type metadata globals i...
Peter Collingbourne
2019-07-29
1
-3
/
+11
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-07-02
1
-12
/
+31
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "[ThinLTO] Add summary entries for index-based WPD"
Teresa Johnson
2019-01-17
1
-33
/
+12
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-01-17
1
-12
/
+33
*
[LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson
2019-01-11
1
-2
/
+12
*
[IPO][AVR] Create new Functions in the default address space specified in the...
Dylan McKay
2018-12-18
1
-1
/
+2
*
s/std::set/DenseSet/; NFC
George Burgess IV
2018-08-27
1
-1
/
+1
*
[ThinLTOBitcodeWriter] Emit summaries for regular LTO modules
Vlad Tsyrklevich
2018-06-01
1
-4
/
+10
*
Extend the GlobalObject metadata interface
Benjamin Kramer
2018-05-31
1
-21
/
+14
*
LowerTypeTests: Propagate symver directives
Vlad Tsyrklevich
2018-04-20
1
-2
/
+21
*
Pass a module reference to CloneModule.
Rafael Espindola
2018-02-14
1
-1
/
+1
*
Pass a reference to a module to the bitcode writer.
Rafael Espindola
2018-02-14
1
-9
/
+8
*
Recommit r324455 "[ThinLTO] - Simplify code in ThinLTOBitcodeWriter."
George Rimar
2018-02-08
1
-40
/
+12
*
Revert r324455 "[ThinLTO] - Simplify code in ThinLTOBitcodeWriter."
George Rimar
2018-02-07
1
-11
/
+37
*
[ThinLTO] - Simplify code in ThinLTOBitcodeWriter.
George Rimar
2018-02-07
1
-37
/
+11
*
ThinLTOBitcodeWriter: Do not include module-level inline asm in the merged mo...
Peter Collingbourne
2018-02-06
1
-0
/
+1
*
LowerTypeTests: Add limited support for aliases
Vlad Tsyrklevich
2018-01-10
1
-0
/
+25
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-2
/
+1
*
Remove redundant includes from lib/Transforms.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
ThinLTOBitcodeWriter: Try harder to discard unused references to the merged m...
Peter Collingbourne
2017-11-30
1
-3
/
+11
*
ThinLTO Minimized Bitcode File Size Reduction
Haojie Wang
2017-07-21
1
-13
/
+9
*
ThinLTOBitcodeWriter: Do not rewrite intrinsic functions when splitting modules.
Peter Collingbourne
2017-07-19
1
-1
/
+3
*
[PM/ThinLTO] Fix PR33536, a bug where the ThinLTO bitcode writer was
Chandler Carruth
2017-07-11
1
-1
/
+2
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-0
/
+2
*
[cfi] CFI-ICall for ThinLTO.
Evgeniy Stepanov
2017-06-16
1
-7
/
+43
*
Write summaries for merged modules when splitting modules for ThinLTO.
Peter Collingbourne
2017-06-08
1
-2
/
+10
*
[ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.
Tim Shen
2017-06-01
1
-7
/
+13
*
Remove spurious cast of nullptr. NFC.
Serge Guelton
2017-05-11
1
-1
/
+1
*
Ensure non-null ProfileSummaryInfo passed to ModuleSummaryIndex builder
Teresa Johnson
2017-05-10
1
-1
/
+3
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-27
1
-33
/
+2
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
1
-0
/
+2
*
ThinLTOBitcodeWriter: keep comdats together, rename if leader is renamed
Bob Haarman
2017-04-12
1
-6
/
+33
*
Revert "[asan] Fix dead stripping of globals on Linux."
Evgeniy Stepanov
2017-04-10
1
-2
/
+33
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-06
1
-33
/
+2
*
ThinLTOBitcodeWriter: handle aliases first in filterModule
Bob Haarman
2017-04-05
1
-20
/
+20
*
ThinLTOBitcodeWriter: Use Module::global_values(). NFCI.
Peter Collingbourne
2017-03-30
1
-25
/
+7
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-17
/
+57
*
Revert r298158.
Evgeniy Stepanov
2017-03-20
1
-2
/
+42
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-03-17
1
-42
/
+2
*
ThinLTOBitcodeWriter: Do not follow operand edges of type GlobalValue when lo...
Peter Collingbourne
2017-03-02
1
-0
/
+2
*
ThinLTOBitcodeWriter: Write available_externally copies of VCP eligible funct...
Peter Collingbourne
2017-02-14
1
-13
/
+79
*
ThinLTOBitcodeWriter: Strip debug info from merged module.
Peter Collingbourne
2017-02-08
1
-0
/
+2
*
ThinLTOBitcodeWriter: Clear comdats on filtered globals.
Peter Collingbourne
2017-01-18
1
-0
/
+2
*
Apply clang-tidy's performance-unnecessary-value-param to LLVM.
Benjamin Kramer
2017-01-13
1
-1
/
+1
*
IPO: Introduce ThinLTOBitcodeWriter pass.
Peter Collingbourne
2016-12-16
1
-0
/
+344