index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lto
/
lto.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r188188 and r188200.
Shuxin Yang
2013-08-12
1
-13
/
+0
*
Misc enhancements to LTO:
Shuxin Yang
2013-08-12
1
-0
/
+13
*
Change public functions of LTOCodeGenerator from ret-false-on-succ to ret-tru...
Shuxin Yang
2013-08-07
1
-5
/
+7
*
Split getOpenFile into getOpenFile and getOpenFileSlice.
Rafael Espindola
2013-07-23
1
-2
/
+1
*
Revert r169656.
Bill Wendling
2012-12-10
1
-6
/
+0
*
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-08
1
-0
/
+6
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+2
*
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
-3
/
+3
*
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2012-04-09
1
-0
/
+6
*
Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.
Bill Wendling
2012-03-31
1
-11
/
+10
*
Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.
Bill Wendling
2012-03-30
1
-214
/
+119
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Add a lto_codegen_compile_to_file to avoid producing a file, reading it to
Rafael Espindola
2011-03-22
1
-0
/
+6
*
Add support in the LTO library for loading an object from the middle
Rafael Espindola
2011-03-17
1
-1
/
+14
*
Switch LTO to use MC. This takes the linking of libxul.so from about 7m to
Rafael Espindola
2011-02-24
1
-2
/
+2
*
Don't open the file again in the gold plugin. To be able to do this, update
Rafael Espindola
2011-02-08
1
-0
/
+8
*
Do not include DataTypes.h in llvm-c/lto.h.
Devang Patel
2011-01-07
1
-3
/
+3
*
Fix prototypes.
Devang Patel
2010-08-26
1
-1
/
+1
*
Make it possible to set the cpu used for codegen.
Rafael Espindola
2010-08-11
1
-0
/
+8
*
Make it possible to set the flags passed to the assembler.
Rafael Espindola
2010-08-10
1
-0
/
+10
*
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2010-08-09
1
-0
/
+8
*
Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
Nick Lewycky
2009-08-03
1
-8
/
+0
*
Add newline at end of file.
Duncan Sands
2009-07-03
1
-1
/
+1
*
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-02
1
-9
/
+6
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-5
/
+5
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-4
/
+8
*
Indentation.
Evan Cheng
2009-06-26
1
-8
/
+5
*
<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...
Nick Kledzik
2009-06-04
1
-0
/
+8
*
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-30
1
-0
/
+8
*
fix dangling pointer and argv off by one errors. Add support for --disable-i...
Nick Kledzik
2008-07-08
1
-0
/
+4
*
Provide a hook to set the code generation debug options to investigate lto f...
Devang Patel
2008-07-03
1
-0
/
+6
*
Rename new lto2 tool as lto.
Devang Patel
2008-06-30
1
-0
/
+241
*
Remove old LTO interface.
Devang Patel
2008-06-30
1
-563
/
+0
*
Add CommonLinkage to lto (treated same as weak AFAICT)
Dale Johannesen
2008-05-16
1
-1
/
+3
*
Move MemCpyOpt after GVN.
Owen Anderson
2008-04-22
1
-1
/
+1
*
Add MemCpyOpt to LTO.
Owen Anderson
2008-04-22
1
-0
/
+1
*
Use GVN in LTO instead of GCSE+LoadVN.
Owen Anderson
2008-04-21
1
-2
/
+1
*
Make EH work with unnamed functions. Reenable running
Dale Johannesen
2008-04-02
1
-4
/
+1
*
Begin setting features for target based on target triple string.
Devang Patel
2008-02-07
1
-2
/
+13
*
Do not set time out, lets assume assembler will do its job in reasonable amou...
Devang Patel
2008-02-04
1
-1
/
+1
*
Do not strip symbols when EH is ON.
Devang Patel
2008-02-02
1
-1
/
+4
*
Supply appropriate arch info to darwin assembler.
Devang Patel
2008-01-30
1
-0
/
+16
*
Enable exception handling if it is supported.
Devang Patel
2008-01-30
1
-1
/
+6
*
- Introduces versioning macro LLVM_LTO_VERSION
Devang Patel
2008-01-15
1
-8
/
+41
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Revert my previous check-in.
Devang Patel
2007-12-20
1
-4
/
+1
*
Add lto version check mechanism.
Devang Patel
2007-12-20
1
-1
/
+4
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
1
-1
/
+1
*
Fix a sys::Path API error caught by a gcc 4.2 warning.
Reid Spencer
2007-07-18
1
-1
/
+1
[next]