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
/
ReaderWrappers.cpp
Age
Commit message (
Expand
)
Author
2006-10-12
Fix massive resource leaks in the bytecode reader. Reading a bytecode file
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-08-22
For PR797:
Reid Spencer
2006-07-06
Change the ModuleProvider interface to not throw exceptions.
Chris Lattner
2006-06-07
For PR787:
Reid Spencer
2005-12-26
I bet pinski knows why g++ accepts this stuff
Duraid Madina
2005-10-23
When a function takes a variable number of pointer arguments, with a zero
Jeff Cohen
2005-07-27
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-06-22
If we support structs as va_list, we must pass pointers to them to va_copy
Andrew Lenharth
2005-06-19
va_end fix
Andrew Lenharth
2005-06-18
core changes for varargs
Andrew Lenharth
2005-06-08
Remove code for conversion from old style va_args. Preparing the way for
Andrew Lenharth
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-02-13
Make the check for global variables the same as the one for functions. In
Reid Spencer
2005-02-13
Do not put internal symbols into the symbol table. This shrinks the symbol
Chris Lattner
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-13
For PR351:
Reid Spencer
2004-12-11
Path::get -> Path::toString
Reid Spencer
2004-11-22
Fix a comment to imply the correct semantics.
Reid Spencer
2004-11-16
Per code review:\
Reid Spencer
2004-11-15
Changes necessary to enable linking of archives without LLVM symbol tables.
Reid Spencer
2004-11-14
Add wrappers to get defined symbols from bytecode
Reid Spencer
2004-11-06
Implement the GetBytecodeSymbols interface function to extract just the
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-01
Changes For Bug 352
Reid Spencer
2004-08-24
Add a wrapper for extraction of the dependent libraries from a bytecode
Reid Spencer
2004-08-21
Two Changes:
Reid Spencer
2004-08-04
Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get
Reid Spencer
2004-07-05
Finalize bytecode dumping. The "handleFinish" method was getting called
Reid Spencer
2004-07-04
Remove tabs. Move function declaration to Reader.h where it belongs.
Reid Spencer
2004-06-29
Adjustments to allow Bytecode Reading to support the BytecodeHandler
Reid Spencer
2004-05-28
Use the new FileUtilities.h API for mapping a file into an address
Chris Lattner
2003-12-30
Use new getFileSize function instead of sys/stat.h directly.
Chris Lattner
2003-12-29
Factor FDHandle out of the bytecode reader into the FileUtilities.h support
Chris Lattner
2003-12-12
Throw better error messages, by calling strerror(errno) when we
Brian Gaeke
2003-11-19
Fine grainify namespacification, #include file that defines the interface!
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-18
* New revised variable argument handling support
Chris Lattner
2003-10-16
Add separator between different types of readers.
Misha Brukman
2003-10-08
Destroy allocated resources on exception.
Misha Brukman
2003-10-06
All of our supported operating systems (so far) and FreeBSD technically
Brian Gaeke
2003-10-04
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
Chris Lattner
2003-10-04
Do not leak the ModuleProvider if releaseModule() throws.
Chris Lattner
2003-09-25
Define the instance variable Buffer, not the automatic variable Buffer.
Chris Lattner
[next]