summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-12-15[llvm-profdata] Add support for weighted merge of profile data (2nd try)Nathan Slingerland1-18/+58
2015-12-15Use CmpInst::Predicate instead of 'unsigned short' in some places. NFCCraig Topper1-1/+2
2015-12-15[llvm-readobj] s/FunctionName/LinkageName/ for codeview dumpingReid Kleckner1-7/+7
2015-12-14sancov: coverage can be reported by multiple functions.Mike Aizatsky1-10/+19
2015-12-14Use diagnostic handler in the LLVMContextRafael Espindola4-25/+13
2015-12-14Factor out some duplication. NFC.Pete Cooper1-44/+20
2015-12-14Start implementing FDE dumping when printing the eh_frame.Pete Cooper1-5/+107
2015-12-14Print the eh_frame section in MachoDump.Pete Cooper1-1/+180
2015-12-14Fix formatting. NFC.Diego Novillo1-8/+5
2015-12-14[IR] Remove terminatepadDavid Majnemer1-1/+0
2015-12-14[llvm-dwp] Deduplicate type unitsDavid Blaikie1-6/+12
2015-12-12[llvm-objdump/MachoDump] Simplify.Davide Italiano1-7/+3
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-2/+0
2015-12-11[llvm-objdump/MachODump] Reduce code duplication.Davide Italiano1-69/+41
2015-12-11[dsymutil] Ignore absolute symbols in the debug mapFrederic Riss1-3/+14
2015-12-10[ThinLTO] Release files in gold plugin during combined index (take 2)Teresa Johnson1-4/+2
2015-12-10Slit lib/Linker in two.Rafael Espindola1-157/+97
2015-12-09[ThinLTO] Release files read when creating combined index in gold pluginTeresa Johnson1-0/+3
2015-12-09[llvm-dwp] Sink debug_types.dwo emission into the code parsing the type signa...David Blaikie1-15/+27
2015-12-09Delay context construction to when/if it is needed in gold plugin (NFC)Teresa Johnson1-3/+3
2015-12-09clang-format order of gold-plugin includes (NFC)Teresa Johnson1-2/+2
2015-12-09Fix the order of destructors in LibLTOCodeGeneratorSteven Wu1-0/+4
2015-12-09Simplify testMergedProgram.Rafael Espindola1-26/+19
2015-12-09Simplify memory management. NFC.Rafael Espindola1-79/+72
2015-12-09Return std::unique_ptr from SplitFunctionsOutOfModule. NFC.Rafael Espindola3-30/+25
2015-12-09Simplify memory management. NFC.Rafael Espindola1-11/+10
2015-12-09Simplify memory management a bit. NFC.Rafael Espindola1-9/+8
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