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
/
lib
Age
Commit message (
Expand
)
Author
2004-12-21
Include <cassert> for Cygwin.
Reid Spencer
2004-12-20
Cygwin doesn't like .. through a link, so drop the ..
Reid Spencer
2004-12-20
Fix a bug where system time always equals user time
Reid Spencer
2004-12-20
Implement GetTimeUsage correctly.
Reid Spencer
2004-12-20
Provide a getrusage based implementation of GetTotalMemoryUsage and use
Reid Spencer
2004-12-20
Consistently use the same #if style. Also, fix a bug testing for sbrk(3)
Reid Spencer
2004-12-20
Remove unnecessary #includes.
Reid Spencer
2004-12-20
Be double sure about including sys/stat.h by wrapping the inclusion in
Reid Spencer
2004-12-20
Remove the #include of llvm/Config/unistd.h as it is no longer needed.
Reid Spencer
2004-12-20
Remove un-needed #includes.
Reid Spencer
2004-12-20
Put some header files back that Win32 needs.
Reid Spencer
2004-12-20
Keep up with lib/System changes
Jeff Cohen
2004-12-20
Fix problems uncovered by VC++ (first time compiled by VC++)
Jeff Cohen
2004-12-20
For PR351:
Reid Spencer
2004-12-20
For PR351:
Reid Spencer
2004-12-20
For PR351:
Reid Spencer
2004-12-20
* Use "" for LLVM include files, not <>
Misha Brukman
2004-12-19
Use <> for system #include files
Misha Brukman
2004-12-19
Make references to 'struct sigaction' compile under Solaris.
Brian Gaeke
2004-12-19
For PR351:
Reid Spencer
2004-12-19
For PR351:
Reid Spencer
2004-12-19
For PR351:
Reid Spencer
2004-12-19
For PR351:
Reid Spencer
2004-12-18
Fix win32 breakage
Jeff Cohen
2004-12-17
Remove unused enum value
Chris Lattner
2004-12-17
Move the #include of sys/stat.h inside the linux "hack" for the stat
Reid Spencer
2004-12-17
Remove unused #include
Chris Lattner
2004-12-17
Only #include sys/stat.h if we're on linux where we have the PR274 problem.
Reid Spencer
2004-12-17
Actually overload the virtual method. This fixes
Chris Lattner
2004-12-17
Change the sentinal
Chris Lattner
2004-12-17
Create a stack slot for the return address lazily instead of eagerly. This
Chris Lattner
2004-12-16
Chris is a pain ;) Removing reassociate.
Tanya Lattner
2004-12-16
Removing commented out lines.
Tanya Lattner
2004-12-16
Removed LICM and GCSE.
Tanya Lattner
2004-12-16
For PR351:
Reid Spencer
2004-12-16
For PR351:
Reid Spencer
2004-12-16
Remove dead #include
Chris Lattner
2004-12-16
Fix a compile error. config.h is now needed because DataTypes.h doesn't
Reid Spencer
2004-12-16
Adjust to changes in asmwriter filenames
Chris Lattner
2004-12-16
Specify all of the targets built.
Chris Lattner
2004-12-16
Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead
Chris Lattner
2004-12-16
Fix header
Chris Lattner
2004-12-16
Factor out common .td file chunks.
Chris Lattner
2004-12-16
Expository comment submitted by Henrik Bach
Jeff Cohen
2004-12-15
Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1.
Chris Lattner
2004-12-15
Change the signatures of the destroyFile and destroyDirectory methods to
Reid Spencer
2004-12-15
Remove the CFE's lib directory from the bytecode path because LLVM should
Reid Spencer
2004-12-15
Remove automatic insertion of CFE's lib directory into the bytecode path
Reid Spencer
2004-12-15
Add a verifier assertion
Chris Lattner
2004-12-15
Eliminate a virtual method call
Chris Lattner
[next]