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
/
LLVMBitCodes.h
Age
Commit message (
Expand
)
Author
2009-08-20
Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap
Dan Gohman
2009-07-29
Read and write NamedMDNode.
Devang Patel
2009-07-27
Add a new keyword 'inbounds' for use with getelementptr. See the
Dan Gohman
2009-07-23
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-22
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-20
Assembly and Bitcode support for unsigned/signed overflow flags and
Dan Gohman
2009-07-08
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-05-30
Give embedded metadata its own type instead of relying on EmptyStructTy.
Nick Lewycky
2009-04-04
Add support for embedded metadata to LLVM. This introduces two new types of
Nick Lewycky
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-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-23
Enable first-class aggregates support.
Dan Gohman
2008-07-21
InsertValue and ExtractValue constant expressions are always
Dan Gohman
2008-05-23
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
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-12
Implement part of review feedback for address spaces.
Christopher Lamb
2007-12-11
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-10
Adding a collector name attribute to Function in the IR. These
Gordon Henriksen
2007-08-03
Long double, part 1 of N. Support in IR.
Dale Johannesen
2007-05-08
update comments, no functionality change
Chris Lattner
2007-05-06
add inline asm code
Chris Lattner
2007-05-06
add a denser encoding for null terminated strings, add a 6-bit abbrev as
Chris Lattner
2007-05-06
implement the 'string constant' optimization. This shrinks kc.bit from
Chris Lattner
2007-05-04
eliminate lengths from record bodies
Chris Lattner
2007-05-04
minor cleanups. Add provisions for a new standard BLOCKINFO_BLOCK
Chris Lattner
2007-05-04
remove unused code
Chris Lattner
2007-05-04
add new codes
Chris Lattner
2007-05-03
add a new code
Chris Lattner
2007-05-02
update to reflect reality
Chris Lattner
2007-05-01
add missing opcode.
Chris Lattner
2007-04-29
add some helpers
Chris Lattner
2007-04-26
start defining codes for instructions
Chris Lattner
2007-04-26
add a new code
Chris Lattner
2007-04-26
add alias support to bitcode
Chris Lattner
2007-04-24
comentate
Chris Lattner
2007-04-24
add records for constant exprs
Chris Lattner
2007-04-23
add codes for constants table
Chris Lattner
2007-04-23
Fix a bug in bitstream writer handling abbrevs, add value symtab
Chris Lattner
2007-04-23
promote this to being a public header.
Chris Lattner