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
/
unittests
/
Support
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-04-23
Add basic zlib support to LLVM. This would allow to use compression/uncompres...
Alexey Samsonov
2013-04-22
[Support] Fix argv string escape bug on Windows
Reid Kleckner
2013-01-20
[Support] Port ErrorOr<T> from lld to C++03.
Michael J. Spencer
2013-01-05
Add an ArrayRecycler class.
Jakob Stoklund Olesen
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-12
Initial implementation of a utility for converting native data
Nick Kledzik
2012-10-04
Adding MCJIT and MemoryBuffer unit tests
Andrew Kaylor
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-09-14
cmake: Fix file path.
Daniel Dunbar
2012-09-14
formatted_raw_ostream: Fix a serious bug in tell().
Daniel Dunbar
2012-08-01
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-07-16
Move the IRBuilder unittest from Support to VMCore. This got missed in
Chandler Carruth
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth