| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-ar: reduce some duplication, NFC | Saleem Abdulrasool | 2016-06-22 | 1 | -27/+19 |
* | [llvm-readobj] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef a... | George Rimar | 2016-06-22 | 1 | -18/+26 |
* | llvm-ar: be more clever about default format | Saleem Abdulrasool | 2016-06-22 | 1 | -18/+76 |
* | IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ... | Peter Collingbourne | 2016-06-21 | 1 | -18/+45 |
* | Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal f... | Kevin Enderby | 2016-06-21 | 1 | -3/+6 |
* | Delete some dead code. | Rafael Espindola | 2016-06-21 | 1 | -16/+0 |
* | [build] Make sure to link main executable with pthreads | Artem Belevich | 2016-06-21 | 1 | -1/+7 |
* | llvm-ar: correct typo | Saleem Abdulrasool | 2016-06-21 | 1 | -1/+1 |
* | Apply another batch of fixes from clang-tidy's performance-unnecessary-value-... | Benjamin Kramer | 2016-06-17 | 2 | -20/+23 |
* | [pdb] Don't error on missing FPO streams | Reid Kleckner | 2016-06-17 | 1 | -35/+48 |
* | Don't use the new x86 relax relocations on the gold plugin. | Rafael Espindola | 2016-06-17 | 1 | -0/+4 |
* | Change the default of -relax-relocations. | Rafael Espindola | 2016-06-17 | 1 | -3/+3 |
* | Resubmit "[pdb] Change type visitor pattern to be dynamic." | Zachary Turner | 2016-06-16 | 2 | -8/+12 |
* | Revert "[pdb] Change type visitor pattern to be dynamic." | Zachary Turner | 2016-06-16 | 2 | -10/+6 |
* | [pdb] Change type visitor pattern to be dynamic. | Zachary Turner | 2016-06-16 | 2 | -6/+10 |
* | [llvm-objdump] Support detection of feature bits from the object and implemen... | Daniel Sanders | 2016-06-16 | 1 | -4/+2 |
* | [Bugpoint] Erase comdat annotations after removing a global's initializer. | Justin Lebar | 2016-06-15 | 2 | -0/+4 |
* | Fix llvm-objdump when disassembling a stripped Mach-O binary with the -macho ... | Kevin Enderby | 2016-06-15 | 1 | -1/+21 |
* | Use FPasses in opt exactly when it is initialized. | Patrik Hagglund | 2016-06-15 | 1 | -1/+1 |
* | Add support for callsite in the new C API for attributes | Amaury Sechet | 2016-06-15 | 1 | -0/+16 |
* | IR: Introduce local_unnamed_addr attribute. | Peter Collingbourne | 2016-06-14 | 1 | -26/+15 |
* | Resubmit "[pdb] Actually write a PDB to disk from YAML."" | Zachary Turner | 2016-06-14 | 4 | -66/+126 |
* | Revert "[pdb] Actually write a PDB to disk from YAML." | Zachary Turner | 2016-06-14 | 4 | -126/+66 |
* | [pdb] Actually write a PDB to disk from YAML. | Zachary Turner | 2016-06-14 | 4 | -66/+126 |
* | Run clang-tidy's performance-unnecessary-copy-initialization over LLVM. | Benjamin Kramer | 2016-06-12 | 1 | -1/+1 |
* | Make sure we have a Add/Remove/Has function for various thing that can have a... | Amaury Sechet | 2016-06-12 | 1 | -1/+16 |
* | Make PDBFile take a StreamInterface instead of a MemBuffer. | Zachary Turner | 2016-06-10 | 1 | -1/+19 |
* | Add support for writing through StreamInterface. | Zachary Turner | 2016-06-10 | 1 | -2/+2 |
* | [llc] Do not create the pass config several times for run-pass. | Quentin Colombet | 2016-06-10 | 1 | -6/+7 |
* | [llc] Add support for several run-pass options. | Quentin Colombet | 2016-06-10 | 1 | -27/+50 |
* | [llc] Remove exit-on-error flag from MIR tests (PR27770) | Diana Picus | 2016-06-09 | 1 | -3/+1 |
* | [ThinLTO/gold] Enable summary-based internalization | Teresa Johnson | 2016-06-09 | 1 | -12/+71 |
* | Search for llvm-symbolizer binary in the same directory as argv[0], before | Richard Smith | 2016-06-09 | 33 | -52/+37 |
* | [pdbdump-fuzzer] Try to fix build errors in fuzzer. | Zachary Turner | 2016-06-09 | 1 | -1/+9 |
* | [CMake] Cleanup uses of USES_TERMINAL | Chris Bieneman | 2016-06-08 | 1 | -2/+2 |
* | Apply most suggestions of clang-tidy's performance-unnecessary-value-param | Benjamin Kramer | 2016-06-08 | 6 | -15/+16 |
* | [pdb] Handle stream index errors better. | Zachary Turner | 2016-06-08 | 1 | -130/+133 |
* | Avoid copies of std::strings and APInt/APFloats where we only read from it | Benjamin Kramer | 2016-06-08 | 1 | -2/+2 |
* | [pdb] Try to fix use after free. | Zachary Turner | 2016-06-08 | 2 | -2/+8 |
* | [pdbdump] Print out # of hash buckets. | Rui Ueyama | 2016-06-07 | 1 | -0/+1 |
* | [pdbdump] Print out TPI hash key size. | Rui Ueyama | 2016-06-07 | 1 | -0/+1 |
* | Retry^4 "[llvm-profdata] Add option to ingest filepaths from a file" | Vedant Kumar | 2016-06-07 | 1 | -6/+59 |
* | [llvm-readobj] - Teach llvm-readobj to dump .gnu.version_r sections | George Rimar | 2016-06-07 | 1 | -0/+55 |
* | [pdb] Use MappedBlockStream to parse the PDB directory. | Zachary Turner | 2016-06-07 | 1 | -2/+5 |
* | Revert "Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file"" | Vedant Kumar | 2016-06-06 | 1 | -63/+13 |
* | Retry^2 "[llvm-profdata] Add option to ingest filepaths from a file" | Vedant Kumar | 2016-06-06 | 1 | -13/+63 |
* | Revert "Retry "[llvm-profdata] Add option to ingest filepaths from a file" | Vedant Kumar | 2016-06-06 | 1 | -58/+13 |
* | Retry "[llvm-profdata] Add option to ingest filepaths from a file" | Vedant Kumar | 2016-06-06 | 1 | -13/+58 |
* | [pdbdump] Print section header flags. | Rui Ueyama | 2016-06-06 | 1 | -1/+2 |
* | [yaml2obj] Get rid of MachO header union | Chris Bieneman | 2016-06-06 | 1 | -11/+6 |