index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bitcode
/
Reader
/
BitReader.cpp
Age
Commit message (
Expand
)
Author
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-25
Code Custodian:
Joe Abbey
2010-03-02
Add Module functions in place of module providers.
Erick Tryzelaar
2010-02-15
Simplify.
Daniel Dunbar
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-09
"In order to ease automatic bindings generation, it would be helpful if boole...
Chris Lattner
2009-08-11
Change llvm-c's ordering of contexts to make it consistent.
Erick Tryzelaar
2009-07-02
Ack, missed one incompatibility.
Owen Anderson
2009-07-02
Restore other bits of the C API that I tore up. All pre-existing APIs defaul...
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
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-19
Adding bindings for memory buffers and module providers. Switching
Gordon Henriksen
2007-12-11
Adding Ocaml bindings for the bitreader as requested by Sarah
Gordon Henriksen