| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-readobj: teach it to handle MachO Universal Archive correctly | David Blaikie | 2015-04-13 | 2 | -0/+156 |
* | Fix failure on builder llvm-clang-lld-x86_64-debian-fast as the | Kevin Enderby | 2015-04-06 | 1 | -1/+0 |
* | For llvm-objdump added support for printing Objc2 32-bit runtime meta data | Kevin Enderby | 2015-04-06 | 3 | -0/+410 |
* | Add the option -objc-meta-data to llvm-objdump used with -macho to | Kevin Enderby | 2015-04-01 | 3 | -0/+206 |
* | [Objdump] Pass the correct subtarget to printInst. | Akira Hatanaka | 2015-03-28 | 2 | -0/+3 |
* | Add a -raw option to the -section mode of llvm-objdump. | Adrian Prantl | 2015-03-27 | 1 | -0/+5 |
* | llvm-cov: Require a subcommand when invoked as llvm-cov | Justin Bogner | 2015-03-24 | 3 | -23/+23 |
* | [dsymutil] Temporarily disable some tests on windows. | Frederic Riss | 2015-03-24 | 3 | -0/+3 |
* | Add -m -m elf_x86_64 to gold invocations. | Rafael Espindola | 2015-03-24 | 3 | -4/+5 |
* | [llvm-readobj] add support for macho universal binary. | Rafael Espindola | 2015-03-24 | 2 | -0/+141 |
* | test: Make a start on a test suite for libLTO. | Peter Collingbourne | 2015-03-19 | 2 | -0/+22 |
* | libLTO, llvm-lto, gold: Introduce flag for controlling optimization level. | Peter Collingbourne | 2015-03-19 | 1 | -0/+50 |
* | gold: Make powerpc support optional for the tests. | Peter Collingbourne | 2015-03-19 | 1 | -0/+2 |
* | llvm-cov: Only emit colour by default if the output is a tty | Justin Bogner | 2015-03-19 | 5 | -11/+11 |
* | Add the option -no-symbolic-operands to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -0/+9 |
* | Add the option, -no-leading-addr llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 2 | -0/+29 |
* | Add the option, -dis-symname to llvm-objdump used with -macho and | Kevin Enderby | 2015-03-17 | 1 | -0/+19 |
* | llvm-cov: Warn instead of error if a .gcda has arcs from an exit block | Justin Bogner | 2015-03-17 | 3 | -0/+4 |
* | InstrProf: Fix CoverageMappingReader on big endian | Justin Bogner | 2015-03-16 | 2 | -0/+1 |
* | Add the options, -dylibs-used and -dylib-id to llvm-objdump used with -macho | Kevin Enderby | 2015-03-16 | 1 | -0/+6 |
* | InstrProf: Remove xfails for big-endian from coverage tests | Justin Bogner | 2015-03-16 | 8 | -24/+0 |
* | InstrProf: Do a better job of reading coverage mapping data. | Justin Bogner | 2015-03-16 | 5 | -4/+15 |
* | [dsymutil] Add support to generate .debug_pubnames and .debug_pubtypes | Frederic Riss | 2015-03-16 | 3 | -1/+71 |
* | Rework r232337. Let llvm/test/tools/dsymutil/X86/basic-linking-x86.test dospa... | NAKAMURA Takumi | 2015-03-16 | 1 | -8/+7 |
* | Suppress llvm/test/tools/dsymutil/X86/basic-linking-x86.test for now. Will fi... | NAKAMURA Takumi | 2015-03-15 | 1 | -0/+1 |
* | llvm/test/tools/dsymutil/X86/basic-lto-*-linking-x86.test: Relax expressions ... | NAKAMURA Takumi | 2015-03-15 | 2 | -8/+8 |
* | [dsymutil] Add support for linking line tables. | Frederic Riss | 2015-03-15 | 3 | -1/+138 |
* | llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump | David Majnemer | 2015-03-15 | 5 | -3/+3 |
* | [dsymutil] Add function size to the debug map. | Frederic Riss | 2015-03-15 | 1 | -22/+22 |
* | [dsymutil] Add support for debug_loc section. | Frederic Riss | 2015-03-14 | 3 | -2/+36 |
* | [dsymutil] Generate debug_aranges section. | Frederic Riss | 2015-03-14 | 3 | -0/+26 |
* | [dsymutil] Implement DW_AT_ranges linking. | Frederic Riss | 2015-03-13 | 2 | -1/+7 |
* | [dsymutil] Fix handling of cross-cu forward references. | Frederic Riss | 2015-03-13 | 1 | -2/+5 |
* | [dsymutil] Add relocation of compile_units low_pc/high_pc. | Frederic Riss | 2015-03-13 | 3 | -0/+12 |
* | [dsymutil] Fix location cloning for newer dwarf versions. | Frederic Riss | 2015-03-13 | 3 | -0/+94 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to g... | David Blaikie | 2015-03-13 | 1 | -1/+1 |
* | Add the option, -non-verbose to llvm-objdump used with -macho to print things | Kevin Enderby | 2015-03-13 | 9 | -0/+168 |
* | Add the option, -info-plist to llvm-objdump used with -macho to print the | Kevin Enderby | 2015-03-11 | 1 | -0/+7 |
* | [dsymutil] Correctly clone address attributes. | Frederic Riss | 2015-03-11 | 2 | -0/+12 |
* | Now that r231902's test is executed, make it actually pass | Justin Bogner | 2015-03-11 | 2 | -2/+2 |
* | Make test added in r231902 actually be executed. | Daniel Jasper | 2015-03-11 | 2 | -3/+3 |
* | InstrProf: Teach llvm-cov to handle universal binaries when given -arch | Justin Bogner | 2015-03-11 | 3 | -0/+17 |
* | InstrProf: Use the proftext format for these coverage tests | Justin Bogner | 2015-03-09 | 6 | -3/+24 |
* | InstrProf: Allow hexadecimal function hashes in proftext format | Justin Bogner | 2015-03-09 | 1 | -2/+10 |
* | [dsymutil] Apply relocations to DIE data before cloning. | Frederic Riss | 2015-03-07 | 2 | -2/+18 |
* | [dsymutil] Support cloning DIE reference attributes. | Frederic Riss | 2015-03-06 | 2 | -0/+35 |
* | [dsymutil] Add debug_str construction support. | Frederic Riss | 2015-03-06 | 2 | -2/+49 |
* | [dsymutil] Add minimal code to emit DIE trees. | Frederic Riss | 2015-03-04 | 2 | -0/+126 |
* | Bring r231132 back with a fix. | Rafael Espindola | 2015-03-04 | 1 | -0/+22 |
* | Revert r231132, "Correctly handle -pass-remarks in the gold plugin.", for now... | NAKAMURA Takumi | 2015-03-04 | 1 | -17/+0 |