assert(0) -> LLVM_UNREACHABLE.
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriter.cpp
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-06-12 Nick LewyckyDon't remove aggregate-typed module level constants...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
2009-03-13 Bill WendlingRevert r66920. It was causing failures in the self...
2009-03-13 Gabor GreifSecond installment of "BasicBlock operands to the back"
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2009-02-12 Nate BegemanAdd suppport for ConstantExprs of shufflevectors whose...
2009-01-30 Gabor Greifuse precise getters
2009-01-16 Gabor Greifuse specialized accessor instead of plain getOperand(0)
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-07 Gabor Greifrevert to functionally equivalent formulation
2009-01-07 Gabor Greifuse the obvious getters
2008-12-19 Chris LattnerAdd support for writing LLVM IR to a specified Bitstrea...
2008-12-19 Nick LewyckyCommit missed files from nocapture change.
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-15 Nick LewyckyIt turns out that "align 1" and unaligned are different...
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-10-23 Daniel DunbarMake sure to set stdout to binary when writing bitcode...
2008-10-22 Daniel DunbarAdd raw_ostream versions of WriteBitcodeToFile and...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-09-25 Devang Patel Large mechanical patch.
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-16 Dan GohmanRe-enables the new vector select in the bitcode reader...
2008-09-09 Dan GohmanExtend the vcmp/fcmp LLVM IR instructions to take vecto...
2008-09-02 Devang PatelRead and write function notes.
2008-08-23 Chris Lattneradd #include
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-07-23 Dan GohmanEnable first-class aggregates support.
2008-07-21 Dan GohmanInsertValue and ExtractValue constant expressions are...
2008-07-09 Chris LattnerAdd a little wrapper header that is put around bc files...
2008-06-06 Anton KorobeynikovTurn stdout into binary mode during bitcode emission.
2008-05-31 Dan GohmanImproved bitcode support for insertvalue/extractvalue.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-15 Dale JohannesenAllow an extra bit for CommonLinkage.
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-11 Anton KorobeynikovHonour aliases visibility when reading from/writing...
2008-03-02 Nick LewyckyAdd an unwind_to field to basic blocks, making them...
2008-02-26 Devang PatelRemove debugging help.
2008-02-26 Devang PatelUpdate bitcode reader and writer to handle multiple...
2008-02-23 Evan ChengBacking out r47521 for now. This has broken a number...
2008-02-23 Devang PatelProperly read and write bitcodes for multiple return...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Devang PatelRead and write getresult.
2008-02-20 Dale JohannesenSupport alignment within ParamAttrs in the I/O handling.
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-11 Duncan SandsFix compilation.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-11-27 Chris LattnerUnbreak backwards compatibility with bytecode format...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-10-11 Dale JohannesenNext PPC long double bits. First cut at constants.
2007-09-26 Dale JohannesenMake temporaries explicit to avoid premature
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-07 Dale JohannesenRevert previous change to IR.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-09 Dale JohannesenPatch 10 for long double. Doing constants right needs...
2007-08-03 Dale JohannesenLong double, part 1 of N. Support in IR.
2007-07-05 Chris Lattnerremove a dead case
2007-05-11 Chris Lattnerallow partially materialized modules to be written...
2007-05-08 Chris LattnerMake a preemptive bitcode format change to support...
2007-05-06 Chris LattnerFlush the file after writing bitcode so that clients...
2007-05-06 Jeff CohenUnbreak VC++.
2007-05-06 Chris Lattneradd abbrevs for binops and casts. This shrinks a testc...
2007-05-06 Chris Lattnerimplement reading/writing of inlineasm objects
2007-05-06 Chris Lattneradd some abbrevs for ret and unreachable, shrinking...
2007-05-06 Chris Lattneradd a denser encoding for null terminated strings,...
2007-05-06 Chris Lattneradd an abbreviation for the string constants opzn,...
2007-05-06 Chris Lattnerimplement the 'string constant' optimization. This...
2007-05-06 Chris Lattnerfurther reduce the redundancy of types in the instructi...
2007-05-06 Chris Lattnerstop encoding type/value pairs when the type is implied...
2007-05-05 Chris Lattneradd an abbrev for loads. This shrinks the function...
2007-05-05 Chris Lattneradd abbrevs for the constants tables. This shrinks...
2007-05-05 Chris LattnerAdd abbreviations to the TYPE_BLOCK for pointers, funct...
2007-05-05 Chris Lattneradd a char6 abbrev for bbnames and value names. This...
2007-05-05 Chris Lattneradd an abbreviation for the type symtab, this shrinks...
2007-05-05 Chris LattnerImplement support for globally associating abbrevs...
2007-05-04 Chris Lattnerallow the 8-bit abbrev to be used for either bb or...
2007-05-04 Chris Lattnershave another 150K off of kc++, by using a 7-bit encodi...
2007-05-04 Chris Lattnerwhere possible, encode symtab names with 7 bits per...
2007-05-04 Chris LattnerEncode all value symtab strings as arrays of 8-bit...
2007-05-04 Chris Lattnereliminate internal length fields from record. Records...
2007-05-04 Chris Lattnerstub out creation of BLOCKINFO_BLOCK
2007-05-04 Chris Lattnerfix encoding of invoke instructions. kc++ now round...
2007-05-04 Chris Lattnerencode and read param attrs along with function type...
next