aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lto
Commit message (Expand)AuthorAgeFilesLines
* Remove some coding violations. No functionality change.Bill Wendling2012-08-081-9/+10
* Cache a commonly used reference.Bill Wendling2012-08-081-10/+12
* Reduce indentation by early exiting.Bill Wendling2012-08-062-50/+52
* Add a way to grab the target options from the LTO command line.Bill Wendling2012-08-063-2/+148
* Forgot this patch in r159023.Evan Cheng2012-06-221-1/+1
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-061-1/+0
* Reinstate -O3 for LTO.David Blaikie2012-05-301-3/+3
* Fix a use after free when the streamer is destroyed. Fixes pr12622.Rafael Espindola2012-05-111-1/+1
* Remove lto_codegen_set_whole_program_optimization. It is a work in progress,Rafael Espindola2012-04-164-12/+5
* Revert the 'EnableInitializing' flag. There is debate on whether we should ru...Bill Wendling2012-04-091-11/+0
* Apply the scope restrictions after parsing the command line options. There ma...Bill Wendling2012-04-091-3/+3
* s/lto_codegen_whole_program_optimization/lto_codegen_set_whole_program_optimi...Bill Wendling2012-04-092-4/+4
* Add a hook to turn on the internalize pass through the LTO interface.Bill Wendling2012-04-094-2/+13
* The internalize pass can be dangerous for LTO.Bill Wendling2012-04-051-2/+13
* Reformatting. No functionality change.Bill Wendling2012-04-031-18/+19
* Add an option to turn off the expensive GVN load PRE part of GVN.Bill Wendling2012-04-021-1/+5
* Hack the hack. If we have a situation where an ASM object is defined but isn'tBill Wendling2012-04-022-23/+17
* It could come about that we parse the inline ASM before we get a potentialBill Wendling2012-04-022-0/+27
* Move trivial functions into the class definition.Bill Wendling2012-03-312-10/+7
* Trim headers.Bill Wendling2012-03-311-7/+0
* Indent according to LLVM's style guide.Bill Wendling2012-03-311-130/+121
* Cleanup whitespace and trim some of the #includes.Bill Wendling2012-03-314-60/+54
* These strings aren't 'const char *' but 'char *'.Bill Wendling2012-03-312-2/+2
* Cleanup whitespace.Bill Wendling2012-03-311-17/+17
* Free the codegen options when deleting LTO code generator object.Bill Wendling2012-03-311-26/+21
* Cleanup whitespace and remove unneeded 'extern' keyword on function definitions.Bill Wendling2012-03-311-11/+10
* * Set the scope attributes for the ASM symbol we added to be the value passedBill Wendling2012-03-301-14/+18
* Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.Bill Wendling2012-03-301-214/+119
* Make some headway towards compiling all of LLVM.Bill Wendling2012-03-292-36/+55
* Cleanup whitespace.Bill Wendling2012-03-291-15/+12
* Cache the end() iterator.Bill Wendling2012-03-291-3/+3
* Cleanup some whitespaces.Bill Wendling2012-03-282-136/+132
* Inline function into its one caller.Bill Wendling2012-03-281-7/+2
* Reformat the LTOModule code to be more inline with LLVM's coding standards. AddBill Wendling2012-03-282-105/+170
* Some whitespace cleanup.Bill Wendling2012-03-281-19/+14
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-2/+2
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-2/+2
* Add a basic-block autovectorization pass.Hal Finkel2012-02-012-2/+2
* update this to ConstantDataArray. There are no tests and this isn't using th...Chris Lattner2012-01-311-2/+2
* Better diagnostic for malformed .org assembly directive.Jim Grosbach2012-01-271-2/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-4/+3
* Split Finish into Finish and FinishImpl to have a common place to do end ofRafael Espindola2012-01-071-1/+1
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-022-2/+5
* Now that the linker supports lazily materialising globals, don'tPeter Collingbourne2011-11-051-4/+0
* Reformatting changes to get rid of blank lines, put code on one line, and toBill Wendling2011-11-041-66/+58
* Move comment to the correct place.Bill Wendling2011-11-042-2/+1
* Make the Mangler an ivar so that it doesn't have to be passed around everywhere.Bill Wendling2011-11-042-29/+23
* Refactor the MCContext so that it's an ivar instead of a local which is passedBill Wendling2011-11-042-13/+13
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-012-2/+2
* build: Tidy up a bunch of tool Makefiles, and simplify where possible using theDaniel Dunbar2011-10-181-13/+6