summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Remove unused include following r199929Alp Toker2014-01-23
* Replace the interim lli build fix with something cleanerAlp Toker2014-01-23
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.NAKAMURA Takumi2014-01-23
* Interim build fix for MakefilesAlp Toker2014-01-23
* Prospective Makefile build fixAlp Toker2014-01-23
* Refactor lli-child-target to remove duplicated codeAlp Toker2014-01-23
* Tweak r199835 to use can_execute() instead of exists()Alp Toker2014-01-22
* Eliminate inappropriate use of FindProgramByName() from lliAlp Toker2014-01-22
* Don't open or fstat files twice in llvm-ar.Rafael Espindola2014-01-22
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* Whitespace.NAKAMURA Takumi2014-01-22
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* tools: use 64-bit print specifierSaleem Abdulrasool2014-01-21
* tools: support decoding ARM EHABI opcodes in readobjSaleem Abdulrasool2014-01-21
* Whitespace.NAKAMURA Takumi2014-01-20
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-17
* [opt][PassInfo] Allow opt to run passes that need target machine.Quentin Colombet2014-01-16
* Fix style issues.Rui Ueyama2014-01-16
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* llvm-symbolizer: make mangled name heuristic apply to all symbolsEd Maste2014-01-16
* Revert r199361: Now, the sanitizer got the changeQuentin Colombet2014-01-16
* [LTO] Modify lto.exports to force the sanitizer to rebuilt LTO.exportsQuentin Colombet2014-01-16
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-16
* llvm-objdump: Don't print "Import table:" header if there's no import table.Rui Ueyama2014-01-15
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* 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