summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* llvm-ar: reduce some duplication, NFCSaleem Abdulrasool2016-06-221-27/+19
* [llvm-readobj] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef a...George Rimar2016-06-221-18/+26
* llvm-ar: be more clever about default formatSaleem Abdulrasool2016-06-221-18/+76
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-211-18/+45
* Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f...Kevin Enderby2016-06-211-3/+6
* Delete some dead code.Rafael Espindola2016-06-211-16/+0
* [build] Make sure to link main executable with pthreadsArtem Belevich2016-06-211-1/+7
* llvm-ar: correct typoSaleem Abdulrasool2016-06-211-1/+1
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-172-20/+23
* [pdb] Don't error on missing FPO streamsReid Kleckner2016-06-171-35/+48
* Don't use the new x86 relax relocations on the gold plugin.Rafael Espindola2016-06-171-0/+4
* Change the default of -relax-relocations.Rafael Espindola2016-06-171-3/+3
* Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-162-8/+12
* Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-162-10/+6
* [pdb] Change type visitor pattern to be dynamic.Zachary Turner2016-06-162-6/+10
* [llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders2016-06-161-4/+2
* [Bugpoint] Erase comdat annotations after removing a global's initializer.Justin Lebar2016-06-152-0/+4
* Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ...Kevin Enderby2016-06-151-1/+21
* Use FPasses in opt exactly when it is initialized.Patrik Hagglund2016-06-151-1/+1
* Add support for callsite in the new C API for attributesAmaury Sechet2016-06-151-0/+16
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-141-26/+15
* Resubmit "[pdb] Actually write a PDB to disk from YAML.""Zachary Turner2016-06-144-66/+126
* Revert "[pdb] Actually write a PDB to disk from YAML."Zachary Turner2016-06-144-126/+66
* [pdb] Actually write a PDB to disk from YAML.Zachary Turner2016-06-144-66/+126
* Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer2016-06-121-1/+1
* Make sure we have a Add/Remove/Has function for various thing that can have a...Amaury Sechet2016-06-121-1/+16
* Make PDBFile take a StreamInterface instead of a MemBuffer.Zachary Turner2016-06-101-1/+19
* Add support for writing through StreamInterface.Zachary Turner2016-06-101-2/+2
* [llc] Do not create the pass config several times for run-pass.Quentin Colombet2016-06-101-6/+7
* [llc] Add support for several run-pass options.Quentin Colombet2016-06-101-27/+50
* [llc] Remove exit-on-error flag from MIR tests (PR27770)Diana Picus2016-06-091-3/+1
* [ThinLTO/gold] Enable summary-based internalizationTeresa Johnson2016-06-091-12/+71
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-0933-52/+37
* [pdbdump-fuzzer] Try to fix build errors in fuzzer.Zachary Turner2016-06-091-1/+9
* [CMake] Cleanup uses of USES_TERMINALChris Bieneman2016-06-081-2/+2
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-086-15/+16
* [pdb] Handle stream index errors better.Zachary Turner2016-06-081-130/+133
* Avoid copies of std::strings and APInt/APFloats where we only read from itBenjamin Kramer2016-06-081-2/+2
* [pdb] Try to fix use after free.Zachary Turner2016-06-082-2/+8
* [pdbdump] Print out # of hash buckets.Rui Ueyama2016-06-071-0/+1
* [pdbdump] Print out TPI hash key size.Rui Ueyama2016-06-071-0/+1
* Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-071-6/+59
* [llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sectionsGeorge Rimar2016-06-071-0/+55
* [pdb] Use MappedBlockStream to parse the PDB directory.Zachary Turner2016-06-071-2/+5
* Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file""Vedant Kumar2016-06-061-63/+13
* Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-13/+63
* Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-58/+13
* Retry "[llvm-profdata] Add option to ingest filepaths from a file"Vedant Kumar2016-06-061-13/+58
* [pdbdump] Print section header flags.Rui Ueyama2016-06-061-1/+2
* [yaml2obj] Get rid of MachO header unionChris Bieneman2016-06-061-11/+6