index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
ProfileData: Allow multiple profiles in RawInstrProfReader
Justin Bogner
2014-05-16
1
-0
/
+64
*
[Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfg
Adam Nemet
2014-05-12
1
-1
/
+1
*
[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tags
Simon Atanasyan
2014-05-11
2
-2
/
+43
*
llvm-cov: Handle missing source files as GCOV does
Justin Bogner
2014-05-07
4
-0
/
+97
*
llvm-cov: Implement --no-output
Justin Bogner
2014-05-07
2
-0
/
+9
*
llvm-cov: Fix handling of line zero appearing in a line table
Justin Bogner
2014-05-02
4
-1
/
+30
*
ProfileData: Treat missing function counts as malformed
Justin Bogner
2014-04-25
2
-0
/
+6
*
llvm-cov: Add support for gcov's --long-file-names option
Justin Bogner
2014-04-23
3
-0
/
+26
*
llvm-profdata: Avoid writing to /dev/null in tests
Justin Bogner
2014-04-18
1
-10
/
+4
*
test: Add extra run lines to investigate an error on the bots
Justin Bogner
2014-04-18
1
-0
/
+6
*
ProfileData: Add support for the indexed instrprof format
Justin Bogner
2014-04-18
2
-11
/
+20
*
tools: fix invalid printing, buffer overrun in llvm-readobj
Saleem Abdulrasool
2014-04-16
2
-0
/
+39
*
tools: fix heap-buffer-overrun detected via ASAN
Saleem Abdulrasool
2014-04-14
1
-0
/
+1
*
tools: address possible non-null terminated filenames
Saleem Abdulrasool
2014-04-14
4
-0
/
+67
*
tools: teach objdump about FILE aux records
Saleem Abdulrasool
2014-04-13
2
-0
/
+5
*
llvm-cov: Move XFAIL after the body of the test
Justin Bogner
2014-03-26
1
-2
/
+3
*
llvm-cov: Disable test on big endian machines
Justin Bogner
2014-03-26
1
-0
/
+2
*
llvm-cov: Handle functions with no line number
Justin Bogner
2014-03-26
4
-1
/
+30
*
Teach llvm-readobj to print human friendly description of reserved sections.
Rafael Espindola
2014-03-24
1
-2
/
+2
*
llvm-profdata: Check for bad data in the show command
Justin Bogner
2014-03-23
1
-0
/
+2
*
InstrProf: Check pointer size in raw profile
Duncan P. N. Exon Smith
2014-03-23
4
-0
/
+168
*
llvm-profdata: Don't pipe stderr into show for the tests
Justin Bogner
2014-03-22
1
-9
/
+9
*
InstrProf: Cleanup binary profdata testcase
Duncan P. N. Exon Smith
2014-03-21
4
-165
/
+24
*
InstrProf: Change magic number to have non-text characters
Duncan P. N. Exon Smith
2014-03-21
2
-2
/
+2
*
InstrProf: Actually detect bad headers
Duncan P. N. Exon Smith
2014-03-21
1
-0
/
+6
*
InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
2014-03-21
3
-0
/
+165
*
ProfileData: Introduce InstrProfWriter using the naive text format
Justin Bogner
2014-03-21
2
-45
/
+72
*
ProfileData: Introduce the InstrProfReader interface and a text reader
Justin Bogner
2014-03-21
1
-6
/
+6
*
Object/COFF: Support large relocation table.
Rui Ueyama
2014-03-21
2
-0
/
+14
*
llvm-objdump output hex to match binutils' objdump
Greg Fitzgerald
2014-03-20
1
-0
/
+17
*
llvm-profdata: Make "merge" into a subcommand.
Justin Bogner
2014-03-19
2
-14
/
+14
*
llvm-profdata: Update to use the naive text format with function hash
Justin Bogner
2014-03-19
14
-25
/
+53
*
Object/COFF: Add function to check if section number is reserved one.
Rui Ueyama
2014-03-18
3
-1
/
+19
*
llvm-readobj: Print referred symbol name for CLR token definition
Nico Rieck
2014-03-17
1
-1
/
+1
*
llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLI
Nico Rieck
2014-03-17
3
-0
/
+44
*
Support: add support to identify WinCOFF/ARM objects
Saleem Abdulrasool
2014-03-13
2
-0
/
+17
*
Back out Profile library and dependent commits
Justin Bogner
2014-03-12
25
-150
/
+77
*
llvm-profdata: Use the Profile library, implement show and generate
Justin Bogner
2014-03-12
25
-77
/
+150
*
Fix the printing of n_type.
Rafael Espindola
2014-03-06
1
-9
/
+18
*
llvm-objdump: Indent unwind info contents.
Rui Ueyama
2014-03-04
1
-80
/
+80
*
llvm-objdump: Fix typo in output.
Rui Ueyama
2014-03-04
1
-4
/
+4
*
llvm-objdump: Print x64 unwind info in executable.
Rui Ueyama
2014-03-04
3
-50
/
+105
*
Make a test for llvm-objdump a little bit more readable.
Rui Ueyama
2014-03-04
1
-44
/
+44
*
Relax COFF string table check
Nico Rieck
2014-02-26
2
-0
/
+8
*
llvm-objdump: Do not attempt to disassemble symbols outside of section
Simon Atanasyan
2014-02-24
3
-0
/
+28
*
For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)
Reed Kotler
2014-02-24
1
-1
/
+1
*
llvm-objdump/COFF: Print SEH table addresses.
Rui Ueyama
2014-02-20
1
-0
/
+1
*
Object/COFF: Fix padding between CSDVersion and EditList.
Rui Ueyama
2014-02-20
1
-3
/
+3
*
llvm-objdump/COFF: Print load configuration table.
Rui Ueyama
2014-02-19
2
-4
/
+52
*
llvm-cov: Support gcov's extermely lenient treatment of -o
Justin Bogner
2014-02-18
1
-0
/
+10
[next]