aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Make LLVM build on AArch64.Tim Murray2014-03-141-0/+12
* am b7485134: am 449fc261: Merge "llvm: convert makefiles to support multilib ...Colin Cross2014-02-181-18/+8
|\
| * llvm: convert makefiles to support multilib buildColin Cross2014-02-061-18/+8
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1196-2919/+3828
|\ \ | |/ |/|
| * Merging r196294:Bill Wendling2013-12-071-2/+14
| * Merging r196100:Bill Wendling2013-12-021-14/+6
| * Merging r195479:Bill Wendling2013-11-251-1/+1
| * Merging r195092:Bill Wendling2013-11-191-32/+6
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+30
| * llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie2013-11-191-0/+1
| * Revert r194865 and r194874.Alexey Samsonov2013-11-181-39/+1
| * [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+39
| * llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-151-2/+2
| * llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi2013-11-142-2/+2
| * Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan2013-11-111-0/+22
| * Change libLTO back to linking with @executable_path instead of @rpath.Bob Wilson2013-11-111-1/+1
| * llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-081-0/+7
| * Suppress OS crash dialog in llvm-rtdyldAlp Toker2013-11-051-0/+5
| * Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-051-11/+1
| * llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-051-1/+11
| * Use startswith_lower() where possible.Jakub Staszak2013-11-041-1/+1
| * move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-1/+224
| * Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-021-1/+10
| * Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-314-13/+41
| * Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-311-2/+2
| * Updated llvm-cov's OVERVIEW descriptionYuchen Wu2013-10-311-1/+1
| * Support names like llvm-ar-3.4 and llvm-ranlib-3.4.Rafael Espindola2013-10-291-2/+2
| * Cleaning up comments in lliAndrew Kaylor2013-10-291-2/+2
| * Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-291-0/+48
| * Fix the lli --extra-module value_descAlp Toker2013-10-281-1/+1
| * Standardizing lli's extra module command line optionAndrew Kaylor2013-10-281-2/+1
| * MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-272-17/+1
| * lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi2013-10-262-1/+17
| * [bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders2013-10-251-3/+3
| * llvm-c-test: Don't leak memory buffers.Benjamin Kramer2013-10-251-0/+2
| * lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-241-9/+9
| * llvm/tools/llvm-c-test should be built also on msvc.NAKAMURA Takumi2013-10-231-5/+1
| * llvm-c/lto.h: Avoid use of bool.NAKAMURA Takumi2013-10-231-9/+9
| * llvm-c-test: Make them C89-compliant.NAKAMURA Takumi2013-10-235-15/+29
| * Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-2313-1/+689
| * Change llvm-cov output formatting to be more similar to gcov.Bob Wilson2013-10-221-1/+1
| * Move the printing of llvm-cov information out from collectLineCounts().Bob Wilson2013-10-221-0/+1
| * Check for errors when calling lto_codegen_add_module in the gold plugin.Rafael Espindola2013-10-181-2/+7
| * [pr17595] Fix a use after free.Rafael Espindola2013-10-161-6/+11
| * llvm-symbolizer: don't always run demangler on global object namesAlexey Samsonov2013-10-162-1/+8
| * 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