index
:
~tstellar/llvm
9.1-abi-fix
Nov13-test
Oct18-backup
assembler
assembler-Jan-06-2015
assembler-push
backup-Oct15
backup-Oct18
bfgminer
bfgminer-perf
cayman-only-bfgminer
clover-elf
clover-elf-v2
hazard-rec
hsa
image-support
indirect-addressing
indirect-wip
indirect-wip-2
indirect-wip-3
indirect-wip-4
indirect-wip-5
kernel-args-WIP
lds
lds-v2
long-alu
madk
master
master-testing
master-testing-patches
master-testing-patches-v2
master-testing-si
master-testing-v2
mi-sched-experimental
native
opencv-Sep18-patches
perf-Dec31-2014
perf-Jan-08-2015
push-jan16
r600
r600-May09
r600-alu-encoding
r600-final-push
r600-gen-fixes
r600-imm-flags
r600-initial-review
r600-initial-review-May11
r600-master
r600-private-mem-fixes
r600-private-memory
r600-review-v10
r600-review-v3
r600-review-v7
r600-review-v8
r600-review-v9
r600-rewrite-pats
r600-structurizer
r600-structurizer-v2
r600-tablegen-hwreg
r600-tablegen-reg-encoding
r600-vliw
remove-fold-operands
sched-fixes
sched-perf-Mar-27-2015
si-compute
si-compute-v3
si-fold
si-lowercase
si-scheduler
si-scheduler-v2
si-scheduler-v3
si-sgpr-copies
si-spill-fixes
si-spill-fixes-v2
si-spill-fixes-v3
si-spill-fixes-v4
smrd-cluster
struct-divergence
struct-divergence-v1
vgpr-spilling-Jan07-2014
vinterp-fix
vliw5-rebase
vlj-bottom-up
Unnamed repository; edit this file 'description' to name the repository.
tstellar
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-12
[Test] Trim unnecessary .c and .cpp from config.suffix in lit.local.cfg
Adam Nemet
1
-1
/
+1
2014-05-11
[llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tags
Simon Atanasyan
2
-2
/
+43
2014-05-07
llvm-cov: Handle missing source files as GCOV does
Justin Bogner
4
-0
/
+97
2014-05-07
llvm-cov: Implement --no-output
Justin Bogner
2
-0
/
+9
2014-05-02
llvm-cov: Fix handling of line zero appearing in a line table
Justin Bogner
4
-1
/
+30
2014-04-25
ProfileData: Treat missing function counts as malformed
Justin Bogner
2
-0
/
+6
2014-04-23
llvm-cov: Add support for gcov's --long-file-names option
Justin Bogner
3
-0
/
+26
2014-04-18
llvm-profdata: Avoid writing to /dev/null in tests
Justin Bogner
1
-10
/
+4
2014-04-18
test: Add extra run lines to investigate an error on the bots
Justin Bogner
1
-0
/
+6
2014-04-18
ProfileData: Add support for the indexed instrprof format
Justin Bogner
2
-11
/
+20
2014-04-16
tools: fix invalid printing, buffer overrun in llvm-readobj
Saleem Abdulrasool
2
-0
/
+39
2014-04-14
tools: fix heap-buffer-overrun detected via ASAN
Saleem Abdulrasool
1
-0
/
+1
2014-04-14
tools: address possible non-null terminated filenames
Saleem Abdulrasool
4
-0
/
+67
2014-04-13
tools: teach objdump about FILE aux records
Saleem Abdulrasool
2
-0
/
+5
2014-03-26
llvm-cov: Move XFAIL after the body of the test
Justin Bogner
1
-2
/
+3
2014-03-26
llvm-cov: Disable test on big endian machines
Justin Bogner
1
-0
/
+2
2014-03-26
llvm-cov: Handle functions with no line number
Justin Bogner
4
-1
/
+30
2014-03-24
Teach llvm-readobj to print human friendly description of reserved sections.
Rafael Espindola
1
-2
/
+2
2014-03-23
llvm-profdata: Check for bad data in the show command
Justin Bogner
1
-0
/
+2
2014-03-23
InstrProf: Check pointer size in raw profile
Duncan P. N. Exon Smith
4
-0
/
+168
2014-03-22
llvm-profdata: Don't pipe stderr into show for the tests
Justin Bogner
1
-9
/
+9
2014-03-21
InstrProf: Cleanup binary profdata testcase
Duncan P. N. Exon Smith
4
-165
/
+24
2014-03-21
InstrProf: Change magic number to have non-text characters
Duncan P. N. Exon Smith
2
-2
/
+2
2014-03-21
InstrProf: Actually detect bad headers
Duncan P. N. Exon Smith
1
-0
/
+6
2014-03-21
InstrProf: Read raw binary profile in llvm-profdata
Duncan P. N. Exon Smith
3
-0
/
+165
2014-03-21
ProfileData: Introduce InstrProfWriter using the naive text format
Justin Bogner
2
-45
/
+72
2014-03-21
ProfileData: Introduce the InstrProfReader interface and a text reader
Justin Bogner
1
-6
/
+6
2014-03-21
Object/COFF: Support large relocation table.
Rui Ueyama
2
-0
/
+14
2014-03-20
llvm-objdump output hex to match binutils' objdump
Greg Fitzgerald
1
-0
/
+17
2014-03-19
llvm-profdata: Make "merge" into a subcommand.
Justin Bogner
2
-14
/
+14
2014-03-19
llvm-profdata: Update to use the naive text format with function hash
Justin Bogner
14
-25
/
+53
2014-03-18
Object/COFF: Add function to check if section number is reserved one.
Rui Ueyama
3
-1
/
+19
2014-03-17
llvm-readobj: Print referred symbol name for CLR token definition
Nico Rieck
1
-1
/
+1
2014-03-17
llvm-readobj: Add test for COFF auxiliary symbols as used by C++/CLI
Nico Rieck
3
-0
/
+44
2014-03-13
Support: add support to identify WinCOFF/ARM objects
Saleem Abdulrasool
2
-0
/
+17
2014-03-12
Back out Profile library and dependent commits
Justin Bogner
25
-150
/
+77
2014-03-12
llvm-profdata: Use the Profile library, implement show and generate
Justin Bogner
25
-77
/
+150
2014-03-06
Fix the printing of n_type.
Rafael Espindola
1
-9
/
+18
2014-03-04
llvm-objdump: Indent unwind info contents.
Rui Ueyama
1
-80
/
+80
2014-03-04
llvm-objdump: Fix typo in output.
Rui Ueyama
1
-4
/
+4
2014-03-04
llvm-objdump: Print x64 unwind info in executable.
Rui Ueyama
3
-50
/
+105
2014-03-04
Make a test for llvm-objdump a little bit more readable.
Rui Ueyama
1
-44
/
+44
2014-02-26
Relax COFF string table check
Nico Rieck
2
-0
/
+8
2014-02-24
llvm-objdump: Do not attempt to disassemble symbols outside of section
Simon Atanasyan
3
-0
/
+28
2014-02-24
For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)
Reed Kotler
1
-1
/
+1
2014-02-20
llvm-objdump/COFF: Print SEH table addresses.
Rui Ueyama
1
-0
/
+1
2014-02-20
Object/COFF: Fix padding between CSDVersion and EditList.
Rui Ueyama
1
-3
/
+3
2014-02-19
llvm-objdump/COFF: Print load configuration table.
Rui Ueyama
2
-4
/
+52
2014-02-18
llvm-cov: Support gcov's extermely lenient treatment of -o
Justin Bogner
1
-0
/
+10
2014-02-17
PGO: llvm-profdata: tool for merging profiles
Duncan P. N. Exon Smith
15
-0
/
+96
[next]