summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-011-12/+3
* Centralize the handling of install_name and rpath.Rafael Espindola2014-02-282-16/+0
* llvm-objdump: Fix crash bug with printing unwind info on stripped file.Rui Ueyama2014-02-281-7/+9
* Style fix.Rui Ueyama2014-02-281-1/+2
* Remove unnecessary temporary variable.Rui Ueyama2014-02-281-4/+2
* Don't mix the plain and keyword signatures of target_link_libraries.Rafael Espindola2014-02-261-1/+1
* llvm-symbolizer: use dynamic symbol table if the regular one is stripped.Alexey Samsonov2014-02-262-29/+44
* Move getELFDynamicSymbolIterators to a public header.Alexey Samsonov2014-02-261-25/+4
* Use DataLayout from the module when easily available.Rafael Espindola2014-02-252-7/+8
* Store a DataLayout in Module.Rafael Espindola2014-02-251-5/+2
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-253-5/+5
* llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...David Blaikie2014-02-241-0/+1
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-241-3/+6
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-2414-17/+17
* Don't make F_None the default.Rafael Espindola2014-02-242-3/+3
* Simplify linking to system librariesNAKAMURA Takumi2014-02-231-1/+1
* [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.Quentin Colombet2014-02-227-4/+10
* llvm-objdump/COFF: LoadConfiguration does not exist in object file.Rui Ueyama2014-02-211-0/+7
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-213-134/+94
* [CMake] llvm-c/lto.h should be installed if libLTO.a is built.NAKAMURA Takumi2014-02-211-4/+2
* [CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.NAKAMURA Takumi2014-02-211-15/+3
* Make DisableIntegratedAS a TargetOption.Rafael Espindola2014-02-211-0/+5
* One last pass of DataLayout variable renaming.Rafael Espindola2014-02-212-9/+9
* Set the SuppressWarnings option on tool level and propagate to the library.Eli Bendersky2014-02-201-1/+5
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-201-0/+22
* Fix typoTobias Grosser2014-02-191-3/+3
* Refactor TargetOptions initialization into a single place.Eli Bendersky2014-02-194-98/+10
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-191-0/+41
* llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner2014-02-181-4/+14
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-177-2/+225
* MSBuild integration: get the LibraryPath right (PR18707)Hans Wennborg2014-02-132-1/+3
* VS Integration: install toolsets for x64 too (PR18738)Hans Wennborg2014-02-124-66/+97
* Move more self-contained functionality away from tools/opt/opt.cppEli Bendersky2014-02-124-61/+110
* Improve the declaration when LDPO_PIE is not available.Sylvestre Ledru2014-02-111-7/+6
* If LDPO_PIE is not defined (before binutils 2.23 version), Sylvestre Ledru2014-02-111-0/+7
* Move the *PassPrinter into their own module.Eli Bendersky2014-02-104-206/+315
* LTO API: add lto_module_create_from_memory_with_path.Manman Ren2014-02-102-0/+12
* Fix an old FIXME. LDPO_PIE is available since 2.23, realeased 2012-10-22.Rafael Espindola2014-02-101-2/+1
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-1011-83/+83
* tools: cast the right operandSaleem Abdulrasool2014-02-091-1/+1
* tools: explicitly cast to avoid a warningSaleem Abdulrasool2014-02-091-1/+1
* tools: handle out-of-line personality 0 decodingSaleem Abdulrasool2014-02-081-1/+1
* [PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-062-0/+11
* [PM] Back out one hunk of the patch in r200901 that was *supposed* to goChandler Carruth2014-02-061-4/+0
* [PM] Wire up the analysis managers in the opt driver. This isn't reallyChandler Carruth2014-02-061-2/+12
* Remove support for not using .loc directives.Rafael Espindola2014-02-052-13/+3
* Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola2014-02-051-90/+73
* Small fix for llvm-nm handling of weak symbols on ELF (print 'v').Rafael Espindola2014-02-041-2/+6
* cleanup: scc_iterator consumers should use isAtEndDuncan P. N. Exon Smith2014-02-041-4/+3
* llvm-cov: Implement the preserve-paths flagJustin Bogner2014-02-041-1/+5
OpenPOWER on IntegriCloud