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: 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
*
Adding new LTO APIs to parse metadata nodes and extract linker options and
Yunzhong Gao
2014-01-21
1
-1
/
+38
*
LTO: document LTO_API_VERSION for each API
Duncan P. N. Exon Smith
2014-01-16
1
-7
/
+80
*
[LTO] Add a hook to map LLVM diagnostics into the clients of LTO.
Quentin Colombet
2014-01-15
1
-1
/
+28
*
Reapply "LTO: add API to set strategy for -internalize"
Duncan P. N. Exon Smith
2014-01-14
1
-1
/
+14
*
Revert r199191, "LTO: add API to set strategy for -internalize"
NAKAMURA Takumi
2014-01-14
1
-14
/
+1
*
LTO: add API to set strategy for -internalize
Duncan P. N. Exon Smith
2014-01-14
1
-1
/
+14
*
Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".
Rafael Espindola
2013-10-31
1
-9
/
+0
*
Use c comments.
Rafael Espindola
2013-10-25
1
-3
/
+3
*
lto.h: Use lto_bool_t instead of int to restore the ABI
Reid Kleckner
2013-10-24
1
-9
/
+23
*
llvm-c/lto.h: Avoid use of bool.
NAKAMURA Takumi
2013-10-23
1
-12
/
+9
*
Optimize linkonce_odr unnamed_addr functions during LTO.
Rafael Espindola
2013-10-03
1
-4
/
+12
*
Try again to fix the MSVC build.
Peter Collingbourne
2013-09-25
1
-1
/
+1
*
Wrap the #include of <stdbool.h> in an #ifndef __cplusplus.
Peter Collingbourne
2013-09-25
1
-0
/
+2
*
Revert 189297, the original commit message is following.
Shuxin Yang
2013-08-27
1
-17
/
+1
*
Add new API lto_codegen_compile_parallel().
Shuxin Yang
2013-08-27
1
-1
/
+17
*
Revert r188188 and r188200.
Shuxin Yang
2013-08-12
1
-12
/
+0
*
Misc enhancements to LTO:
Shuxin Yang
2013-08-12
1
-0
/
+12
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
Revert r169656.
Bill Wendling
2012-12-10
1
-7
/
+0
*
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-08
1
-0
/
+7
*
libLTO: Add a utility method to initialize the disassemblers.
Benjamin Kramer
2012-11-24
1
-0
/
+7
*
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
Rafael Espindola
2012-04-16
1
-6
/
+0
*
s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...
Bill Wendling
2012-04-09
1
-1
/
+1
*
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2012-04-09
1
-2
/
+6
*
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-31
1
-16
/
+17
*
Organize LLVM C API docs into doxygen modules; add docs
Gregory Szorc
2012-03-21
1
-0
/
+10
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
Rafael Espindola
2011-03-22
1
-0
/
+7
*
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-17
1
-1
/
+9
[next]