summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2014-01-13[cleanup] Add a missing include exposed by resorting other includes.Chandler Carruth1-0/+1
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth18-35/+17
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth3-3/+5
2014-01-13[PM] Wire up support for printing assembly output from the opt command.Chandler Carruth1-3/+16
2014-01-13[PM] Add an enum for describing the desired output strategy, and runChandler Carruth3-5/+20
2014-01-12[PM] Add module and function printing passes for the new pass manager.Chandler Carruth1-0/+12
2014-01-12[PM] Update one user of the printing pass API that I missed.Chandler Carruth1-1/+1
2014-01-12[PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2-3/+3
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth4-7/+7
2014-01-12[PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth1-13/+15
2014-01-12[PM] Add support for parsing function passes and function pass managerChandler Carruth1-4/+81
2014-01-11[PM] Actually nest pass managers correctly when parsing the passChandler Carruth1-1/+7
2014-01-11[PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth1-0/+1
2014-01-11[PM] Add (very skeletal) support to opt for running the new passChandler Carruth6-1/+259
2014-01-10Space formatting fix for r198966.Tom Roeder1-1/+1
2014-01-10Fixing build break: should be in the if statement, not outside.Tom Roeder1-1/+3
2014-01-10Restore the library dependency of LLVMgold on LTO; this was removed recently butTom Roeder1-0/+2
2014-01-10lli: Tweak CacheName not to contain DOS driveletter.NAKAMURA Takumi1-1/+9
2014-01-10lli: LLIObjectCache: Use llvm::sys::path to get dirname.NAKAMURA Takumi1-2/+5
2014-01-10Whitespace.NAKAMURA Takumi1-2/+2
2014-01-09Fix accidental use of the exotic "std::string::back()" method. Turns out it'sLang Hames1-1/+2
2014-01-09Add an "-object-cache-dir=<string>" option to LLI. This option specifies theLang Hames1-7/+23
2014-01-09llvm-dwarfdump: type unit dwo supportDavid Blaikie1-0/+1
2014-01-09llvm-readobj: address review comments for ARM EHABI printingSaleem Abdulrasool1-18/+10
2014-01-09llvm-readobj: fix endiannessSaleem Abdulrasool1-5/+6
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth1-3/+2
2014-01-09Replace fstream use with raw_fd_ostream.Lang Hames1-2/+2
2014-01-08Use getError and remove the error_code operator.Rafael Espindola1-2/+2
2014-01-08Use -std=gnu99 in tools/llvm-c-test/CMakeLists.txtRafael Espindola1-1/+1
2014-01-08Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames1-0/+123
2014-01-08llvm-readobj: add support for ARM EHABI unwind infoSaleem Abdulrasool2-0/+291
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth7-7/+7
2014-01-05[Mips] Add support for DT_MIPS_RLD_MAP and DT_MIPS_PLTGOT dynamicSimon Atanasyan1-0/+4
2013-12-30Port r198087 and r198089 (strip dead code by default) from make to cmake.Nico Weber3-0/+9
2013-12-29Set LLVM_EXPORTED_SYMBOL_FILE in CMakeLists whose corresponding Makefiles do so.Nico Weber1-0/+8
2013-12-28EXPORTED_SYMBOL_FILE support for cmakeNico Weber2-45/+5
2013-12-27Strip dead code when linking by default with BFD ld (linux, ...) and ld64 (os...Nico Weber5-6/+9
2013-12-25gold-plugin.cpp: Use form of <plugin-api.h>, since it is external header.NAKAMURA Takumi1-1/+1
2013-12-25llvm-config: Fix typo in help message introduced with r197664.NAKAMURA Takumi1-1/+1
2013-12-24llvm-symbolizer: add --obj flag to specify a single object file that should b...Alexey Samsonov1-17/+24
2013-12-20llvm-config: Show OBJROOT rather than OBJROOT/BUILD_MODE in MakefileStyle.NAKAMURA Takumi1-0/+1
2013-12-20llvm-config: Use build_mode instead of LLVM_BUILDMODE. It should be equivalen...NAKAMURA Takumi1-3/+3
2013-12-19llvm-config: Don't show build tree with --obj-root for installed llvm-config....NAKAMURA Takumi1-1/+1
2013-12-19llvm-config: Show build root instead of parent path in build tree with --obj-...NAKAMURA Takumi1-0/+1
2013-12-19Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov3-0/+170
2013-12-19llvm-config: Introduce --system-libs to print SYSTEM_LIBS, and deprecate SYST...NAKAMURA Takumi1-3/+11
2013-12-19llvm-cov: Added -f option for function summaries.Yuchen Wu1-1/+5
2013-12-18llvm-cov: Added -c option for branch counts.Yuchen Wu1-3/+7
2013-12-18Revert r197380, "llvm-config: Print SYSTEM_LIBS with --libs, instead of --ldf...NAKAMURA Takumi1-8/+2
2013-12-17llvm-config: Let directories aware of CMAKE_CFG_INTDIR.NAKAMURA Takumi1-7/+9