summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-10-09Test commit. Remove whitespace from otherwise empty lines.Greg Bedwell1-2/+2
2013-10-08Removing unintended code block from lliAndrew Kaylor1-9/+0
2013-10-08Only modify lto.exports.def when contents have changed.Rafael Espindola1-3/+9
2013-10-07Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi1-2/+0
2013-10-07[Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan1-21/+38
2013-10-05lli: Plug leaks in the remote target external implementation.Benjamin Kramer6-1/+16
2013-10-04Fix object file writing in llvm-lto on Windows.Rafael Espindola1-1/+2
2013-10-04Attempting to fix lli build errorAndrew Kaylor1-3/+3
2013-10-04Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2-28/+29
2013-10-04lli: Check pipe creation for errors.Benjamin Kramer1-2/+3
2013-10-04Add lto_codegen_add_dso_symbol to the export list.Rafael Espindola1-0/+1
2013-10-04Adding support and tests for multiple module handling in lliAndrew Kaylor5-227/+304
2013-10-03Optimize linkonce_odr unnamed_addr functions during LTO.Rafael Espindola3-1/+18
2013-10-03Dispose the codegen even when just writing the bitcode file.Rafael Espindola1-1/+3
2013-10-02Fixing lli-child-target buildAndrew Kaylor2-0/+24
2013-10-02Add newline at eof.Benjamin Kramer1-1/+1
2013-10-02Pass the resolved lli-child-target executable name to execv, rather thanRichard Smith1-1/+1
2013-10-02Fix build problems with remote lli implementationAndrew Kaylor1-0/+21
2013-10-02Clean up lli execution codeAndrew Kaylor1-39/+41
2013-10-02Fixing compile warningsAndrew Kaylor1-2/+2
2013-10-02Adding out-of-process execution support to lli.Andrew Kaylor15-16/+987
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth7-337/+2
2013-10-02Tidy up this line of the Makefile before I start hacking on it.Chandler Carruth1-9/+5
2013-10-02Fix option parsing in the gold plugin.Rafael Espindola1-0/+15
2013-10-02Add a -exported-symbol option to llvm-lto.Rafael Espindola1-0/+10
2013-10-02Enable building LTO on WIN32.Rafael Espindola2-4/+18
2013-10-02This threads SectionName through the allocateCodeSection/allocateDataSection ...Filip Pizlo3-7/+13
2013-10-01Remove several unused variables.Rafael Espindola8-17/+0
2013-10-01Adding multiple module support for MCJIT.Andrew Kaylor1-16/+14
2013-09-30Move command line options to the users of libLTO. Fixes --enable-shared build.Rafael Espindola2-16/+108
2013-09-30Revert "Enable building LTO on WIN32."Rafael Espindola2-15/+3
2013-09-30Enable building LTO on WIN32.Rafael Espindola2-3/+15
2013-09-27Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2-4/+4
2013-09-27Re-submit r191472 with a fix for big endian.Rui Ueyama3-3/+58
2013-09-27Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama3-58/+3
2013-09-27Fix another -Wnon-pod-varargs error in r191472.Rui Ueyama1-1/+1
2013-09-27Fix -Wnon-pod-varargs error in r191472.Rui Ueyama1-6/+6
2013-09-27llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama3-3/+58
2013-09-25Add gnu pubsections as options to llvm-dwarfdump.Eric Christopher1-0/+2
2013-09-25Dump the normal dwarf pubtypes section as well.Eric Christopher1-0/+1
2013-09-24Move LTO support library to a component, allowing it to be testedPeter Collingbourne12-1723/+79
2013-09-20llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...NAKAMURA Takumi1-0/+2
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne6-4/+140
2013-09-19msbuild: Set _MSC_VER to match the CRT we're usingReid Kleckner2-0/+10
2013-09-19Include an LLVM-vs2012_xp toolset in the MSBuild integrationReid Kleckner4-0/+37
2013-09-19Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."Andrew Trick8-33/+0
2013-09-18Encapsulate PassManager debug flags to avoid static init and cxa_exit.Andrew Trick8-0/+33
2013-09-18whitespaceAndrew Trick4-11/+11
2013-09-18Lift alignment restrictions for load/store folding on VINSERTF128/VEXTRACTF12...Craig Topper1-0/+1
2013-09-15ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer1-0/+1