1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/test/LTO/X86
Tobias Edler von Koch 4bb34e0b6f [LTO] Add options to llvm-lto to select output format and dump merged module
This introduces two new options:
- "llvm-lto -save-merged-module -o outfile" dumps the LTO Module to
  outfile.merged.bc prior to CodeGen and after LTO optimizations have been run.
- "llvm-lto -filetype=asm -o outfile" makes llvm-lto emit assembly instead of
  object code in outfile.

Both are intended for use in lit tests.

llvm-svn: 253624
2015-11-20 00:13:05 +00:00
..
Inputs Add a new attribute: norecurse 2015-11-06 10:32:53 +00:00
attrs.ll
bcsection.ll Make the default triple optional by allowing an empty string 2015-09-16 05:34:32 +00:00
cfi_endproc.ll libLTO, llvm-lto, gold: Introduce flag for controlling optimization level. 2015-03-19 22:01:00 +00:00
current-section.ll Make the default triple optional by allowing an empty string 2015-09-16 05:34:32 +00:00
diagnostic-handler-noexit.ll Add a libLTO diagnostic handler that supports lto_get_error_message API 2015-11-11 19:59:08 +00:00
diagnostic-handler-remarks.ll [LTO] Add an early run of functionattrs 2015-11-18 11:24:42 +00:00
disable-verify.ll Reapply "LTO: Disable extra verify runs in release builds" 2015-09-15 23:05:59 +00:00
invalid.ll Add a new attribute: norecurse 2015-11-06 10:32:53 +00:00
keep-used-puts-during-instcombine.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
linkonce_odr_func.ll Move the personality function from LandingPadInst to Function 2015-06-17 20:52:32 +00:00
list-symbols.ll Make the default triple optional by allowing an empty string 2015-09-16 05:34:32 +00:00
lit.local.cfg
llvm-lto-output.ll [LTO] Add options to llvm-lto to select output format and dump merged module 2015-11-20 00:13:05 +00:00
no-undefined-puts-when-implemented.ll [opaque pointer type] Add textual IR support for explicit type parameter to the call instruction 2015-04-16 23:24:18 +00:00
parallel.ll Add powerpc64 to parallel.ll unsupported architecture list. 2015-09-04 19:45:36 +00:00
private-symbol.ll
runtime-library.ll
set-merged.ll [opaque pointer type] Add textual IR support for explicit type parameter to load instruction 2015-02-27 21:17:42 +00:00
symver-asm.ll
triple-init.ll