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
/
runtime
Age
Commit message (
Expand
)
Author
2003-07-21
Remove unneccesary #ifdefs
Chris Lattner
2003-07-21
Fix warnings
Chris Lattner
2003-07-11
Use uint32_t for table index and size: table will never be > 4GB.
Vikram S. Adve
2003-07-08
Pointer hash table reallocation code seems never to have been tested!
Vikram S. Adve
2003-07-08
Native libraries (libinstr*.a) should not have been taken out when
Vikram S. Adve
2003-07-03
Added support for poolallocarray and poolmakeunfreeable. The latter is used b...
Sumant Kowshik
2003-06-26
Don't register the destructors if the list is empty
Chris Lattner
2003-06-24
Prevented inclusion of (non-existent) stdint.h on Sparc.
Joel Stanley
2003-05-29
Prevent lines from wrapping.
Misha Brukman
2003-05-29
Initial checkin
Chris Lattner
2003-05-29
Run more post-link xforms
Chris Lattner
2003-05-27
Update to match the reality that is now.
Chris Lattner
2003-05-22
add support for an explicit EXPORTED_SYMBOL_LIST
Chris Lattner
2003-05-22
Specify a list of symbols that should be exported by the library
Chris Lattner
2003-05-22
Update to match typename produced by the C frontend
Chris Lattner
2003-05-14
Dead file
Chris Lattner
2003-05-14
Minor updates
Chris Lattner
2003-05-14
Initial checkin of crtend.o implementation
Chris Lattner
2003-05-14
New file
Chris Lattner
2003-02-18
Remove support for memset
Chris Lattner
2003-02-18
Add lots of functions
Chris Lattner
2003-02-11
Implement more functions
Chris Lattner
2003-02-03
Implement feof and xmalloc
Chris Lattner
2003-02-01
Add a bunch more stubs
Chris Lattner
2003-01-29
Initial checkin of pool allocator library
Chris Lattner
2003-01-17
Initial checkin of dummylib
Chris Lattner
2002-11-08
fix path
Chris Lattner
2002-11-06
Add note about what this is
Chris Lattner
2002-07-30
Pass renamed
Chris Lattner
2002-07-18
Fixes to be LP64 correct
Chris Lattner
2002-05-20
Allow libraries to specify other libraries to link to
Chris Lattner
2002-05-20
Tracelib is now an LLVM library just like all other libraries in this
Chris Lattner
2002-05-20
* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn
Chris Lattner
2002-05-20
Implement the printf function, used by assert
Chris Lattner
2002-05-19
Runtime routines to support tracing.
Vikram S. Adve
2002-03-22
Remove compilation of __main because we now link -lgcc into programs
Chris Lattner
2002-03-18
Need rule for runtime.o. This is just temporary to provide
Vikram S. Adve
2002-03-11
Add strcat function
Chris Lattner
2002-03-08
Checkin library infrastructure for building stuff to be linked with
Chris Lattner
2002-02-26
Add a clean target stub
Chris Lattner
2002-01-23
Initial checkin of Makefile, just a dummy file for now.
Chris Lattner