- 3e0c99a Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it causes regressions in the nightly tests. by Victor Hernandez · 16 years ago
- 96b930d Auto-upgrade malloc instructions to malloc calls. by Victor Hernandez · 16 years ago
- a279bc3 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 16 years ago
- e8e0213 Write and read metadata attachments. by Devang Patel · 16 years ago
- f8dbee7 Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. by Dan Gohman · 16 years ago
- 59bf4fc Public and private corrections, warned about by icc (#304). by Duncan Sands · 16 years ago
- 92a97a9 Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this by Daniel Dunbar · 16 years ago
- 859fff4 Include optional subclass flags, such as inbounds, nsw, etc., in the by Dan Gohman · 16 years ago
- c0ff8c8 Add new value for given index in MDValuePtrs. by Devang Patel · 16 years ago
- 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
- e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
- 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
- 1c8a23c Eliminate the unused Context argument on one of the ICmpInst and FCmpInst by Dan Gohman · 16 years ago
- 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 16 years ago
- 5078f84 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
- dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
- 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- d7f2a6c Privatize the StructType table, which unfortunately involves routing contexts through a number of APIs. by Owen Anderson · 16 years ago
- d5ac404 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
- 647e301 Move the metadata constructors back to 2.5 syntax. by Owen Anderson · 16 years ago
- a7235ea Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are by Owen Anderson · 16 years ago
- 9e9a0d5 Move more code back to 2.5 APIs. by Owen Anderson · 16 years ago
- aa99314 Read and write NamedMDNode. by Devang Patel · 16 years ago
- debcb01 Move types back to the 2.5 API. by Owen Anderson · 16 years ago
- baf3c40 Move ConstantExpr to 2.5 API. by Owen Anderson · 16 years ago
- 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
- af7ec97 Return ConstantVector to 2.5 API. by Owen Anderson · 16 years ago
- 1fd7096 Change ConstantArray to 2.5 API. by Owen Anderson · 16 years ago
- 8fa3338 Move ConstantStruct back to 2.5 API. by Owen Anderson · 16 years ago
- dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 16 years ago
- 6f83c9c Move ConstantFP construction back to the 2.5-ish API. by Owen Anderson · 16 years ago
- 3f53fa9 Remove Value::setName(const char*, unsigned). by Daniel Dunbar · 16 years ago
- 92ccf70 Finish migrating VMCore to StringRef/Twine based APIs. by Daniel Dunbar · 16 years ago
- a3500da Move ExtractElementInst to ::Create instead of new. Update all uses. by Eric Christopher · 16 years ago
- eed707b Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come. by Owen Anderson · 16 years ago
- 2f9c3b0 MDString by Devang Patel · 16 years ago
- 104cf9e Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADATA_BLOCK in bitcode file. by Devang Patel · 16 years ago
- e54abc9 Introduce MetadataBase, a base class for MDString and MDNode. by Devang Patel · 16 years ago
- 1224c38 Assembly and Bitcode support for unsigned/signed overflow flags and by Dan Gohman · 16 years ago
- 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 16 years ago
- 50dead0 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 16 years ago
- 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 16 years ago
- 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 16 years ago
- e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 16 years ago
- 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
- 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 16 years ago
- 74a7781 LLVMContext-ify the bitcode reader. by Owen Anderson · 16 years ago
- a41a5dc !"i" is a valid MDString. by Devang Patel · 16 years ago
- 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 16 years ago
- 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 16 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 16 years ago
- 714fa95 Fix PR4336: Iterating over use-def chains doesn't seem to be deterministic. by Chris Lattner · 16 years ago
- ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
- 3728a02 Update the bitcode reader to support reading .bc files where the embedded by Nick Lewycky · 16 years ago
- 88b7293 Fix typo in error message. by Nick Lewycky · 16 years ago
- 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 16 years ago
- cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 16 years ago
- 962dde3 Make a major API change to BitstreamReader: split all the reading by Chris Lattner · 16 years ago
- 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
- e2a466b Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files. by Chris Lattner · 16 years ago
- 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
- 7d9eb58 fix a serious regression I introduced in my previous patch. by Chris Lattner · 16 years ago
- 46e7740 reimplement BitcodeReaderValueList in terms of WeakVH instead of making by Chris Lattner · 16 years ago
- 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
- 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
- 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
- 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
- 0f123cf Add suppport for ConstantExprs of shufflevectors whose result type is not equal to the by Nate Begeman · 16 years ago
- ba120aa fix a bitcode reader bug where it can't handle extractelement correctly: by Chris Lattner · 16 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
- 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 16 years ago
- 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
- e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
- aeb06d2 Added support for the following definition of shufflevector by Mon P Wang · 17 years ago
- 9a6cb15 make the autoupgrade code for ret attributes dramatically simpler by Chris Lattner · 17 years ago
- 19c8746 Now Attributes are divided in three groups by Devang Patel · 17 years ago
- 0598866 Large mechanical patch. by Devang Patel · 17 years ago
- e3d76d3 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
- d9b4a5f Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
- fb2bbbe Re-enables the new vector select in the bitcode reader, by modifying the by Dan Gohman · 17 years ago
- be91940 Temporarily disable vector select in the bitcode reader. The by Dan Gohman · 17 years ago
- f72fb67 Extend the vcmp/fcmp LLVM IR instructions to take vectors as arguments by Dan Gohman · 17 years ago
- 7ad033c Read and write function notes. by Devang Patel · 17 years ago
- b6135a0 Switch from an O(n) method to an O(1) method for changing non-constant operands. by Chris Lattner · 17 years ago
- ea693df recommit bcreader, handling packed structs correctly. Apparently by Chris Lattner · 17 years ago
- 4492596 Revert 55090, regressions in: by Daniel Dunbar · 17 years ago
- f4a97da Fix an N^2 issue handling constant resolution due to RAUW in large arrays by Chris Lattner · 17 years ago
- 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 17 years ago
- fc74abf Enable first-class aggregates support. by Dan Gohman · 17 years ago
- e089160 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
- 6fa6a32 Add a little wrapper header that is put around bc files when emitting by Chris Lattner · 17 years ago
- 0aab28b Improved bitcode support for insertvalue/extractvalue. by Dan Gohman · 17 years ago
- 81a0c0b IR, bitcode reader, bitcode writer, and asmparser changes to by Dan Gohman · 17 years ago
- 6c80c38 eliminate calls to deprecated Use::init() interface by Gabor Greif · 17 years ago
- e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
- 7cbd8a3 API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) by Gabor Greif · 17 years ago
- b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 17 years ago
- aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
- baa64eb Simplify some checks by Nate Begeman · 17 years ago