aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Teach llvm-readobj to print MIPS-specific ELF program headers.Simon Atanasyan2013-10-071-0/+30
* Resurrect lit.local.cfg to un-break hexagon buildbot.Rui Ueyama2013-09-271-0/+3
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-2710-125/+128
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-2710-128/+125
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-2710-125/+128
* Move LTO support library to a component, allowing it to be testedPeter Collingbourne2013-09-242-26/+0
* llvm/test/tools/lto/lit.local.cfg: Add "MingW" for exclusion list.NAKAMURA Takumi2013-09-231-1/+1
* test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for...NAKAMURA Takumi2013-09-201-0/+3
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-192-0/+23
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-09-151-10/+10
* Print string value for DT_RPATH and DT_RUNPATH.Joerg Sonnenberger2013-09-032-0/+4
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-08-271-1/+1
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-163-4/+0
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-252-48/+0
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-192-11/+45
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-182-45/+11
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-182-11/+45
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-081-1/+1
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-081-10/+10
* Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEHKai Nacke2013-07-061-10/+10
* Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-061-1/+1
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-122-0/+51
* Don't hide the first ELF symbol.Rafael Espindola2013-06-051-0/+9
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-302-5/+27
* Use pointers to iterate over symbols.Rafael Espindola2013-04-242-52/+52
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-184-0/+487
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-135-0/+533
* Teach llvm-readobj to print ELF program headersNico Rieck2013-04-121-0/+74
* Add extensive relocation tests for llvm-readobjNico Rieck2013-04-1214-0/+1749
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-122-14/+14
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-112-14/+14
* Print more information about relocations.Rafael Espindola2013-04-112-14/+14
* Add MachO-x86-64 tests.Rafael Espindola2013-04-113-87/+213
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-052-6/+6
* The ppc bots say this is the last broken line, so lets try one more :-(Rafael Espindola2013-04-051-1/+1
* One more try before I just delete the macho bits until tomorrow.Rafael Espindola2013-04-052-2/+2
* More test loosening.Rafael Espindola2013-04-052-4/+4
* Loosen this test too.Rafael Espindola2013-04-051-1/+1
* Loosen this test.Rafael Espindola2013-04-051-1/+1
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-0313-0/+484
* PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...Richard Smith2012-12-051-0/+1
* PR10867. lit would interpretRichard Smith2012-12-051-0/+9
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-051-0/+106
* Add a tests for the new -no-show-raw-insn option of llvm-objdump.Eli Bendersky2012-11-202-0/+21