summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-06-26[Object, COFF] An import data directory might not consist soley of importsDavid Majnemer1-10/+16
2016-06-26[llvm-cov] Simplify the way expansion views are rendered (NFC)Vedant Kumar4-35/+38
2016-06-25[llvm-cov] Make an API more consistent, NFCVedant Kumar4-12/+14
2016-06-25[llvm-cov] Flesh out some doxygen comments, NFCVedant Kumar4-16/+20
2016-06-25Try to fix the MSVC buildVedant Kumar1-2/+2
2016-06-25[llvm-cov] Separate presentation logic from formatting logic, NFCVedant Kumar6-201/+363
2016-06-24[obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman4-10/+144
2016-06-24[PM] Port PreISelIntrinsicLowering to the new PMMichael Kuperstein1-1/+1
2016-06-24Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...Kevin Enderby8-31/+59
2016-06-24[llvm-cov] Fix two warningsVedant Kumar1-5/+5
2016-06-24[llvm-cov] Use getOptions() instead of Options in SourceCoverageView, NFCVedant Kumar1-14/+16
2016-06-24[llvm-cov] Add SourceNames to SourceCoverageViews, NFCVedant Kumar3-16/+37
2016-06-24[llvm-cov] Rename SourceCoverageView::LineCoverageInfo to LineCoverageStats, NFCVedant Kumar2-25/+25
2016-06-23[yaml2macho] Removing asserts in favor of explicit yaml parse errorChris Bieneman1-4/+0
2016-06-23NFC, add an "end namespace" comment for consistencyVedant Kumar1-1/+2
2016-06-23[llc] Remove exit-on-error flag (PR27759)Diana Picus1-12/+4
2016-06-22Change that to include MCMachObjectWriter.hReid Kleckner1-1/+1
2016-06-22Add one more missing MCObjectWriter.h includeReid Kleckner1-0/+1
2016-06-22llvm-ar: reduce some duplication, NFCSaleem Abdulrasool1-27/+19
2016-06-22[llvm-readobj] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef a...George Rimar1-18/+26
2016-06-22llvm-ar: be more clever about default formatSaleem Abdulrasool1-18/+76
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne1-18/+45
2016-06-21Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...Kevin Enderby1-3/+6
2016-06-21Delete some dead code.Rafael Espindola1-16/+0
2016-06-21[build] Make sure to link main executable with pthreadsArtem Belevich1-1/+7
2016-06-21llvm-ar: correct typoSaleem Abdulrasool1-1/+1
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2-20/+23
2016-06-17[pdb] Don't error on missing FPO streamsReid Kleckner1-35/+48
2016-06-17Don't use the new x86 relax relocations on the gold plugin.Rafael Espindola1-0/+4
2016-06-17Change the default of -relax-relocations.Rafael Espindola1-3/+3
2016-06-16Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2-8/+12
2016-06-16Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2-10/+6
2016-06-16[pdb] Change type visitor pattern to be dynamic.Zachary Turner2-6/+10
2016-06-16[llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders1-4/+2
2016-06-15[Bugpoint] Erase comdat annotations after removing a global's initializer.Justin Lebar2-0/+4
2016-06-15Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...Kevin Enderby1-1/+21
2016-06-15Use FPasses in opt exactly when it is initialized.Patrik Hagglund1-1/+1
2016-06-15Add support for callsite in the new C API for attributesAmaury Sechet1-0/+16
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-26/+15
2016-06-14Resubmit "[pdb] Actually write a PDB to disk from YAML.""Zachary Turner4-66/+126
2016-06-14Revert "[pdb] Actually write a PDB to disk from YAML."Zachary Turner4-126/+66
2016-06-14[pdb] Actually write a PDB to disk from YAML.Zachary Turner4-66/+126
2016-06-12Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer1-1/+1
2016-06-12Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet1-1/+16
2016-06-10Make PDBFile take a StreamInterface instead of a MemBuffer.Zachary Turner1-1/+19
2016-06-10Add support for writing through StreamInterface.Zachary Turner1-2/+2
2016-06-10[llc] Do not create the pass config several times for run-pass.Quentin Colombet1-6/+7
2016-06-10[llc] Add support for several run-pass options.Quentin Colombet1-27/+50
2016-06-09[llc] Remove exit-on-error flag from MIR tests (PR27770)Diana Picus1-3/+1
2016-06-09[ThinLTO/gold] Enable summary-based internalizationTeresa Johnson1-12/+71