summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-12-08Return a std::unique_ptr from CloneModule. NFC.Rafael Espindola3-22/+22
2015-12-08[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.Davide Italiano3-21/+10
2015-12-07Let llvm-lto installed. A few tests in clang/test are using it.NAKAMURA Takumi1-2/+0
2015-12-07fix 'the the '; NFCSanjay Patel2-2/+2
2015-12-07[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.Lang Hames1-12/+0
2015-12-07[llvm-objdump/MachoDump] Make code much more concise.Davide Italiano1-20/+5
2015-12-06[Orc] Rename IndirectStubsManagerBase to IndirectStubsManager.Lang Hames1-1/+2
2015-12-05[llvm-readobj] report_error() does not return, so we can simplify.Davide Italiano1-6/+2
2015-12-05[llvm-dwp] Add coverage for both the presence and absence of type units, and ...David Blaikie1-5/+7
2015-12-05[llvm-dwp] clang-format this to catch anything I've missed along the wayDavid Blaikie1-12/+13
2015-12-05[llvm-dwp] Support debug_tu_indexDavid Blaikie1-53/+110
2015-12-05[opt] Fix run-twice option for non-idempotent passesKeno Fischer1-7/+11
2015-12-05[opt] Fix sanitizer complaints about r254774Keno Fischer1-5/+8
2015-12-04Add TransformUtils to list of required libraries for llcDerek Schuff3-2/+3
2015-12-04Always pass a diagnostic handler to the linker.Rafael Espindola3-6/+24
2015-12-04[llc/opt] Add an option to run all passes twiceKeno Fischer2-9/+91
2015-12-04[llvm-dwp] Implement the required on-disk probed hash tableDavid Blaikie1-5/+16
2015-12-04Fix llvm-readobj build on Windows, match noreturn attribute on reportError in...Reid Kleckner1-1/+2
2015-12-04[llvm-dwp] Include the debug_line.dwo sectionDavid Blaikie1-0/+1
2015-12-04[llvm-readobj] reportError() never returns. Mark with the correct attribute.Davide Italiano1-1/+1
2015-12-04[llvm-readobj/ELF] Simplify Verdef handling.Davide Italiano1-7/+1
2015-12-04fixing MakefileMike Aizatsky1-1/+2
2015-12-04adding MC dependencies in hopes to pacify the hexagon build.Mike Aizatsky1-0/+2
2015-12-04sancov -not-covered-functions.Mike Aizatsky2-88/+305
2015-12-04[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie1-2/+61
2015-12-04Modernize the C++ APIs for creating LTO modules.Rafael Espindola2-33/+86
2015-12-04Move a call to getGlobalContext out of lib/LTO.Rafael Espindola2-3/+4
2015-12-04[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames2-2/+2
2015-12-04Revert "[llvm-profdata] Add support for weighted merge of profile data"Nathan Slingerland1-54/+16
2015-12-04Simplify the error handling in llvm-lto a bit.Rafael Espindola1-36/+37
2015-12-04[llvm-profdata] Add support for weighted merge of profile dataNathan Slingerland1-16/+54
2015-12-03[llvm-objdump] Use report_fatal_error() if we can't find a target.Davide Italiano1-8/+2
2015-12-03Rename Set variable to be pluralMehdi Amini1-3/+3
2015-12-03Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini1-1/+1
2015-12-02[llvm-dwp] Include only the non-empty columns in the cu_indexDavid Blaikie1-7/+15
2015-12-02[llvm-dwp] Emit a rather fictional debug_cu_indexDavid Blaikie1-22/+81
2015-12-02Change ModuleLinker to take a set of GlobalValues to import instead of a sing...Mehdi Amini1-1/+4
2015-12-01Use references now that it is natural to do so.Rafael Espindola4-11/+11
2015-12-01[llvm-dwp] Deduplicate strings in the debug_str.dwo sectionDavid Blaikie1-14/+20
2015-12-01[llvm-dwp] Correctly update debug_str_offsets.dwo when linking dwo filesDavid Blaikie1-17/+68
2015-12-01Introduce a range version of std::any_of, and use it in SCEVSanjoy Das1-6/+3
2015-12-01[llvm-dwp] Add missing Makefile for the old configure+make buildDavid Blaikie1-0/+18
2015-12-01[llvm-dwp] Initial partial prototypeDavid Blaikie1-1/+143
2015-12-01llvm-dwp: Initial layoutDavid Blaikie5-1/+40
2015-11-27Simplify the linking of recursive data.Rafael Espindola1-2/+2
2015-11-26[bugpoint] Fix "Alias must point to a definition" problemsHal Finkel3-4/+41
2015-11-25Fix a use-after-free in `llvm-config`.Richard Diamond1-10/+10
2015-11-23Don't create implicit comdats.Rafael Espindola1-2/+0
2015-11-23[RuntimeDyld] Don't allocate unnecessary stub buffer spaceSanjoy Das1-0/+14
2015-11-23[PGO] Add --text option for llvm-profdata show|merge commandsXinliang David Li1-37/+70