summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gold/gold-plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-021-3/+5
* Make class final to pacify -Wnon-virtual-dtor.Manuel Klimek2015-10-201-1/+1
* Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson2015-10-191-1/+1
* Convert gold-plugin unnecessary unique_ptr into local (NFC)Teresa Johnson2015-10-191-3/+3
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-041-0/+64
* Disable the second verification run when performing LTO throughTeresa Johnson2015-09-161-1/+10
* gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen.Peter Collingbourne2015-09-011-34/+47
* Replace &vector[0] with vector.data() to avoid invalid dereference caught by ...Nick Lewycky2015-08-051-4/+5
* Update for r243115 which changed the DataLayout API on TargetMachine butChandler Carruth2015-07-241-2/+1
* gold-plugin: save the .o when given -save-temps.Rafael Espindola2015-06-151-3/+8
* Fix build error from r234957Duncan P. N. Exon Smith2015-04-151-2/+1
* uselistorder: Pull the bit through WriteToBitcodFile()Duncan P. N. Exon Smith2015-04-151-2/+3
* Simplify use of formatted_raw_ostream.Rafael Espindola2015-04-091-3/+2
* This reverts commit r234460 and r234461.Rafael Espindola2015-04-091-2/+3
* Use the cast machinery to remove dummy uses of formatted_raw_ostream.Rafael Espindola2015-04-091-3/+2
* Fix PR23045.Rafael Espindola2015-03-301-5/+3
* Work around pr23045 and make it easier to reproduce.Rafael Espindola2015-03-271-3/+5
* libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.Peter Collingbourne2015-03-191-1/+22
* Be lazy about loading metadata in IRObjectFile.Rafael Espindola2015-03-131-0/+1
* Fix the build of the gold-plugin and examples.Rafael Espindola2015-03-041-3/+1
* Bring r231132 back with a fix.Rafael Espindola2015-03-041-5/+2
* Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now...NAKAMURA Takumi2015-03-041-2/+5
* Correctly handle -pass-remarks in the gold plugin.Rafael Espindola2015-03-031-5/+2
* Add r230655 back with a fix.Rafael Espindola2015-03-021-11/+32
* Revert r230655, "gold-plugin: "Upgrade" debug info and handle its warnings."NAKAMURA Takumi2015-03-011-29/+11
* gold-plugin: "Upgrade" debug info and handle its warnings.Rafael Espindola2015-02-261-11/+29
* Set the datalayout in the gold plugin.Rafael Espindola2015-02-211-0/+3
* [PM] Fix a compile error I introduced in r229094 and didn't noticeChandler Carruth2015-02-131-1/+1
* [PM] Remove the old 'PassManager.h' header file at the top level ofChandler Carruth2015-02-131-4/+4
* gold-plugin: delete the output file for OT_DISABLEMichael Kuperstein2015-02-121-1/+6
* Gold-plugin: Broaden scope of get/release_input_file to scope of Module.Jan Wen Voung2015-02-111-9/+10
* gold-plugin.cpp: Fixup r227599 corresponding to r227685 and r227731 -- Don't ...NAKAMURA Takumi2015-02-021-1/+5
* Fixup gold-plugin after r227576.Alexey Samsonov2015-01-301-2/+2
* Update of the gold-plugin.cpp code to match Chandler's changes (r226981)Sylvestre Ledru2015-01-241-1/+1
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* Fix linking of shared libraries.Rafael Espindola2015-01-141-1/+1
* Fix handling of extern_weak. This was broken by r225983.Rafael Espindola2015-01-141-2/+4
* Handle a symbol being undefined.Rafael Espindola2015-01-141-1/+5
* Use the DiagnosticHandler to print diagnostics when reading bitcode.Rafael Espindola2015-01-101-2/+21
* Fix a leak found by asan.Rafael Espindola2014-12-231-5/+12
* Simplify the handling of aliases in the gold plugin.Rafael Espindola2014-12-101-49/+33
* Rename createIRObjectFile to just create.Rafael Espindola2014-12-091-2/+2
* Remember the unmangled name in the plugin.Rafael Espindola2014-12-091-3/+3
* Don't lookup an object symbol name in the module.Rafael Espindola2014-12-091-21/+27
* gold plugin: call llvm_shutdown so that -stats works.Rafael Espindola2014-11-251-0/+3
* Add a disable-output option to the gold plugin.Rafael Espindola2014-11-241-9/+20
* gold-plugin: Fix typo in error messageDuncan P. N. Exon Smith2014-11-191-1/+1
* Fix the build of the gold plugin.Rafael Espindola2014-11-011-1/+0
* Remove redundant calls to isMaterializable.Rafael Espindola2014-11-011-4/+2
* Enable the slp vectorizer in the gold plugin.Rafael Espindola2014-10-301-0/+1
OpenPOWER on IntegriCloud