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
/
include
/
llvm-c
/
lto.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LTO][Legacy] Add API for passing LLVM options separately
Francis Visoiu Mistrih
2019-11-19
1
-1
/
+14
*
Wrap C APIs with pragmas enforcing -Werror=strict-prototypes
Duncan P. N. Exon Smith
2019-11-19
1
-6
/
+4
*
[LTO][Legacy] Add new C inferface to query libcall functions
Steven Wu
2019-09-16
1
-1
/
+9
*
[NFC][libLTO] Rearrange declaration in lto.h
Steven Wu
2019-09-13
1
-42
/
+42
*
[ThinLTO]LTO]Legacy] Fix dependent libraries support by adding querying of th...
Ben Dunbobbin
2019-06-12
1
-9
/
+41
*
[ELF] Implement Dependent Libraries Feature
Ben Dunbobbin
2019-05-17
1
-1
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+4
*
Reland r342233: [ThinLTO] Allow setting of maximum cache size with 64-bit number
James Henderson
2018-09-17
1
-1
/
+11
*
Revert r342233.
James Henderson
2018-09-14
1
-11
/
+1
*
[ThinLTO]Allow setting of maximum cache size with 64-bit number
James Henderson
2018-09-14
1
-1
/
+11
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-4
/
+4
*
[ThinLTO] Added a couple of C LTO API interfaces to control the cache policy.
Ekaterina Romanova
2018-03-02
1
-1
/
+23
*
Allow 0 to be a valid value pruning interval in C LTO API. Value 0 will cause...
Ekaterina Romanova
2018-02-15
1
-1
/
+1
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-01-23
1
-1
/
+1
*
[ThinLTO][CachePruning] explicitly disable pruning
Ben Dunbobbin
2017-12-22
1
-4
/
+4
*
[ThinLTO][C-API] Correct api comments
Ben Dunbobbin
2017-12-19
1
-9
/
+9
*
Reorganize libLTO C API header lto.h (NFC)
Mehdi Amini
2017-04-08
1
-74
/
+70
*
[ThinLTO] Add an API to trigger file-based API for returning objects to the l...
Mehdi Amini
2016-12-14
1
-1
/
+35
*
Propery format doccomment in lto.h . NFC
Amaury Sechet
2016-07-26
1
-4
/
+4
*
Do not use bool in C header lto.h, use lto_bool_t instead
Mehdi Amini
2016-07-11
1
-1
/
+2
*
Add a libLTO API to query a memory buffer and check if it contains ObjC categ...
Mehdi Amini
2016-07-11
1
-5
/
+13
*
ThinLTOCodeGenerator: ignore 0 values for the cache settings.
Mehdi Amini
2016-05-09
1
-4
/
+5
*
Provide some default values for the ThinLTO Cache pruning
Mehdi Amini
2016-05-03
1
-3
/
+6
*
Add a libLTO API to stop/restart ThinLTO between optimizations and CodeGen
Mehdi Amini
2016-04-01
1
-1
/
+19
*
Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...
Eugene Zelenko
2016-03-28
1
-15
/
+5
*
Const-correctness in libLTO
Mehdi Amini
2016-03-19
1
-1
/
+1
*
Use lto_bool_t instead of a raw `bool` (fixup for r262977).
Sean Silva
2016-03-09
1
-1
/
+1
*
void foo() is not a valid C prototype, one has to write void foo(void)
Mehdi Amini
2016-03-09
1
-1
/
+1
*
libLTO: add a ThinLTOCodeGenerator on the model of LTOCodeGenerator.
Mehdi Amini
2016-03-09
1
-2
/
+219
*
LTO: Simplify merged module ownership.
Peter Collingbourne
2015-08-24
1
-2
/
+2
*
LTO: expose LTO_SYMBOL_ALIAS, which indicates that the symbol is an alias.
Peter Collingbourne
2015-07-04
1
-2
/
+3
*
lto: Clean up C libLTO interfaces pertaining to linker flags.
Peter Collingbourne
2015-06-29
1
-39
/
+5
*
Teach LTOModule to emit linker flags for dllexported symbols, plus interface ...
Peter Collingbourne
2015-06-29
1
-0
/
+10
*
LTO: expose LTO_SYMBOL_COMDAT flag, which indicates that the definition is pa...
Peter Collingbourne
2015-06-11
1
-1
/
+2
*
LTO: Add API to choose whether to embed uselists
Duncan P. N. Exon Smith
2015-04-27
1
-1
/
+13
*
LTO: Correct some doxygen comments about API availability
Duncan P. N. Exon Smith
2015-04-27
1
-3
/
+3
*
[LTO API] add lto_codegen_set_should_internalize.
Manman Ren
2015-04-17
1
-1
/
+11
*
[LTO API] add lto_codegen_set_module to set the destination module.
Manman Ren
2015-02-24
1
-1
/
+12
*
Fix warning: "function declaration isn’t a prototype"
Rafael Espindola
2015-02-04
1
-1
/
+1
*
Fix duplicated symbol error.
Rafael Espindola
2015-02-03
1
-3
/
+1
*
[LTO API] split lto_codegen_compile to lto_codegen_optimize and
Manman Ren
2015-02-03
1
-1
/
+38
*
libLTO: Allow linker to choose context of modules and codegen
Duncan P. N. Exon Smith
2014-11-11
1
-1
/
+49
*
Remove lto_codegen_set_attr.
Rafael Espindola
2014-08-01
1
-9
/
+1
*
Move LTOModule and LTOCodeGenerator to the llvm namespace.
Rafael Espindola
2014-05-03
1
-2
/
+2
*
Style update: don't duplicate comments, they were getting out of sync.
Rafael Espindola
2014-05-03
1
-2
/
+3
*
Add an -mattr option to the gold plugin to support subtarget features in LTO
Tom Roeder
2014-04-25
1
-1
/
+9
*
Teach llvm-lto to respect the given RelocModel.
James Molloy
2014-04-14
1
-1
/
+2
*
Revert "Reapply "LTO: add API to set strategy for -internalize""
Duncan P. N. Exon Smith
2014-04-02
1
-19
/
+0
*
Add 'remark' diagnostic type in LLVM
Tobias Grosser
2014-02-28
1
-4
/
+5
*
LTO API: add lto_module_create_from_memory_with_path.
Manman Ren
2014-02-10
1
-1
/
+11
[next]