aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools
AgeCommit message (Expand)AuthorFilesLines
2014-07-14llvm-objdump: Handle BSS sections larger than the object fileDavid Majnemer2-0/+6
2014-07-13[Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj,Simon Atanasyan2-0/+33
2014-07-05[llvm-readobj] Fix output of MIPS GOT without local and global entries.Simon Atanasyan2-0/+25
2014-07-04llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover2-52/+52
2014-06-27llvm-cov: Support specifying multiple source filesJustin Bogner1-3/+3
2014-06-27[ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan1-1/+27
2014-06-18Do not XFAIL test/tools/llvm-cov tests on powerpc64leUlrich Weigand3-3/+3
2014-06-18[llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2-0/+306
2014-06-09Reduce verbiage of lit.local.cfg filesAlp Toker2-4/+2
2014-05-16ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner1-0/+64
2014-05-12[Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfgAdam Nemet1-1/+1
2014-05-11[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2-2/+43
2014-05-07llvm-cov: Handle missing source files as GCOV doesJustin Bogner4-0/+97
2014-05-07llvm-cov: Implement --no-outputJustin Bogner2-0/+9
2014-05-02llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner4-1/+30
2014-04-25ProfileData: Treat missing function counts as malformedJustin Bogner2-0/+6
2014-04-23llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner3-0/+26
2014-04-18llvm-profdata: Avoid writing to /dev/null in testsJustin Bogner1-10/+4
2014-04-18test: Add extra run lines to investigate an error on the botsJustin Bogner1-0/+6
2014-04-18ProfileData: Add support for the indexed instrprof formatJustin Bogner2-11/+20
2014-04-16tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool2-0/+39
2014-04-14tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool1-0/+1
2014-04-14tools: address possible non-null terminated filenamesSaleem Abdulrasool4-0/+67
2014-04-13tools: teach objdump about FILE aux recordsSaleem Abdulrasool2-0/+5
2014-03-26llvm-cov: Move XFAIL after the body of the testJustin Bogner1-2/+3
2014-03-26llvm-cov: Disable test on big endian machinesJustin Bogner1-0/+2
2014-03-26llvm-cov: Handle functions with no line numberJustin Bogner4-1/+30
2014-03-24Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola1-2/+2
2014-03-23llvm-profdata: Check for bad data in the show commandJustin Bogner1-0/+2
2014-03-23InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith4-0/+168
2014-03-22llvm-profdata: Don't pipe stderr into show for the testsJustin Bogner1-9/+9
2014-03-21InstrProf: Cleanup binary profdata testcaseDuncan P. N. Exon Smith4-165/+24
2014-03-21InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith2-2/+2
2014-03-21InstrProf: Actually detect bad headersDuncan P. N. Exon Smith1-0/+6
2014-03-21InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith3-0/+165
2014-03-21ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2-45/+72
2014-03-21ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner1-6/+6
2014-03-21Object/COFF: Support large relocation table.Rui Ueyama2-0/+14
2014-03-20llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald1-0/+17
2014-03-19llvm-profdata: Make "merge" into a subcommand.Justin Bogner2-14/+14
2014-03-19llvm-profdata: Update to use the naive text format with function hashJustin Bogner14-25/+53
2014-03-18Object/COFF: Add function to check if section number is reserved one.Rui Ueyama3-1/+19
2014-03-17llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck1-1/+1
2014-03-17llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck3-0/+44
2014-03-13Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2-0/+17
2014-03-12Back out Profile library and dependent commitsJustin Bogner25-150/+77
2014-03-12llvm-profdata: Use the Profile library, implement show and generateJustin Bogner25-77/+150
2014-03-06Fix the printing of n_type.Rafael Espindola1-9/+18
2014-03-04llvm-objdump: Indent unwind info contents.Rui Ueyama1-80/+80
2014-03-04llvm-objdump: Fix typo in output.Rui Ueyama1-4/+4