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
/
Bytecode
/
Reader
Age
Commit message (
Expand
)
Author
2004-12-20
Remove the #include of llvm/Config/unistd.h as it is no longer needed.
Reid Spencer
2004-12-20
Fix problems uncovered by VC++ (first time compiled by VC++)
Jeff Cohen
2004-12-13
For PR351:
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-12-09
Remove a dead field, make the map go to integer type ID to hash better and
Chris Lattner
2004-12-09
Remove #include inadvertently added
Chris Lattner
2004-12-09
Eliminate this ugly hack. This was put back in when replaceAllUsesOf used
Chris Lattner
2004-12-04
Provide more information in the error message that occurs when there are
Reid Spencer
2004-12-04
Do not allow bytecode files with unresolved references to be read. Doing
Chris Lattner
2004-11-30
RevisionNum is read by error(), initialize it early.
Chris Lattner
2004-11-22
Fix a comment to imply the correct semantics.
Reid Spencer
2004-11-19
Add note that this is for old bytecode files.
Chris Lattner
2004-11-16
Per code review:\
Reid Spencer
2004-11-15
Use a per-function flag bit to indicate whether or not there is a function
Chris Lattner
2004-11-15
Make *SURE* to null out the pointer before throwing an exception, otherwise
Chris Lattner
2004-11-15
Cleanups. Null out pointer after freeing it for paranoia
Chris Lattner
2004-11-15
Make functions default to having external linkage if they have no
Chris Lattner
2004-11-15
Changes necessary to enable linking of archives without LLVM symbol tables.
Reid Spencer
2004-11-14
Moved to lib/Bytecode/Archive.
Reid Spencer
2004-11-14
Add wrappers to get defined symbols from bytecode
Reid Spencer
2004-11-14
Simplify handling of decompression
Reid Spencer
2004-11-14
Simplify decompression code by using the high level interface to the Compressor
Reid Spencer
2004-11-14
Mark an unmaterialized function as having GhostLinkage
Misha Brukman
2004-11-09
Recognize compressed LLVM bytecode files.
John Criswell
2004-11-07
* Comments & cleanup per CL code review.
Reid Spencer
2004-11-07
Add comments per CL code review.
Reid Spencer
2004-11-06
Add support for compressed bytecode
Reid Spencer
2004-11-06
Implement the GetBytecodeSymbols interface function to extract just the
Reid Spencer
2004-10-28
Fix library name.
Reid Spencer
2004-10-22
We won't use automake
Reid Spencer
2004-10-18
Initial automake generated Makefile template
Reid Spencer
2004-10-16
Do not erroneously accept revision 6 bytecode files when the format hasn't
Chris Lattner
2004-10-16
Add support for undef, unreachable, and function flags
Chris Lattner
2004-10-15
Don't print a bunch of metrics that are meaningless for external functions
Chris Lattner
2004-10-14
Fit to 80 cols
Chris Lattner
2004-10-14
Fit in 80 columns
Chris Lattner
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-28
Fix doxygen comment
Misha Brukman
2004-09-27
The system ranlib on darwin occasionally adds two extra newlines to the
Chris Lattner
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-12
Unbreak doxygen, according to Reid.
Misha Brukman
2004-09-12
Fix code spacing/alignment
Misha Brukman
2004-09-11
Change interface to use correct typedef so it will always compile.
Reid Spencer
2004-09-11
Print the dependent libraries when dumping bytecode.
Reid Spencer
2004-09-03
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-27
Correctly compute the number of compaction tables.
Reid Spencer
2004-08-24
Add a wrapper for extraction of the dependent libraries from a bytecode
Reid Spencer
2004-08-24
Rearrange output a little to make it nicer.
Reid Spencer
[next]