- 028fa77 Do not use SmallVector to store MDNode elements. by Devang Patel · 16 years ago
- 12f031d simplify. by Chris Lattner · 16 years ago
- a276c60 Remove MallocInst from LLVM Instructions. by Victor Hernandez · 16 years ago
- 4360298 Add an "msasm" flag to inline asm as suggested in PR 5125. by Dale Johannesen · 16 years ago
- 5192e30 Do not write empty METADATA_ATTACHMENT record. by Devang Patel · 16 years ago
- cf0fe8d strength reduce a ton of type equality tests to check the typeid (Through by Chris Lattner · 16 years ago
- e30e678 s/class Metadata/class MetadataContext/g by Devang Patel · 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
- 03a5f13 back out my recent commit (r80858), it seems to break self-hosting buildbot's stage 2 configure by Gabor Greif · 16 years ago
- 190390b re-commit r66920 (which has been backed out in r66953) I may have more luck this time. I'll back out if needed... by Gabor Greif · 16 years ago
- baa2639 Make LLVM command-line tools overwrite their output files without -f. by Dan Gohman · 16 years ago
- d9ea85a remove some uses of llvm/Support/Streams.h by Chris Lattner · 16 years ago
- b515d75 eliminate the std::ostream forms of the bitcode writing APIs. by Chris Lattner · 16 years ago
- 5078f84 Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap by Dan Gohman · 16 years ago
- 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
- 4f95d2b revert r78048, it isn't worth using assertingvh here. by Chris Lattner · 16 years ago
- d5ac404 Use separate ValueList for metadata. This fixes PR4666. by Devang Patel · 16 years ago
- 912538b Revert recent bitcode writer patches. by Devang Patel · 16 years ago
- 0a0193e switch ValueMap to using AssertingVH. This is an old patch I had laying by Chris Lattner · 16 years ago
- 13ed1e2 Remove dead code. by Devang Patel · 16 years ago
- 2453c40 Fix MDString Abbrev setup. by Devang Patel · 16 years ago
- d701aa7 Constants and Metadata share ValueList. This means they must be emitted interleaved (using appropriate BLOCK_IDs) otherwise ValuePtrs index gets out of sync. by Devang Patel · 16 years ago
- 624f3b9 Work around a dangling pointer dereference when enumerating NamedMDNodes. by Benjamin Kramer · 16 years ago
- b3f7c61 Do not use abbrev while writing NamedMDNode name. by Devang Patel · 16 years ago
- 53a7c6c Enumerate NamedMDNode elements first. by Devang Patel · 16 years ago
- aa99314 Read and write NamedMDNode. by Devang Patel · 16 years ago
- 985fea2 Refactor. Fix indentation. by Devang Patel · 16 years ago
- 0a9f7b9 Rename MDNode.h header. It defines MDnode and other metadata classes. by Devang Patel · 16 years ago
- dd8004d Add a new keyword 'inbounds' for use with getelementptr. See the by Dan Gohman · 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
- 70c9d17 Fix indentation. by Devang Patel · 16 years ago
- 02383cc Use isa<> instead of dyn_cast<>. by Devang Patel · 16 years ago
- 3185a4a Fixed build warning. No functionality change. by Sanjiv Gupta · 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
- c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
- c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
- 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 16 years ago
- f7e4981 Don't remove aggregate-typed module level constants before encoding functions by Nick Lewycky · 16 years ago
- ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 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
- 266c7bb Add a new "available_externally" linkage type. This is intended 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
- 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
- 9a507cd Revert r66920. It was causing failures in the self-hosting buildbot (in release by Bill Wendling · 16 years ago
- b14cda3 Second installment of "BasicBlock operands to the back" changes. by Gabor Greif · 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 · 17 years ago
- ae6ab1e use precise getters by Gabor Greif · 17 years ago
- 75a46eb use specialized accessor instead of plain getOperand(0) by Gabor Greif · 17 years ago
- bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
- 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
- fdede43 revert to functionally equivalent formulation by Gabor Greif · 17 years ago
- 8fe53b7 use the obvious getters by Gabor Greif · 17 years ago
- 38e7721 Add support for writing LLVM IR to a specified BitstreamWriter. by Chris Lattner · 17 years ago
- 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 17 years ago
- 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 17 years ago
- 382da62 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 17 years ago
- e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 17 years ago
- e2e9d8e Make sure to set stdout to binary when writing bitcode files via by Daniel Dunbar · 17 years ago
- d1ce3b4 Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. by Daniel Dunbar · 17 years ago
- 7111b02 Rename APFloat::convertToAPInt to bitcastToAPInt to by Dale Johannesen · 17 years ago
- 0598866 Large mechanical patch. by Devang Patel · 17 years ago
- e3d76d3 s/ParamAttrsWithIndex/FnAttributeWithIndex/g by Devang Patel · 17 years ago
- eaf42ab s/ParameterAttributes/Attributes/g by Devang Patel · 17 years ago
- d9b4a5f Use parameter attribute store (soon to be renamed) for by Devang Patel · 17 years ago
- 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 17 years ago
- fb2bbbe Re-enables the new vector select in the bitcode reader, by modifying 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
- ae73dc1 Tidy up several unbeseeming casts from pointer to intptr_t. by Dan Gohman · 17 years ago
- 7ad033c Read and write function notes. by Devang Patel · 17 years ago
- e35f1ca add #include 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
- a068fd3 Better test for availability of __gnu_cxx::stdio_filebuf. by Gordon Henriksen · 17 years ago
- b0a882f Turn stdout into binary mode during bitcode emission. by Anton Korobeynikov · 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
- e4977cf Make structs and arrays first-class types, and add assembly by Dan Gohman · 17 years ago
- 6667646 Allow an extra bit for CommonLinkage. by Dale Johannesen · 17 years ago
- aafce77 Add CommonLinkage; currently tentative definitions by Dale Johannesen · 17 years ago
- 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
- ac80ade Add two new instructions to the llvm IR, vicmp and vfcmp. see updated LangRef by Nate Begeman · 17 years ago
- 280a6e6 Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 by Nick Lewycky · 17 years ago
- 58d7491 Reimplement the parameter attributes support, phase #1. hilights: by Chris Lattner · 17 years ago
- f8342b9 Honour aliases visibility when reading from/writing to bitcode by Anton Korobeynikov · 17 years ago
- fc82fab Add an unwind_to field to basic blocks, making them Users instead of Values. by Nick Lewycky · 17 years ago
- 9a8a88b Remove debugging help. by Devang Patel · 17 years ago
- d9d99ff Update bitcode reader and writer to handle multiple return values. Take 2. by Devang Patel · 17 years ago
- 1df4397 Backing out r47521 for now. This has broken a number of tests. by Evan Cheng · 17 years ago
- e9fabd9 Properly read and write bitcodes for multiple return values. by Devang Patel · 17 years ago
- 22c3979 Split ParameterAttributes.h, putting the complicated by Dale Johannesen · 17 years ago