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
/
BitCodes.h
Age
Commit message (
Expand
)
Author
2012-11-25
Code Custodian:
Joe Abbey
2012-03-03
Enable the small vector POD optimization for BitCodeAbbrevOp.
Benjamin Kramer
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
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
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-10-26
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-04-26
Add two new record types to the blockinfo block:
Chris Lattner
2009-04-07
fix comment to reflect the implementation I ended up settling on.
Chris Lattner
2009-04-06
add a new Blob encoding abbreviation for bitcode files that emits
Chris Lattner
2009-02-20
Removed trailing whitespace.
Misha Brukman
2008-10-16
Fix a calculation error in comments.
Zhongxing Xu
2008-05-05
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-10-08
Add explicit keywords.
Dan Gohman
2007-05-06
Unbreak VC++.
Jeff Cohen
2007-05-05
add a 6-bit encoding type for strings.
Chris Lattner
2007-05-05
Implement support for globally associating abbrevs with block IDs, which
Chris Lattner
2007-05-04
add support for array abbreviations.
Chris Lattner
2007-05-04
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
refcount BitCodeAbbrev objects
Chris Lattner
2007-04-23
first part of implementation of abbrevs. The writer isn't fully there yet an...
Chris Lattner
2007-04-22
Define the content-independent interfaces to read/write bitcode files and
Chris Lattner