Actually privatize a IntegerTypes, and fix a few bugs exposed by this.
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.cpp
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-04 Devang PatelUse separate ValueList for metadata.
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Devang PatelRead and write NamedMDNode.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-26 Daniel DunbarRemove Value::setName(const char*, unsigned).
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-07-25 Eric ChristopherMove ExtractElementInst to ::Create instead of new...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-23 Devang PatelMDString
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-20 Dan GohmanAssembly and Bitcode support for unsigned/signed overfl...
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-15 Owen AndersonRevert yesterday's change by removing the LLVMContext...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-09 Owen AndersonThis started as a small change, I swear. Unfortunately...
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-07 Owen AndersonLLVMContext-ify the bitcode reader.
2009-07-06 Devang Patel!"i" is a valid MDString.
2009-07-01 Owen AndersonMake the use of const with respect to LLVMContext sane...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-16 Chris LattnerFix PR4336: Iterating over use-def chains doesn't seem...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-06-01 Nick LewyckyUpdate the bitcode reader to support reading .bc files...
2009-05-31 Nick LewyckyFix typo in error message.
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-26 Chris LattnerMake a major API change to BitstreamReader: split all...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-04-06 Chris LattnerTeach llvm-bcanalyzer to skip over the header we use...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-01 Chris Lattnerfix a serious regression I introduced in my previous...
2009-03-31 Chris Lattnerreimplement BitcodeReaderValueList in terms of WeakVH...
2009-03-23 Dale JohannesenFix internal representation of fp80 to be the
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-02-03 Chris Lattnerfix a bitcode reader bug where it can't handle extracte...
2009-01-15 Rafael EspindolaAdd the private linkage.
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 LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-11-10 Mon P WangAdded support for the following definition of shufflevector
2008-10-05 Chris Lattnermake the autoupgrade code for ret attributes dramatical...
2008-09-26 Devang PatelNow Attributes are divided in three groups
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 GohmanTemporarily disable 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-21 Chris LattnerSwitch from an O(n) method to an O(1) method for changi...
2008-08-21 Chris Lattnerrecommit bcreader, handling packed structs correctly...
2008-08-21 Daniel DunbarRevert 55090, regressions in:
2008-08-21 Chris LattnerFix an N^2 issue handling constant resolution due to...
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-05-31 Dan GohmanImproved bitcode support for insertvalue/extractvalue.
2008-05-31 Dan GohmanIR, bitcode reader, bitcode writer, and asmparser chang...
2008-05-26 Gabor Greifeliminate calls to deprecated Use::init() interface
2008-05-23 Dan GohmanMake structs and arrays first-class types, and add...
2008-05-16 Gabor GreifAPI change for {BinaryOperator|CmpInst|CastInst}::creat...
2008-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-05-12 Nate BegemanSimplify some checks
2008-05-12 Nate BegemanPointer comparisons should use icmp, not vicmp
2008-05-12 Nate BegemanPointer comparisons should be handled by icmp, not...
2008-05-12 Nate BegemanAdd two new instructions to the llvm IR, vicmp and...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-20 Chris LattnerSwitch to using Simplified ConstantFP::get API.
2008-04-13 Chris LattnerGabor points out that reserveOperandSpace takes # of...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-12 Chris Lattnerwhen the bitcode reader is referencing a paramattr...
2008-03-12 Anton KorobeynikovBe backward compatible
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 PatelUse SmallVector while constructing ReturnInst.
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...
next