summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* Whitespace.NAKAMURA Takumi2014-01-15
* Check the error code and save a call to sys::fs::exists.Rafael Espindola2014-01-15
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-15
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Fix Remote MCJIT on WindowsRenato Golin2014-01-14
* Sanitize MCJIT remote executionRenato Golin2014-01-14
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14
* Handle UIDs and GIDs that don't fit in 6 decimal places.Rafael Espindola2014-01-14
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [cleanup] Add a missing include exposed by resorting other includes.Chandler Carruth2014-01-13
* Re-sort #include lines again, prior to moving headers around.Chandler Carruth2014-01-13
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-13
* [PM] Wire up support for printing assembly output from the opt command.Chandler Carruth2014-01-13
* [PM] Add an enum for describing the desired output strategy, and runChandler Carruth2014-01-13
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-12
* [PM] Update one user of the printing pass API that I missed.Chandler Carruth2014-01-12
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* [PM] Fix a bunch of bugs I spotted by inspection when working on thisChandler Carruth2014-01-12
* [PM] Add support for parsing function passes and function pass managerChandler Carruth2014-01-12
* [PM] Actually nest pass managers correctly when parsing the passChandler Carruth2014-01-11
* [PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth2014-01-11
* [PM] Add (very skeletal) support to opt for running the new passChandler Carruth2014-01-11
* Space formatting fix for r198966.Tom Roeder2014-01-10
* Fixing build break: should be in the if statement, not outside.Tom Roeder2014-01-10
* Restore the library dependency of LLVMgold on LTO; this was removed recently butTom Roeder2014-01-10
* 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