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
2009-04-27
give bitstreamreader an API to ignore names for blocks/records,
Chris Lattner
2009-04-26
Add two new record types to the blockinfo block:
Chris Lattner
2009-04-26
make BitstreamCursor's copyable and assignable.
Chris Lattner
2009-04-26
Make a major API change to BitstreamReader: split all the reading
Chris Lattner
2009-04-15
Allow jumping to the end of a bitstream while reading
Douglas Gregor
2009-04-08
Fix BitstreamReader's GetCurrentBitNo to return the correct bit number, and s...
Douglas Gregor
2009-04-08
Use 8 instead of CHAR_BIT
Douglas Gregor
2009-04-08
Add BitstreamWriter::GetCurrentBitNo, to report where we are in the output bi...
Douglas Gregor
2009-04-07
fix comment to reflect the implementation I ended up settling on.
Chris Lattner
2009-04-07
Add an API for the bitstream reader to read blobs and return
Chris Lattner
2009-04-06
allow clients to look up abbrev id's
Chris Lattner
2009-04-06
Add a new EmitRecordWithBlob API that allows a blob to be emitted
Chris Lattner
2009-04-06
add a new Blob encoding abbreviation for bitcode files that emits
Chris Lattner
2009-04-06
split ReadAbbreviatedLiteral out of ReadAbbreviatedField.
Chris Lattner
2009-04-06
reduce indentation with early-out
Chris Lattner
2009-04-06
simplify code a bit.
Chris Lattner
2009-04-06
simplify to reduce indentation.
Chris Lattner
2009-04-06
Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.
Chris Lattner
2009-04-04
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
2009-04-01
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-02-20
Removed trailing whitespace.
Misha Brukman
2009-02-12
Add suppport for ConstantExprs of shufflevectors whose result type is not equ...
Nate Begeman
2008-12-19
Add support for writing LLVM IR to a specified BitstreamWriter.
Chris Lattner
2008-10-22
Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.
Daniel Dunbar
2008-10-16
Fix a calculation error in comments.
Zhongxing Xu
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-23
Update the comment to reflect the new name.
Dan Gohman
2008-09-16
Re-enables the new vector select in the bitcode reader, by modifying the
Dan Gohman
2008-09-09
Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments
Dan Gohman
2008-08-17
Rename some GC classes so that their roll will hopefully be clearer.
Gordon Henriksen
2008-07-28
Fold the useful features of alist and alist_node into ilist, and
Dan Gohman
2008-07-23
Enable first-class aggregates support.
Dan Gohman
2008-07-21
InsertValue and ExtractValue constant expressions are always
Dan Gohman
2008-07-09
Add a little wrapper header that is put around bc files when emitting
Chris Lattner
2008-05-29
For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"
Anton Korobeynikov
2008-05-23
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-01
Initialize a local variable.
Ted Kremenek
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-07
Added support for Create() calls that take an argument besides the
Sam Bishop
2008-04-03
Add member template version of SerializeTrait<T>::Create that also accepts
Ted Kremenek
2008-04-01
change the archive stuff to use MemoryBuffer instead of mappedfile.
Chris Lattner
2008-04-01
remove extraneous #include
Chris Lattner
2008-03-25
Make a note of the fact that EmitOwnedPtr() has nothing to do with the
Sam Bishop
2008-03-02
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-02-22
Read and write getresult.
Devang Patel
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-18
Added some sectioning comments to Serialize.h.
Ted Kremenek
2007-12-17
Modified Deserializer::ReadCStr to allow C-strings to be read into a
Ted Kremenek
2007-12-12
Implement part of review feedback for address spaces.
Christopher Lamb
[prev]
[next]