summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* [CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi2013-12-10
* [CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. ...NAKAMURA Takumi2013-12-10
* llvm-cov: Added -a option for block data.Yuchen Wu2013-12-10
* Whitespace cleanups.NAKAMURA Takumi2013-12-07
* Revert r196639 while I investigate a bot failure.Lang Hames2013-12-07
* Add support for archives and object file caching under MCJIT.Lang Hames2013-12-07
* llvm-cov: Conformed headers.Yuchen Wu2013-12-05
* Add #pragma vectorize enable/disable to LLVMRenato Golin2013-12-05
* Fix minor GCC warnings.Matt Arsenault2013-12-05
* Correct word hyphenationsAlp Toker2013-12-05
* Export symbols in tools that support loading plugins.Will Dietz2013-12-05
* llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu2013-12-04
* check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi2013-12-03
* opt: Mirror vectorization presets of clangArnold Schwaighofer2013-12-03
* llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder.NAKAMURA Takumi2013-12-03
* llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu2013-12-03
* Cut the gold plugin README down to sizeAlp Toker2013-12-02
* [PM] Remove the underspecified 'getRoot' method from CallGraph. It'sChandler Carruth2013-11-27
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* VS integration: use the correct registry key after r195379Hans Wennborg2013-11-22
* [weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka2013-11-19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* llvm-cov: Clean up memory leaks.Benjamin Kramer2013-11-15
* llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi2013-11-14
* Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to theSimon Atanasyan2013-11-11
* Change libLTO back to linking with @executable_path instead of @rpath.Bob Wilson2013-11-11
* llvm-ar: Let opening a directory failed in llvm-ar.NAKAMURA Takumi2013-11-08
* Suppress OS crash dialog in llvm-rtdyldAlp Toker2013-11-05
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-05
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-05
* Use startswith_lower() where possible.Jakub Staszak2013-11-04
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-02
* Added command-line option to output llvm-cov to file.Yuchen Wu2013-11-02
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Rules adjustments in order to build on DragonFly BSD.Rafael Espindola2013-10-31
* Updated llvm-cov's OVERVIEW descriptionYuchen Wu2013-10-31
* Support names like llvm-ar-3.4 and llvm-ranlib-3.4.Rafael Espindola2013-10-29
* Cleaning up comments in lliAndrew Kaylor2013-10-29
* Adding a workaround for __main linking with remote lli and Cygwin/MinGWAndrew Kaylor2013-10-29
* Fix the lli --extra-module value_descAlp Toker2013-10-28
* Standardizing lli's extra module command line optionAndrew Kaylor2013-10-28
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-27
* lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to unb...NAKAMURA Takumi2013-10-26
* [bugpoint] Increase the default memory limit for subprocesses to 300MB.Daniel Sanders2013-10-25
* llvm-c-test: Don't leak memory buffers.Benjamin Kramer2013-10-25
* lto.h: Use lto_bool_t instead of int to restore the ABIReid Kleckner2013-10-24
* llvm/tools/llvm-c-test should be built also on msvc.NAKAMURA Takumi2013-10-23