summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* lli: Tweak CacheName not to contain DOS driveletter.NAKAMURA Takumi2014-01-10
* lli: LLIObjectCache: Use llvm::sys::path to get dirname.NAKAMURA Takumi2014-01-10
* Whitespace.NAKAMURA Takumi2014-01-10
* Fix accidental use of the exotic "std::string::back()" method. Turns out it'sLang Hames2014-01-09
* Add an "-object-cache-dir=<string>" option to LLI. This option specifies theLang Hames2014-01-09
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-09
* llvm-readobj: address review comments for ARM EHABI printingSaleem Abdulrasool2014-01-09
* llvm-readobj: fix endiannessSaleem Abdulrasool2014-01-09
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Replace fstream use with raw_fd_ostream.Lang Hames2014-01-09
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txtRafael Espindola2014-01-08
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* llvm-readobj: add support for ARM EHABI unwind infoSaleem Abdulrasool2014-01-08
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* [Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamicSimon Atanasyan2014-01-05
* Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber2013-12-30
* Set LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corresponding Makefiles do so.Nico Weber2013-12-29
* EXPORTED_SYMBOL_FILE support for cmakeNico Weber2013-12-28
* Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber2013-12-27
* gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header.NAKAMURA Takumi2013-12-25
* llvm-config: Fix typo in help message introduced with r197664.NAKAMURA Takumi2013-12-25
* llvm-symbolizer: add --obj flag to specify a single object file that should b...Alexey Samsonov2013-12-24
* llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.NAKAMURA Takumi2013-12-20
* llvm-config: Use build_mode instead of LLVM_BUILDMODE. It should be equivalen...NAKAMURA Takumi2013-12-20
* llvm-config: Don't show build tree with --obj-root for installed llvm-config....NAKAMURA Takumi2013-12-19
* llvm-config: Show build root instead of parent path in build tree with --obj-...NAKAMURA Takumi2013-12-19
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-19
* llvm-config: Introduce --system-libs to print SYSTEM_LIBS, and deprecate SYST...NAKAMURA Takumi2013-12-19
* llvm-cov: Added -f option for function summaries.Yuchen Wu2013-12-19
* llvm-cov: Added -c option for branch counts.Yuchen Wu2013-12-18
* Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldf...NAKAMURA Takumi2013-12-18
* llvm-config: Let directories aware of CMAKE_CFG_INTDIR.NAKAMURA Takumi2013-12-17
* llvm-cov: Added -u option for unconditional branch info.Yuchen Wu2013-12-16
* [CMake] Introduce LLVM_RUNTIME_OUTPUT_INTDIR and LLVM_LIBRARY_OUTPUT_INTDIR t...NAKAMURA Takumi2013-12-16
* llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should b...NAKAMURA Takumi2013-12-16
* llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldflags.NAKAMURA Takumi2013-12-16
* llvm-cov: Added -b option for branch probabilities.Yuchen Wu2013-12-13
* Fix gcc warnings.Matt Arsenault2013-12-10
* [CMake] Add MCDisassembler to tools/lto. (has been removed since r196908)NAKAMURA Takumi2013-12-10
* [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