summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-11-11Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan
2013-11-11Change libLTO back to linking with @executable_path instead of @rpath.Bob Wilson
2013-11-08llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi
2013-11-05Suppress OS crash dialog in llvm-rtdyldAlp Toker
2013-11-05Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu
2013-11-05llvm-cov: Added command-line option to change dir.Yuchen Wu
2013-11-04Use startswith_lower() where possible.Jakub Staszak
2013-11-02move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola
2013-11-02Added command-line option to output llvm-cov to file.Yuchen Wu
2013-10-31Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola
2013-10-31Rules adjustments in order to build on DragonFly BSD.Rafael Espindola
2013-10-31Updated llvm-cov's OVERVIEW descriptionYuchen Wu
2013-10-29Support names like llvm-ar-3.4 and llvm-ranlib-3.4.Rafael Espindola
2013-10-29Cleaning up comments in lliAndrew Kaylor
2013-10-29Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor
2013-10-28Fix the lli --extra-module value_descAlp Toker
2013-10-28Standardizing lli's extra module command line optionAndrew Kaylor
2013-10-27MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi
2013-10-26lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi
2013-10-25[bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders
2013-10-25llvm-c-test: Don't leak memory buffers.Benjamin Kramer
2013-10-24lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner
2013-10-23llvm/tools/llvm-c-test should be built also on msvc.NAKAMURA Takumi
2013-10-23llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi
2013-10-23llvm-c-test: Make them C89-compliant.NAKAMURA Takumi
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg
2013-10-22Change llvm-cov output formatting to be more similar to gcov.Bob Wilson
2013-10-22Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson
2013-10-18Check for errors when calling lto_codegen_add_module in the gold plugin.Rafael Espindola
2013-10-16[pr17595] Fix a use after free.Rafael Espindola
2013-10-16llvm-symbolizer: don't always run demangler on global object namesAlexey Samsonov
2013-10-16Adding support for deregistering EH frames with MCJIT.Andrew Kaylor
2013-10-14vs2013 msbuild integration: add missing .target files, fix typo in CMakeListsHans Wennborg
2013-10-12yaml2coff/elf: Touchup for compatibility.Will Dietz
2013-10-12Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz
2013-10-11Fixing problems in lli's RemoteMemoryManager.Andrew Kaylor
2013-10-11Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor
2013-10-10Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren
2013-10-10Provide msbuild integration for vs2013.Hans Wennborg
2013-10-10Fix msbuild integration install script.Hans Wennborg
2013-10-09Test commit. Remove whitespace from otherwise empty lines.Greg Bedwell
2013-10-08Removing unintended code block from lliAndrew Kaylor
2013-10-08Only modify lto.exports.def when contents have changed.Rafael Espindola
2013-10-07Revert r191088, corresponding to r191823 to re-enable llvm-lto on cygming.NAKAMURA Takumi
2013-10-07[Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan
2013-10-05lli: Plug leaks in the remote target external implementation.Benjamin Kramer
2013-10-04Fix object file writing in llvm-lto on Windows.Rafael Espindola
2013-10-04Attempting to fix lli build errorAndrew Kaylor
2013-10-04Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor
2013-10-04lli: Check pipe creation for errors.Benjamin Kramer