aboutsummaryrefslogtreecommitdiff
path: root/tools/lto
AgeCommit message (Expand)Author
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-10-18Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem
2012-10-18Temporarily revert the TargetTransform changes.Bob Wilson
2012-10-15LTO also needs to initialize the TargetTransform infrastructure.Nadav Rotem
2012-10-12Set default CPU for Darwin targets with LTO. <rdar://problem/12457841>Bob Wilson
2012-10-10Place temporary LTO files into their own subdirectory.Bill Wendling
2012-10-09Revert "Use a special path to place the .o files in."Bob Wilson
2012-10-08Use a special path to place the .o files in.Bill Wendling
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-10-03Add an explicit -object_path_lto flag during linking with a uniquified temporaryBill Wendling
2012-09-06Explicitly erase the file from disk if something bad happened. <rdar://proble...Bill Wendling
2012-09-05Stop casting away const qualifier needlessly.Roman Divacky
2012-08-21Add support for the --param ssp-buffer-size= driver option.Chad Rosier
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
2012-08-08Remove some coding violations. No functionality change.Bill Wendling
2012-08-08Cache a commonly used reference.Bill Wendling
2012-08-06Reduce indentation by early exiting.Bill Wendling
2012-08-06Add a way to grab the target options from the LTO command line.Bill Wendling
2012-06-22Forgot this patch in r159023.Evan Cheng
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-05-30Reinstate -O3 for LTO.David Blaikie
2012-05-11Fix a use after free when the streamer is destroyed. Fixes pr12622.Rafael Espindola
2012-04-16Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola
2012-04-09Revert the 'EnableInitializing' flag. There is debate on whether we should ru...Bill Wendling
2012-04-09Apply the scope restrictions after parsing the command line options. There ma...Bill Wendling
2012-04-09s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling
2012-04-09Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling
2012-04-05The internalize pass can be dangerous for LTO.Bill Wendling
2012-04-03Reformatting. No functionality change.Bill Wendling
2012-04-02Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling
2012-04-02Hack the hack. If we have a situation where an ASM object is defined but isn'tBill Wendling
2012-04-02It could come about that we parse the inline ASM before we get a potentialBill Wendling
2012-03-31Move trivial functions into the class definition.Bill Wendling
2012-03-31Trim headers.Bill Wendling
2012-03-31Indent according to LLVM's style guide.Bill Wendling
2012-03-31Cleanup whitespace and trim some of the #includes.Bill Wendling
2012-03-31These strings aren't 'const char *' but 'char *'.Bill Wendling
2012-03-31Cleanup whitespace.Bill Wendling
2012-03-31Free the codegen options when deleting LTO code generator object.Bill Wendling
2012-03-31Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling
2012-03-30* Set the scope attributes for the ASM symbol we added to be the value passedBill Wendling
2012-03-30Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.Bill Wendling
2012-03-29Make some headway towards compiling all of LLVM.Bill Wendling
2012-03-29Cleanup whitespace.Bill Wendling
2012-03-29Cache the end() iterator.Bill Wendling
2012-03-28Cleanup some whitespaces.Bill Wendling
2012-03-28Inline function into its one caller.Bill Wendling
2012-03-28Reformat the LTOModule code to be more inline with LLVM's coding standards. AddBill Wendling
2012-03-28Some whitespace cleanup.Bill Wendling
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner