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
/
Bitcode
Age
Commit message (
Expand
)
Author
2013-01-20
trivial micro-optimization: lazily call the virtual method instead of eagerly...
Chris Lattner
2013-01-20
switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of
Chris Lattner
2013-01-20
add an option to not auto-process abbreviations in advance()
Chris Lattner
2013-01-20
stringref'ize readRecord and properly capitalize it. Add a compatibility met...
Chris Lattner
2013-01-20
move some private methods out of line, add a skipRecord() method.
Chris Lattner
2013-01-19
add some optional flags to affect the way advance works.
Chris Lattner
2013-01-19
Add a new BitstreamEntry concept, and add two helper methods for walking
Chris Lattner
2013-01-19
BitstreamReader hasn't aged well. It's been hacked on by various people and
Chris Lattner
2013-01-10
Fix include guards so they exactly match file names.
Jakub Staszak
2012-12-09
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
Michael Ilseman
2012-12-03
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-11-28
Add back support for reading and parsing 'deplibs'.
Bill Wendling
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
Fast-math flags for the bitcode
Michael Ilseman
2012-11-25
Code Custodian:
Joe Abbey
2012-11-15
Remove trailing whitespace
Michael Ilseman
2012-10-11
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-18
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-17
Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...
Craig Topper
2012-09-05
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
Chad Rosier
2012-09-05
[ms-inline asm] Add support for the nsdialect keyword in the Bitcode
Chad Rosier
2012-08-23
Fix a bunch of -Wdocumentation warnings.
Dmitri Gribenko
2012-08-21
Pacify PVS-Studio by changing the type rather than doing a cast, a tweak
Duncan Sands
2012-08-21
PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the
Duncan Sands
2012-08-10
Remove references to compression in llvm-ar. It has been a long time since we
Rafael Espindola
2012-06-20
Remove 'static' from inline functions defined in header files.
Chandler Carruth
2012-05-23
revert r156383: removal of TYPE_CODE_FUNCTION_OLD
Nuno Lopes
2012-05-08
remove TYPE_CODE_FUNCTION_OLD type code. it is no longer in use and it was ma...
Nuno Lopes
2012-03-21
Fix windows compilation warning. Patch by Micah.
Jan Sjödin
2012-03-03
Enable the small vector POD optimization for BitCodeAbbrevOp.
Benjamin Kramer
2012-02-29
BitstreamWriter: Use SmallVector::append instead of multiple push_back calls.
Daniel Dunbar
2012-02-29
BitstreamWriter: Change primary output buffer to be a SmallVector instead of an
Daniel Dunbar
2012-02-29
BitstreamWriter: Isolate access to the underlying buffer.
Daniel Dunbar
2012-02-29
BitcodeWriter: Expose less implementation details -- make BackpatchWord private
Daniel Dunbar
2012-02-29
Bitcode: Don't expose WriteBitcodeToStream to clients.
Daniel Dunbar
2012-02-07
Bitcode/BitstreamReader.h: Tweak for big endian hosts.
NAKAMURA Takumi
2012-02-06
System headers after llvm headers.
Nick Lewycky
2012-02-06
Enable streaming of bitcode
Derek Schuff
2012-02-06
[unwind removal] Remove a the obsolete 'unwind' enum value.
Bill Wendling
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-01-30
Add bitcode reader and writer support for ConstantDataAggregate, which
Chris Lattner
2012-01-23
The iteration order over a std::set<Module*> depends on the addresses of the
Rafael Espindola
2012-01-10
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2011-12-17
The powers that be have decided that LLVM IR should now support 16-bit
Dan Gohman
2011-12-14
Per discussion on the list, remove BitcodeVerify pass to reimplement as a fre...
Chad Rosier
2011-12-12
Begin sketching out a bitcode verifier pass. Idea is to emit a .bc file and
Chad Rosier
2011-12-08
Fix 80-column.
Chad Rosier
[next]