Make TargetData optional in MemCpyOptimizer.
[oota-llvm.git] / lib / Bitcode /
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-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Erick TryzelaarChange llvm-c's ordering of contexts to make it consistent.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-04 Chris Lattnerrevert r78048, it isn't worth using assertingvh here.
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Devang PatelUse separate ValueList for metadata.
2009-08-04 Devang PatelRevert recent bitcode writer patches.
2009-08-04 Chris Lattnerswitch ValueMap to using AssertingVH. This is an old...
2009-08-04 Devang PatelRemove dead code.
2009-08-04 Devang PatelFix MDString Abbrev setup.
2009-08-04 Devang PatelConstants and Metadata share ValueList. This means...
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-31 Benjamin KramerWork around a dangling pointer dereference when enumera...
2009-07-30 Devang PatelDo not use abbrev while writing NamedMDNode name.
2009-07-30 Devang PatelEnumerate NamedMDNode elements first.
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-29 Devang PatelRefactor. Fix indentation.
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 PatelFix indentation.
2009-07-22 Devang PatelUse isa<> instead of dyn_cast<>.
2009-07-22 Sanjiv GuptaFixed build warning. No functionality change.
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-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
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-02 Owen AndersonAck, missed one incompatibility.
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
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-12 Nick LewyckyDon't remove aggregate-typed module level constants...
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-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-02-03 Chris Lattnerfix a bitcode reader bug where it can't handle extracte...
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-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-07 Gabor Greifrevert to functionally equivalent formulation
2009-01-07 Gabor Greifuse the obvious getters
2008-12-23 Zhongxing Xurevert r61368.
2008-12-23 Zhongxing XuRemove dead code.
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-11-10 Mon P WangAdded support for the following definition of shufflevector
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-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 Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
next