index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tools
Age
Commit message (
Expand
)
Author
2013-04-24
Use pointers to iterate over symbols.
Rafael Espindola
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-13
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-12
Teach llvm-readobj to print ELF program headers
Nico Rieck
2013-04-12
Add extensive relocation tests for llvm-readobj
Nico Rieck
2013-04-12
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-11
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
Print more information about relocations.
Rafael Espindola
2013-04-11
Add MachO-x86-64 tests.
Rafael Espindola
2013-04-05
Don't fetch pointers from a InMemoryStruct.
Rafael Espindola
2013-04-05
The ppc bots say this is the last broken line, so lets try one more :-(
Rafael Espindola
2013-04-05
One more try before I just delete the macho bits until tomorrow.
Rafael Espindola
2013-04-05
More test loosening.
Rafael Espindola
2013-04-05
Loosen this test too.
Rafael Espindola
2013-04-05
Loosen this test.
Rafael Espindola
2013-04-03
Implements low-level object file format specific output for COFF and
Eric Christopher
2012-12-05
PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...
Richard Smith
2012-12-05
PR10867. lit would interpret
Richard Smith
2012-12-05
Add dump of Win64 EH unwind data.
Michael J. Spencer
2012-11-20
Add a tests for the new -no-show-raw-insn option of llvm-objdump.
Eli Bendersky