summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-12-19llvm-config: Don't show build tree with --obj-root for installed llvm-config....NAKAMURA Takumi
2013-12-19llvm-config: Show build root instead of parent path in build tree with --obj-...NAKAMURA Takumi
2013-12-19Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov
2013-12-19llvm-config: Introduce --system-libs to print SYSTEM_LIBS, and deprecate SYST...NAKAMURA Takumi
2013-12-19llvm-cov: Added -f option for function summaries.Yuchen Wu
2013-12-18llvm-cov: Added -c option for branch counts.Yuchen Wu
2013-12-18Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldf...NAKAMURA Takumi
2013-12-17llvm-config: Let directories aware of CMAKE_CFG_INTDIR.NAKAMURA Takumi
2013-12-16llvm-cov: Added -u option for unconditional branch info.Yuchen Wu
2013-12-16[CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi
2013-12-16llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should b...NAKAMURA Takumi
2013-12-16llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags.NAKAMURA Takumi
2013-12-13llvm-cov: Added -b option for branch probabilities.Yuchen Wu
2013-12-10Fix gcc warnings.Matt Arsenault
2013-12-10[CMake] Add MCDisassembler to tools/lto. (has been removed since r196908)NAKAMURA Takumi
2013-12-10[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.NAKAMURA Takumi
2013-12-10[CMake] lli/CMakeLists.txt: Move add_subdirectory(ChildTarget) to the front. ...NAKAMURA Takumi
2013-12-10llvm-cov: Added -a option for block data.Yuchen Wu
2013-12-07Whitespace cleanups.NAKAMURA Takumi
2013-12-07Revert r196639 while I investigate a bot failure.Lang Hames
2013-12-07Add support for archives and object file caching under MCJIT.Lang Hames
2013-12-05llvm-cov: Conformed headers.Yuchen Wu
2013-12-05Add #pragma vectorize enable/disable to LLVMRenato Golin
2013-12-05Fix minor GCC warnings.Matt Arsenault
2013-12-05Correct word hyphenationsAlp Toker
2013-12-05Export symbols in tools that support loading plugins.Will Dietz
2013-12-04llvm-cov: Split GCOVFile's read into GCNO and GCDA.Yuchen Wu
2013-12-03check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi
2013-12-03opt: Mirror vectorization presets of clangArnold Schwaighofer
2013-12-03llvm-config: With --build-mode, show ${CMAKE_CFG_INTDIR} on multiconfig builder.NAKAMURA Takumi
2013-12-03llvm-cov: Removed output to STDOUT/specified file.Yuchen Wu
2013-12-02Cut the gold plugin README down to sizeAlp Toker
2013-11-27[PM] Remove the underspecified 'getRoot' method from CallGraph. It'sChandler Carruth
2013-11-26[PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth
2013-11-22VS integration: use the correct registry key after r195379Hans Wennborg
2013-11-19[weak vtables] Place class definitions into anonymous namespaces to prevent w...Juergen Ributzka
2013-11-19[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-19llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie
2013-11-18Revert r194865 and r194874.Alexey Samsonov
2013-11-15[weak vtables] Remove a bunch of weak vtablesJuergen Ributzka
2013-11-15llvm-cov: Clean up memory leaks.Benjamin Kramer
2013-11-14llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi
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