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
Age
Commit message (
Expand
)
Author
2005-05-06
wrap a longline
Chris Lattner
2005-05-06
add bytecode reader support for tail calls
Chris Lattner
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-05-05
add support for undef values of opaque type, addressing PR541
Chris Lattner
2005-05-05
Add some extra checks. Opaque types don't have a null marker.
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
* Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
Use the actual uid/gid for defaulting the fields in the archive.
Reid Spencer
2005-04-21
Eliminate calls to system dependent function getuid by using
Reid Spencer
2005-04-20
Initialize fields mode, uid, and gid.
Misha Brukman
2005-04-20
Align comments together for consistency
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-07
Fix an apparent ambiguity compiling on PPC
Chris Lattner
2005-03-06
simplify and speed up some code
Chris Lattner
2005-03-05
second argument to Value::setName is now gone.
Chris Lattner
2005-02-27
Fix spelling, patch contributed by Gabor Greif!
Chris Lattner
2005-02-26
Implement an isBytecodeArchive method to determine if an archive contains
Reid Spencer
2005-02-24
use more specific cast.
Chris Lattner
2005-02-13
Make the check for global variables the same as the one for functions. In
Reid Spencer
2005-02-13
Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies.
Chris Lattner
2005-02-13
Do not put internal symbols into the symbol table. This shrinks the symbol
Chris Lattner
2005-01-31
Fix the regressions my User changes introduced. Apparently some parts of
Chris Lattner
2005-01-29
Adjust to changes in User class and minor changes in instruction ctors.
Chris Lattner
2005-01-28
Properly close mapped files.
Jeff Cohen
2005-01-22
Use binary mode for reading/writing bytecode files
Jeff Cohen
2004-12-29
Remove potential platform portability issue with size of "int".
Reid Spencer
2004-12-21
For PR351:
Reid Spencer
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-15
For PR351:
Reid Spencer
2004-12-13
For PR351:
Reid Spencer
2004-12-13
Make sure the Archive gets deleted if there's an error.
Reid Spencer
2004-12-13
Implement error handling in OpenAndLoad* functions so the Linker can handle it.
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
Check in some patches for better assertions
Chris Lattner
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-28
Compute the firstFileOffset correctly after reading the LLVM symbol table.
Reid Spencer
2004-11-25
Adjust to Compressor interface change
Reid Spencer
2004-11-23
Allow reading of member names that begin with an _ character.
Reid Spencer
2004-11-22
Fix a comment to imply the correct semantics.
Reid Spencer
2004-11-20
Distinguish between BSD4.4 and SVR4 symbol tables
Reid Spencer
2004-11-19
Correct the computation of when to add the padding. It is not based on the
Reid Spencer
2004-11-19
Add note that this is for old bytecode files.
Chris Lattner
[next]