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
/
include
/
llvm
/
Bytecode
Age
Commit message (
Expand
)
Author
2007-05-06
remove bytecode headers
Chris Lattner
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-28
Implement review feedback. Aliasees can be either GlobalValue's or
Anton Korobeynikov
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-07
For PR1291:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-12
avoid creating a temporary string when reading the symbol table for a
Chris Lattner
2007-02-10
Compaction tables don't exist any more.
Reid Spencer
2007-02-07
move archive-specific stuff out of bcreader into archive library.
Chris Lattner
2007-02-07
move an llvmc-specific function out of the bcreader into llvmc.
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
remove dead ivars.
Chris Lattner
2007-02-07
remove the handleVBR32/handleVBR64 callbacks. They are very fine-grained.
Chris Lattner
2007-02-07
eliminate std::vector's from the bchandler interface
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-01-30
Compaction tables no longer supported, remove its block ID.
Reid Spencer
2007-01-26
For PR761:
Reid Spencer
2007-01-21
default to emiting an uncompressed .bc file
Chris Lattner
2007-01-12
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-06
For PR411:
Reid Spencer
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-11-29
Replacing std::iostreams with llvm iostreams. Some of these changes involve
Bill Wendling
2006-11-28
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-14
Discard code that supported old bytecode formats. This makes the Bytecode
Reid Spencer
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-08-30
Restore source-level compatibility with clients of these functions.
Chris Lattner
2006-08-28
remove extraneous space
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-08-24
For PR797:
Reid Spencer
2006-07-28
Update comments.
Chris Lattner
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-07
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
Reid Spencer
2006-07-07
Remove EH use from the Archive library and adjust its users accordingly.
Reid Spencer
2006-05-14
improve comment.
Chris Lattner
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-11-30
minor cleanup
Chris Lattner
2005-11-30
Fix a problem with llvm-ranlib that (on some platforms) caused the archive
Reid Spencer
2005-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-26
Implement an isBytecodeArchive method to determine if an archive contains
Reid Spencer
2005-01-16
Improve compatibility with aCC on HPUX. Patch by Duraid Madina
Chris Lattner
2004-12-13
Make the OpenAndLoad functions have an ErrorMessage argument.
Reid Spencer
2004-11-20
Distinguish between BSD4.4 and SVR4 symbol tables
Reid Spencer
2004-11-19
Make findModulesDefiningSymbols modify its symbols argument so we can \
Reid Spencer
2004-11-16
Per code review:\
Reid Spencer
2004-11-15
Remove useless/confusing namespace qualifier.
Reid Spencer
[next]