summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Don't mix the plain and keyword signatures of target_link_libraries.Rafael Espindola2014-02-26
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-26
* Move getELFDynamicSymbolIterators to a public header.Alexey Samsonov2014-02-26
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-25
* Store a DataLayout in Module.Rafael Espindola2014-02-25
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-24
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-24
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* Simplify linking to system librariesNAKAMURA Takumi2014-02-23
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-22
* llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama2014-02-21
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* [CMake] llvm-c/lto.h should be installed if libLTO.a is built.NAKAMURA Takumi2014-02-21
* [CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.NAKAMURA Takumi2014-02-21
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-21
* One last pass of DataLayout variable renaming.Rafael Espindola2014-02-21
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-20
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20
* Fix typoTobias Grosser2014-02-19
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-19
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-19
* llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner2014-02-18
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-17
* MSBuild integration: get the LibraryPath right (PR18707)Hans Wennborg2014-02-13
* VS Integration: install toolsets for x64 too (PR18738)Hans Wennborg2014-02-12
* Move more self-contained functionality away from tools/opt/opt.cppEli Bendersky2014-02-12
* Improve the declaration when LDPO_PIE is not available.Sylvestre Ledru2014-02-11
* 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