summaryrefslogtreecommitdiff
path: root/test/tools
Commit message (Expand)AuthorAge
* llvm-cov: Support specifying multiple source filesJustin Bogner2014-06-27
* [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch(...Simon Atanasyan2014-06-27
* Do not XFAIL test/tools/llvm-cov tests on powerpc64leUlrich Weigand2014-06-18
* [llvm-readobj][ELF] New `-mips-plt-got` command line option to outputSimon Atanasyan2014-06-18
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* ProfileData: Allow multiple profiles in RawInstrProfReaderJustin Bogner2014-05-16
* [Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfgAdam Nemet2014-05-12
* [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tagsSimon Atanasyan2014-05-11
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner2014-05-02
* ProfileData: Treat missing function counts as malformedJustin Bogner2014-04-25
* llvm-cov: Add support for gcov's --long-file-names optionJustin Bogner2014-04-23
* llvm-profdata: Avoid writing to /dev/null in testsJustin Bogner2014-04-18
* test: Add extra run lines to investigate an error on the botsJustin Bogner2014-04-18
* ProfileData: Add support for the indexed instrprof formatJustin Bogner2014-04-18
* tools: fix invalid printing, buffer overrun in llvm-readobjSaleem Abdulrasool2014-04-16
* tools: fix heap-buffer-overrun detected via ASANSaleem Abdulrasool2014-04-14
* tools: address possible non-null terminated filenamesSaleem Abdulrasool2014-04-14
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* llvm-cov: Move XFAIL after the body of the testJustin Bogner2014-03-26
* llvm-cov: Disable test on big endian machinesJustin Bogner2014-03-26
* llvm-cov: Handle functions with no line numberJustin Bogner2014-03-26
* Teach llvm-readobj to print human friendly description of reserved sections.Rafael Espindola2014-03-24
* llvm-profdata: Check for bad data in the show commandJustin Bogner2014-03-23
* InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith2014-03-23
* llvm-profdata: Don't pipe stderr into show for the testsJustin Bogner2014-03-22
* InstrProf: Cleanup binary profdata testcaseDuncan P. N. Exon Smith2014-03-21
* InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith2014-03-21
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-03-21
* InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith2014-03-21
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-21
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-21
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-21
* llvm-objdump output hex to match binutils' objdumpGreg Fitzgerald2014-03-20
* llvm-profdata: Make "merge" into a subcommand.Justin Bogner2014-03-19
* llvm-profdata: Update to use the naive text format with function hashJustin Bogner2014-03-19
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-18
* llvm-readobj: Print referred symbol name for CLR token definitionNico Rieck2014-03-17
* llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLINico Rieck2014-03-17
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-13
* Back out Profile library and dependent commitsJustin Bogner2014-03-12
* llvm-profdata: Use the Profile library, implement show and generateJustin Bogner2014-03-12
* Fix the printing of n_type.Rafael Espindola2014-03-06
* llvm-objdump: Indent unwind info contents.Rui Ueyama2014-03-04
* llvm-objdump: Fix typo in output.Rui Ueyama2014-03-04
* llvm-objdump: Print x64 unwind info in executable.Rui Ueyama2014-03-04
* Make a test for llvm-objdump a little bit more readable.Rui Ueyama2014-03-04
* Relax COFF string table checkNico Rieck2014-02-26
* llvm-objdump: Do not attempt to disassemble symbols outside of sectionSimon Atanasyan2014-02-24