index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
lto
/
LTOCodeGenerator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add missing header.
Rafael Espindola
2013-05-04
1
-0
/
+1
*
Revert r169656.
Bill Wendling
2012-12-10
1
-2
/
+0
*
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
2012-12-08
1
-0
/
+2
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-1
/
+0
*
Remove lto_codegen_set_whole_program_optimization. It is a work in progress,
Rafael Espindola
2012-04-16
1
-2
/
+0
*
Add a hook to turn on the internalize pass through the LTO interface.
Bill Wendling
2012-04-09
1
-0
/
+3
*
Move trivial functions into the class definition.
Bill Wendling
2012-03-31
1
-2
/
+7
*
Cleanup whitespace and trim some of the #includes.
Bill Wendling
2012-03-31
1
-47
/
+50
*
These strings aren't 'const char *' but 'char *'.
Bill Wendling
2012-03-31
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
/
+2
*
Add a special streamer to libLTO that just records symbols definitions and
Rafael Espindola
2011-03-02
1
-0
/
+6
*
Switch LTO to use MC. This takes the linking of libxul.so from about 7m to
Rafael Espindola
2011-02-24
1
-8
/
+2
*
Make tool_output_file's raw_ostream instance a member variable instead
Dan Gohman
2010-09-01
1
-1
/
+1
*
Make it possible to set the cpu used for codegen.
Rafael Espindola
2010-08-11
1
-0
/
+2
*
Make it possible to set the flags passed to the assembler.
Rafael Espindola
2010-08-10
1
-0
/
+2
*
Fix another -Wmismatched-tags warning
Douglas Gregor
2009-12-23
1
-1
/
+1
*
Fix struct/class mismatch for LTOModule and LTOCodeGenerator, detected by Clang
Douglas Gregor
2009-12-23
1
-2
/
+1
*
Remove the GCC path from libLTO. This has been superceded by setAssemblerPath.
Nick Lewycky
2009-08-03
1
-2
/
+0
*
Have asm printers use formatted_raw_ostream directly to avoid a
David Greene
2009-07-14
1
-1
/
+1
*
Maintain the old LTO API, by using the global context.
Owen Anderson
2009-07-02
1
-1
/
+1
*
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
1
-2
/
+2
*
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
1
-2
/
+2
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-0
/
+2
*
<rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...
Nick Kledzik
2009-06-04
1
-0
/
+2
*
Allow a user of libLTO to specify the full pathname of the gcc executable to
Nick Lewycky
2009-04-30
1
-0
/
+2
*
Remove warning about declaration does not declare anything. This class was
Nick Lewycky
2008-11-30
1
-1
/
+0
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-2
/
+4
*
fix dangling pointer and argv off by one errors. Add support for --disable-i...
Nick Kledzik
2008-07-08
1
-4
/
+2
*
Provide a hook to set the code generation debug options to investigate lto f...
Devang Patel
2008-07-03
1
-1
/
+5
*
Rename new lto2 tool as lto.
Devang Patel
2008-06-30
1
-0
/
+62