summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* If LDPO_PIE is not defined (before binutils 2.23 version), Sylvestre Ledru2014-02-11
* Move the *PassPrinter into their own module.Eli Bendersky2014-02-10
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-10
* Fix an old FIXME. LDPO_PIE is available since 2.23, realeased 2012-10-22.Rafael Espindola2014-02-10
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* tools: cast the right operandSaleem Abdulrasool2014-02-09
* tools: explicitly cast to avoid a warningSaleem Abdulrasool2014-02-09
* tools: handle out-of-line personality 0 decodingSaleem Abdulrasool2014-02-08
* [PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-06
* [PM] Back out one hunk of the patch in r200901 that was *supposed* to goChandler Carruth2014-02-06
* [PM] Wire up the analysis managers in the opt driver. This isn't reallyChandler Carruth2014-02-06
* Remove support for not using .loc directives.Rafael Espindola2014-02-05
* Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola2014-02-05
* Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola2014-02-04
* cleanup: scc_iterator consumers should use isAtEndDuncan P. N. Exon Smith2014-02-04
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-04
* llvm-cov: Implement the object-directory flagJustin Bogner2014-02-04
* llvm-cov: Ignore missing .gcda filesJustin Bogner2014-02-04
* Move error handling down to getSymbolNMTypeChar.Rafael Espindola2014-02-04
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Revert r200560, "LTO itself hasn't depended on MCDisassembler any more."NAKAMURA Takumi2014-01-31
* LTO itself hasn't depended on MCDisassembler any more.NAKAMURA Takumi2014-01-31
* llvm/tools: Prune redundant target_link_libraries.NAKAMURA Takumi2014-01-31
* This file already has a "using namespace object;", use it.Rafael Espindola2014-01-30
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* Use early returns and factor the object::Binary creation.Rafael Espindola2014-01-30
* tools: fix Twine abuseSaleem Abdulrasool2014-01-30
* tools: remove unnecessary typenameSaleem Abdulrasool2014-01-30
* tools: repair Windows buildSaleem Abdulrasool2014-01-30
* tools: add support for decoding ARM attributesSaleem Abdulrasool2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.Rafael Espindola2014-01-30
* llvm-cov: Accept the long forms of gcov optionsJustin Bogner2014-01-29
* llvm-cov: Improve help message textJustin Bogner2014-01-29
* llvm-cov: Expect a source file as a positional parameterJustin Bogner2014-01-29
* Normalize the style in llvm-nm.cpp.Rafael Espindola2014-01-29
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* [CMake] Put lli-child-target into the Folder "Misc".NAKAMURA Takumi2014-01-28
* Do not reference llvm-gcc from bugpointTobias Grosser2014-01-27
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-27
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-26
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-26
* Fix "llvm-objdump -d -r" to show relocations inline for ELF filesMark Seaborn2014-01-25
* llvm-objdump: Some style cleanups to follow LLVM coding styleMark Seaborn2014-01-25
* Fix c++03 build.Rafael Espindola2014-01-24
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Fix known typosAlp Toker2014-01-24
* Report lli remote IO errors consistentlyAlp Toker2014-01-24