aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-161-0/+1
* vs2013 msbuild integration: add missing .target files, fix typo in CMakeListsHans Wennborg2013-10-143-1/+25
* yaml2coff/elf: Touchup for compatibility.Will Dietz2013-10-122-8/+10
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor2013-10-112-7/+7
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-112-26/+9
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-101-1/+1
* Provide msbuild integration for vs2013.Hans Wennborg2013-10-104-1/+49
* Fix msbuild integration install script.Hans Wennborg2013-10-101-2/+5
* Test commit. Remove whitespace from otherwise empty lines.Greg Bedwell2013-10-091-2/+2
* Removing unintended code block from lliAndrew Kaylor2013-10-081-9/+0
* Only modify lto.exports.def when contents have changed.Rafael Espindola2013-10-081-3/+9
* Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi2013-10-071-2/+0
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-071-21/+38
* lli: Plug leaks in the remote target external implementation.Benjamin Kramer2013-10-056-1/+16
* Fix object file writing in llvm-lto on Windows.Rafael Espindola2013-10-041-1/+2
* Attempting to fix lli build errorAndrew Kaylor2013-10-041-3/+3
* Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2013-10-042-28/+29
* lli: Check pipe creation for errors.Benjamin Kramer2013-10-041-2/+3
* Add lto_codegen_add_dso_symbol to the export list.Rafael Espindola2013-10-041-0/+1
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-045-227/+304
* Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola2013-10-033-1/+18
* Dispose the codegen even when just writing the bitcode file.Rafael Espindola2013-10-031-1/+3
* Fixing lli-child-target buildAndrew Kaylor2013-10-022-0/+24
* Add newline at eof.Benjamin Kramer2013-10-021-1/+1
* Pass the resolved lli-child-target executable name to execv, rather thanRichard Smith2013-10-021-1/+1
* Fix build problems with remote lli implementationAndrew Kaylor2013-10-021-0/+21
* Clean up lli execution codeAndrew Kaylor2013-10-021-39/+41
* Fixing compile warningsAndrew Kaylor2013-10-021-2/+2
* Adding out-of-process execution support to lli.Andrew Kaylor2013-10-0215-16/+987
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-027-337/+2
* Tidy up this line of the Makefile before I start hacking on it.Chandler Carruth2013-10-021-9/+5
* Fix option parsing in the gold plugin.Rafael Espindola2013-10-021-0/+15
* Add a -exported-symbol option to llvm-lto.Rafael Espindola2013-10-021-0/+10
* Enable building LTO on WIN32.Rafael Espindola2013-10-022-4/+18
* This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo2013-10-023-7/+13
* Remove several unused variables.Rafael Espindola2013-10-018-17/+0
* Adding multiple module support for MCJIT.Andrew Kaylor2013-10-011-16/+14
* Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2013-09-302-16/+108
* Revert "Enable building LTO on WIN32."Rafael Espindola2013-09-302-15/+3
* Enable building LTO on WIN32.Rafael Espindola2013-09-302-3/+15
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-272-4/+4
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-273-3/+58
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-273-58/+3
* Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-1/+1
* Fix -Wnon-pod-varargs error in r191472.Rui Ueyama2013-09-271-6/+6
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-273-3/+58
* Add gnu pubsections as options to llvm-dwarfdump.Eric Christopher2013-09-251-0/+2
* Dump the normal dwarf pubtypes section as well.Eric Christopher2013-09-251-0/+1
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-2412-1723/+79