projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Merging r258729:
[oota-llvm.git]
/
tools
/
lto
/
2013-07-23
Shuxin Yang
remove unnecessary space
tree
|
commitdiff
2013-07-22
Bill Wendling
Recommit r186217 with testcase fix:
tree
|
commitdiff
2013-07-22
Shuxin Yang
Initialize/Register LTO passes to enable flags like...
tree
|
commitdiff
2013-07-16
Rafael Espindola
Add a wrapper for open.
tree
|
commitdiff
2013-07-13
Chandler Carruth
Revert commit r186217 -- this is breaking bots:
tree
|
commitdiff
2013-07-12
Bill Wendling
Use the function attributes to pass along the stack...
tree
|
commitdiff
2013-07-08
Bill Wendling
Don't run internalize if we're outputing bit-code and...
tree
|
commitdiff
2013-07-05
Rafael Espindola
Use sys::fs::createTemporaryFile.
tree
|
commitdiff
2013-07-02
Rafael Espindola
Remove address spaces from MC.
tree
|
commitdiff
2013-06-18
Bill Wendling
Use pointers to the MCAsmInfo and MCRegInfo.
tree
|
commitdiff
2013-06-17
Rafael Espindola
Don't use PathV1.h in LTOCodeGenerator.cpp
tree
|
commitdiff
2013-06-13
Rafael Espindola
Don't use PathV1.h in Signals.h.
tree
|
commitdiff
2013-06-12
Rafael Espindola
Inline Path::isBitcodeFile into only use and remove it.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Include PathV1.h in files that use it.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Convert another use of sys::identifyFileType.
tree
|
commitdiff
2013-06-10
Rafael Espindola
Pass a StringRef to sys::identifyFileType.
tree
|
commitdiff
2013-06-04
Bob Wilson
Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options.
tree
|
commitdiff
2013-05-29
Bill Wendling
Don't reach into the middle of TargetMachine and cache...
tree
|
commitdiff
2013-05-24
Michael J. Spencer
Replace Count{Leading,Trailing}Zeros_{32,64} with count...
tree
|
commitdiff
2013-05-23
Bill Wendling
The command line options need to be processed before...
tree
|
commitdiff
2013-05-04
Rafael Espindola
Last batch of cleanups to Linker.h.
tree
|
commitdiff
2013-05-04
Rafael Espindola
Don't construct or delete a module on the Linker.
tree
|
commitdiff
2013-05-04
Rafael Espindola
Remove unused members and constructor arguments.
tree
|
commitdiff
2013-05-04
Rafael Espindola
Add missing header.
tree
|
commitdiff
2013-05-02
Bill Wendling
Remove redundant flag.
tree
|
commitdiff
2013-05-02
Bill Wendling
We don't want FP elimination when doing an Apple-style...
tree
|
commitdiff
2013-04-24
Rafael Espindola
Don't produce an empty llvm.compiler.used in LTO.
tree
|
commitdiff
2013-04-17
Peter Collingbourne
Add support for subsections to the ELF assembler. Fixes...
tree
|
commitdiff
2013-03-29
Bob Wilson
Run the ObjCARCContract pass for LTO. <rdar://problem...
tree
|
commitdiff
2013-03-13
Lang Hames
Make LTO codegen use a PassManager, rather than a Funct...
tree
|
commitdiff
2013-02-28
Bill Wendling
Add the -disable-opt option to LTO. This adds:
tree
|
commitdiff
2013-02-13
Bill Wendling
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times...
tree
|
commitdiff
2013-01-31
Chandler Carruth
Fix a copy/paste-o that got missed because 'check'...
tree
|
commitdiff
2013-01-31
Chandler Carruth
Give the MCStreamer class hierarchy LLVM RTTI facilitie...
tree
|
commitdiff
2013-01-15
Nadav Rotem
LTO: Also init TTI for codegen passes.
tree
|
commitdiff
2013-01-14
Eli Bendersky
Expose an InitToTextSection through MCStreamer.
tree
|
commitdiff
2013-01-07
Eli Bendersky
Add the align_to_end option to .bundle_lock in the...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Switch TargetTransformInfo from an immutable analysis...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Fix another place where we build the TTI pass to the...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Sort a few more #include lines in tools/... unittests...
tree
|
commitdiff
2012-12-20
Eli Bendersky
Aligned bundling support. Following the discussion...
tree
|
commitdiff
2012-12-16
Reed Kotler
This patch is needed to make c++ exceptions work for...
tree
|
commitdiff
2012-12-11
NAKAMURA Takumi
llvm/tools: Add #include "llvm/TargetTransformInfo.h"
tree
|
commitdiff
2012-12-11
Rafael Espindola
Change some functions to take const pointers.
tree
|
commitdiff
2012-12-10
Bill Wendling
Revert r169656.
tree
|
commitdiff
2012-12-10
NAKAMURA Takumi
[CMake] Update dependencies to intrinsics_gen correspon...
tree
|
commitdiff
2012-12-10
Bill Wendling
Revert to old behavior until linker can pass export...
tree
|
commitdiff
2012-12-08
Bill Wendling
Add the `lto_codegen_set_export_dynamic' function.
tree
|
commitdiff
2012-12-07
Jim Grosbach
Add C API for specifying CPU to the disassembler.
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort the #include lines for tools/...
tree
|
commitdiff
2012-11-29
Pedro Artigas
One more step towards making doInitialization and doFin...
tree
|
commitdiff
2012-11-27
Owen Anderson
Revert r168635 "Step towards implementation of pass...
tree
|
commitdiff
2012-11-26
Owen Anderson
Step towards implementation of pass manager with doInit...
tree
|
commitdiff
2012-11-24
Benjamin Kramer
libLTO: Add a utility method to initialize the disassem...
tree
|
commitdiff
2012-11-15
Owen Anderson
Add doInitialization and doFinalization methods to...
tree
|
commitdiff
2012-10-22
Kevin Enderby
Add support for annotated disassembly output for X86...
tree
|
commitdiff
2012-10-18
Nadav Rotem
Reapply the TargerTransformInfo changes, minus the...
tree
|
commitdiff
2012-10-18
Bob Wilson
Temporarily revert the TargetTransform changes.
tree
|
commitdiff
2012-10-15
Nadav Rotem
LTO also needs to initialize the TargetTransform infras...
tree
|
commitdiff
2012-10-12
Bob Wilson
Set default CPU for Darwin targets with LTO. <rdar...
tree
|
commitdiff
2012-10-10
Bill Wendling
Place temporary LTO files into their own subdirectory.
tree
|
commitdiff
2012-10-09
Bob Wilson
Revert "Use a special path to place the .o files in."
tree
|
commitdiff
2012-10-08
Bill Wendling
Use a special path to place the .o files in.
tree
|
commitdiff
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
tree
|
commitdiff
2012-10-03
Bill Wendling
Add an explicit -object_path_lto flag during linking...
tree
|
commitdiff
2012-09-06
Bill Wendling
Explicitly erase the file from disk if something bad...
tree
|
commitdiff
2012-09-05
Roman Divacky
Stop casting away const qualifier needlessly.
tree
|
commitdiff
2012-08-21
Chad Rosier
Add support for the --param ssp-buffer-size= driver...
tree
|
commitdiff
2012-08-17
Bill Wendling
Change the `linker_private_weak_def_auto' linkage to...
tree
|
commitdiff
2012-08-08
Bill Wendling
Remove some coding violations. No functionality change.
tree
|
commitdiff
2012-08-08
Bill Wendling
Cache a commonly used reference.
tree
|
commitdiff
2012-08-06
Bill Wendling
Reduce indentation by early exiting.
tree
|
commitdiff
2012-08-06
Bill Wendling
Add a way to grab the target options from the LTO comma...
tree
|
commitdiff
2012-06-22
Evan Cheng
Forgot this patch in r159023.
tree
|
commitdiff
2012-06-06
Benjamin Kramer
Remove unused private fields found by clang's new ...
tree
|
commitdiff
2012-05-30
David Blaikie
Reinstate -O3 for LTO.
tree
|
commitdiff
2012-05-11
Rafael Espindola
Fix a use after free when the streamer is destroyed...
tree
|
commitdiff
2012-04-16
Rafael Espindola
Remove lto_codegen_set_whole_program_optimization....
tree
|
commitdiff
2012-04-09
Bill Wendling
Revert the 'EnableInitializing' flag. There is debate...
tree
|
commitdiff
2012-04-09
Bill Wendling
Apply the scope restrictions after parsing the command...
tree
|
commitdiff
2012-04-09
Bill Wendling
s/lto_codegen_whole_program_optimization/lto_codegen_se...
tree
|
commitdiff
2012-04-09
Bill Wendling
Add a hook to turn on the internalize pass through...
tree
|
commitdiff
2012-04-05
Bill Wendling
The internalize pass can be dangerous for LTO.
tree
|
commitdiff
2012-04-03
Bill Wendling
Reformatting. No functionality change.
tree
|
commitdiff
2012-04-02
Bill Wendling
Add an option to turn off the expensive GVN load PRE...
tree
|
commitdiff
2012-04-02
Bill Wendling
Hack the hack. If we have a situation where an ASM...
tree
|
commitdiff
2012-04-02
Bill Wendling
It could come about that we parse the inline ASM before...
tree
|
commitdiff
2012-03-31
Bill Wendling
Move trivial functions into the class definition.
tree
|
commitdiff
2012-03-31
Bill Wendling
Trim headers.
tree
|
commitdiff
2012-03-31
Bill Wendling
Indent according to LLVM's style guide.
tree
|
commitdiff
2012-03-31
Bill Wendling
Cleanup whitespace and trim some of the #includes.
tree
|
commitdiff
2012-03-31
Bill Wendling
These strings aren't 'const char *' but 'char *'.
tree
|
commitdiff
2012-03-31
Bill Wendling
Cleanup whitespace.
tree
|
commitdiff
2012-03-31
Bill Wendling
Free the codegen options when deleting LTO code generat...
tree
|
commitdiff
2012-03-31
Bill Wendling
Cleanup whitespace and remove unneeded 'extern' keyword...
tree
|
commitdiff
2012-03-30
Bill Wendling
* Set the scope attributes for the ASM symbol we added...
tree
|
commitdiff
2012-03-30
Bill Wendling
Cleanup whitespace. Doxygenize comments. And indent...
tree
|
commitdiff
2012-03-29
Bill Wendling
Make some headway towards compiling all of LLVM.
tree
|
commitdiff
2012-03-29
Bill Wendling
Cleanup whitespace.
tree
|
commitdiff
next