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
/
Bitcode
/
Reader
/
BitcodeReader.h
Age
Commit message (
Expand
)
Author
2013-02-11
Use a std::map so that we record the group ID.
Bill Wendling
2013-02-10
Add support in the bitcode reader to read the attribute groups.
Bill Wendling
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-04
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-11-25
Code Custodian:
Joe Abbey
2012-10-11
Fix some typos 165739, spotted by Duncan.
Jan Wen Voung
2012-10-11
Change encoding of instruction operands in bitcode binaries to be relative
Jan Wen Voung
2012-02-29
Fix PR12080 by ensuring that MaterializeModule actually reads all the bitcode
Derek Schuff
2012-02-06
Enable streaming of bitcode
Derek Schuff
2012-01-02
Materialize functions whose basic blocks are used by global variables. Fixes
Rafael Espindola
2011-12-07
Begin adding experimental support for preserving use-list ordering of bitcode
Chad Rosier
2011-11-27
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...
Chris Lattner
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-07
type can be null
Chris Lattner
2011-07-07
use a more efficient check for 'is metadata'
Chris Lattner
2011-06-17
remove bitcode reader support for LLVM 2.7 metadata encoding.
Chris Lattner
2010-10-06
Provide a fast "get me the target triple from the module" API. This can
Bill Wendling
2010-09-13
Add full auto-upgrade support for LLVM 2.7 bitcode metadata.
Dan Gohman
2010-07-20
Add support for remapping metadata kind IDs when reading in a
Dan Gohman
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2009-12-29
Final step in the metadata API restructuring: move the
Chris Lattner
2009-10-28
add bitcode reader support for blockaddress. We can now fully
Chris Lattner
2009-09-18
Write and read metadata attachments.
Devang Patel
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
Use separate ValueList for metadata.
Devang Patel
2009-07-22
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-07
LLVMContext-ify the bitcode reader.
Owen Anderson
2009-07-01
Make the use of const with respect to LLVMContext sane. Hopefully this is th...
Owen Anderson
2009-07-01
Hold the LLVMContext by reference rather than by pointer.
Owen Anderson
2009-07-01
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-04-26
Make a major API change to BitstreamReader: split all the reading
Chris Lattner
2009-03-31
reimplement BitcodeReaderValueList in terms of WeakVH instead of making
Chris Lattner
2008-09-26
Now Attributes are divided in three groups
Devang Patel
2008-09-25
Large mechanical patch.
Devang Patel
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-08-21
recommit bcreader, handling packed structs correctly. Apparently
Chris Lattner
2008-08-21
Revert 55090, regressions in:
Daniel Dunbar
2008-08-21
Fix an N^2 issue handling constant resolution due to RAUW in large arrays
Chris Lattner
2008-05-26
eliminate calls to deprecated Use::init() interface
Gabor Greif
2008-05-10
merge of use-diet branch to trunk
Gabor Greif
2008-03-25
Add explicit keywords.
Dan Gohman
2008-03-12
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-05-18
Fix PR1434 and test/Linker/link-archive.ll, this is a regression from 1.9.
Chris Lattner
2007-05-15
implement the ModuleProvider::dematerializeFunction hook
Chris Lattner
[next]