summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
Commit message (Expand)AuthorAgeFilesLines
* ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner2014-05-161-0/+64
* [Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfgAdam Nemet2014-05-121-1/+1
* [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2014-05-112-2/+43
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-074-0/+97
* llvm-cov: Implement --no-outputJustin Bogner2014-05-072-0/+9
* llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner2014-05-024-1/+30
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-252-0/+6
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-233-0/+26
* llvm-profdata: Avoid writing to /dev/null in testsJustin Bogner2014-04-181-10/+4
* test: Add extra run lines to investigate an error on the botsJustin Bogner2014-04-181-0/+6
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-182-11/+20
* tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool2014-04-162-0/+39
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-141-0/+1
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-144-0/+67
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-132-0/+5
* llvm-cov: Move XFAIL after the body of the testJustin Bogner2014-03-261-2/+3
* llvm-cov: Disable test on big endian machinesJustin Bogner2014-03-261-0/+2
* llvm-cov: Handle functions with no line numberJustin Bogner2014-03-264-1/+30
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-241-2/+2
* llvm-profdata: Check for bad data in the show commandJustin Bogner2014-03-231-0/+2
* InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith2014-03-234-0/+168
* llvm-profdata: Don't pipe stderr into show for the testsJustin Bogner2014-03-221-9/+9
* InstrProf: Cleanup binary profdata testcaseDuncan P. N. Exon Smith2014-03-214-165/+24
* InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith2014-03-212-2/+2
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-03-211-0/+6
* InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith2014-03-213-0/+165
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-212-45/+72
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-211-6/+6
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-212-0/+14
* llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald2014-03-201-0/+17
* llvm-profdata: Make "merge" into a subcommand.Justin Bogner2014-03-192-14/+14
* llvm-profdata: Update to use the naive text format with function hashJustin Bogner2014-03-1914-25/+53
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-183-1/+19
* llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck2014-03-171-1/+1
* llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck2014-03-173-0/+44
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-132-0/+17
* Back out Profile library and dependent commitsJustin Bogner2014-03-1225-150/+77
* llvm-profdata: Use the Profile library, implement show and generateJustin Bogner2014-03-1225-77/+150
* Fix the printing of n_type.Rafael Espindola2014-03-061-9/+18
* llvm-objdump: Indent unwind info contents.Rui Ueyama2014-03-041-80/+80
* llvm-objdump: Fix typo in output.Rui Ueyama2014-03-041-4/+4
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-043-50/+105
* Make a test for llvm-objdump a little bit more readable.Rui Ueyama2014-03-041-44/+44
* Relax COFF string table checkNico Rieck2014-02-262-0/+8
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-243-0/+28
* For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)Reed Kotler2014-02-241-1/+1
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-201-0/+1
* Object/COFF: Fix padding between CSDVersion and EditList.Rui Ueyama2014-02-201-3/+3
* llvm-objdump/COFF: Print load configuration table.Rui Ueyama2014-02-192-4/+52
* llvm-cov: Support gcov's extermely lenient treatment of -oJustin Bogner2014-02-181-0/+10
OpenPOWER on IntegriCloud