summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-22
* Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-22
* Check for errors when calling lto_codegen_add_module in the gold plugin.Rafael Espindola2013-10-18
* [pr17595] Fix a use after free.Rafael Espindola2013-10-16
* llvm-symbolizer: don't always run demangler on global object namesAlexey Samsonov2013-10-16
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* vs2013 msbuild integration: add missing .target files, fix typo in CMakeListsHans Wennborg2013-10-14
* yaml2coff/elf: Touchup for compatibility.Will Dietz2013-10-12
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-11
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Provide msbuild integration for vs2013.Hans Wennborg2013-10-10
* Fix msbuild integration install script.Hans Wennborg2013-10-10
* Test commit. Remove whitespace from otherwise empty lines.Greg Bedwell2013-10-09
* Removing unintended code block from lliAndrew Kaylor2013-10-08
* Only modify lto.exports.def when contents have changed.Rafael Espindola2013-10-08
* Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi2013-10-07
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-07
* lli: Plug leaks in the remote target external implementation.Benjamin Kramer2013-10-05
* Fix object file writing in llvm-lto on Windows.Rafael Espindola2013-10-04
* Attempting to fix lli build errorAndrew Kaylor2013-10-04
* Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2013-10-04
* lli: Check pipe creation for errors.Benjamin Kramer2013-10-04
* Add lto_codegen_add_dso_symbol to the export list.Rafael Espindola2013-10-04
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-04
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-03
* Dispose the codegen even when just writing the bitcode file.Rafael Espindola2013-10-03
* Fixing lli-child-target buildAndrew Kaylor2013-10-02
* Add newline at eof.Benjamin Kramer2013-10-02
* Pass the resolved lli-child-target executable name to execv, rather thanRichard Smith2013-10-02
* Fix build problems with remote lli implementationAndrew Kaylor2013-10-02
* Clean up lli execution codeAndrew Kaylor2013-10-02
* Fixing compile warningsAndrew Kaylor2013-10-02
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-02
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Tidy up this line of the Makefile before I start hacking on it.Chandler Carruth2013-10-02
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-02
* Add a -exported-symbol option to llvm-lto.Rafael Espindola2013-10-02
* Enable building LTO on WIN32.Rafael Espindola2013-10-02
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-02
* Remove several unused variables.Rafael Espindola2013-10-01
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-01
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-30
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-30
* Enable building LTO on WIN32.Rafael Espindola2013-09-30
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-27
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-27
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-27
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-27