- b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
- 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
- 17d266b Remove unused lambda captures. NFC by Malcolm Parsons · 9 years ago
- a5cbf43 Add an assertion for the value enumerator (bitcode writer) NFC by Mehdi Amini · 9 years ago
- 2152189 IR: Allow metadata attachments on declarations, and fix lazy loaded metadata issue with globals. by Peter Collingbourne · 9 years ago
- 382d81c IR: Allow multiple global metadata attachments with the same type. by Peter Collingbourne · 10 years ago
- cceae7f Add support for metadata attachments for global variables. by Peter Collingbourne · 10 years ago
- 30805b2 BitcodeWriter: Emit uniqued subgraphs after all distinct nodes by Duncan P. N. Exon Smith · 10 years ago
- 1483fff BitcodeWriter: Emit distinct nodes before uniqued nodes by Duncan P. N. Exon Smith · 10 years ago
- d9bbdce ValueEnumerator: Use std::find_if, NFC by Duncan P. N. Exon Smith · 10 years ago
- 71480bd ValueMapper/Enumerator: Clean up code in post-order traversals, NFC by Duncan P. N. Exon Smith · 10 years ago
- c196531 BitcodeWriter: Emit metadata in post-order (again) by Duncan P. N. Exon Smith · 10 years ago
- 9695eb3 BitcodeWriter: Break recursion when enumerating Metadata, almost NFC by Duncan P. N. Exon Smith · 10 years ago
- 134cb5d BitcodeWriter: WorkList => Worklist, NFC by Duncan P. N. Exon Smith · 10 years ago
- a1feff7 [GCC] Attribute ifunc support in llvm by Dmitry Polukhin · 10 years ago
- 520f854 Bitcode: Try to emit metadata in function blocks by Duncan P. N. Exon Smith · 10 years ago
- 9342911 BitcodeWriter: Further unify function metadata, NFC by Duncan P. N. Exon Smith · 10 years ago
- 544e4f9 BitcodeWriter: Replace dead code with an assertion, NFC by Duncan P. N. Exon Smith · 10 years ago
- 2766e4d BitcodeWriter: Simplify tracking of function-local metadata, NFC by Duncan P. N. Exon Smith · 10 years ago
- 6565a0d Reapply ~"Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 10 years ago
- fc81100 Revert "Bitcode: Collect all MDString records into a single blob" by Duncan P. N. Exon Smith · 10 years ago
- fdbf0a5 Bitcode: Collect all MDString records into a single blob by Duncan P. N. Exon Smith · 10 years ago
- bdde9e1 Bitcode: Use std::stable_partition for reproducible builds by Duncan P. N. Exon Smith · 10 years ago
- a5e25a5 BitcodeWriter: Move abbreviation for GenericDINode; almost NFC by Duncan P. N. Exon Smith · 10 years ago
- 625fda2 BitcodeWriter: Move abbreviation for DILocation; almost NFC by Duncan P. N. Exon Smith · 10 years ago
- eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
- 61b406e Rename MDValue* to Metadata* (NFC) by Teresa Johnson · 10 years ago
- 3a63fb3 Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" by Vedant Kumar · 10 years ago
- 44dd987 Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"" by Vedant Kumar · 10 years ago
- d481752 Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" by Vedant Kumar · 10 years ago
- e069c4b Revert "[IR] Move optional data in llvm::Function into a hungoff uselist" by Vedant Kumar · 10 years ago
- be7525d [IR] Move optional data in llvm::Function into a hungoff uselist by Vedant Kumar · 10 years ago
- 584af87 BitcodeWriter: Stop using implicit ilist iterator conversion, NFC by Duncan P. N. Exon Smith · 10 years ago
- 125ad17 Use foreach loop over constant operands. NFC. by Pete Cooper · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 7fddecc Move the personality function from LandingPadInst to Function by David Majnemer · 10 years ago
- 4c20deb Rangify several for loops in ValueEnumerator constructor. by Yaron Keren · 10 years ago
- a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
- 3d4cd75 IR: Add assembly/bitcode support for function metadata attachments by Duncan P. N. Exon Smith · 11 years ago
- 458593a uselistorder: Thread bit through ValueEnumerator by Duncan P. N. Exon Smith · 11 years ago
- ab659fb3 IR: Use the new DebugLoc API, NFC by Duncan P. N. Exon Smith · 11 years ago
- 7b02810 BitcodeWriter: Refactor common computation of bits required for a type index. by David Blaikie · 11 years ago
- 4e4aa70 IR: Assembly and bitcode for GenericDebugNode by Duncan P. N. Exon Smith · 11 years ago
- d9901ff IR: Split out DebugInfoMetadata.h, NFC by Duncan P. N. Exon Smith · 11 years ago
- 9a6f64e Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 6a48483 AsmParser/Bitcode: Add support for MDLocation by Duncan P. N. Exon Smith · 11 years ago
- 2fcf60e Bitcode: Simplify emission of METADATA_BLOCK by Duncan P. N. Exon Smith · 11 years ago
- ee0a3a7 Make ValueEnumerator::print use OS for metadata too. Noticed by inspection. by Nick Lewycky · 11 years ago
- 5c7006e Bitcode: Add METADATA_NODE and METADATA_VALUE by Duncan P. N. Exon Smith · 11 years ago
- 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
- 51d2de7 Prologue support by Peter Collingbourne · 11 years ago
- ffbfcf2 Add and use Type::subtypes. NFC. by Rafael Espindola · 11 years ago
- 49e9bf8 Pass a reference to ValueEnumerator. by Rafael Espindola · 11 years ago
- de36e80 Revert "IR: MDNode => Value" by Duncan P. N. Exon Smith · 11 years ago
- 3d5a02f IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc() by Duncan P. N. Exon Smith · 11 years ago
- 44e5b4e53 IR: Reorder metadata bitcode serialization, NFC by Duncan P. N. Exon Smith · 11 years ago
- 60d87e7 IR: Remove dead code in metadata bitcode writing, NFC by Duncan P. N. Exon Smith · 11 years ago
- ab6adeb UseListOrder: Handle self-users by Duncan P. N. Exon Smith · 11 years ago
- 9177867 UseListOrder: Don't give constant IDs to GlobalValues by Duncan P. N. Exon Smith · 11 years ago
- c69b516 UseListOrder: Visit global values by Duncan P. N. Exon Smith · 11 years ago
- 3cbca20 Reapply "UseListOrder: Order GlobalValue uses after initializers" by Duncan P. N. Exon Smith · 11 years ago
- ba4576d UseListOrder: Fix undefined behaviour by Duncan P. N. Exon Smith · 11 years ago
- b57aef0 Revert "UseListOrder: Order GlobalValue uses after initializers" by Duncan P. N. Exon Smith · 11 years ago
- 1d501e8 UseListOrder: Order GlobalValue uses after initializers by Duncan P. N. Exon Smith · 11 years ago
- 2e6a87b UseListOrder: Create a struct around OrderMap, NFC by Duncan P. N. Exon Smith · 11 years ago
- d7a281a IR: Create the use-list order shuffle vector in-place by Duncan P. N. Exon Smith · 11 years ago
- 3f0fc7b Bitcode: Correctly compare a Use against itself by Duncan P. N. Exon Smith · 11 years ago
- f849ace IR: Optimize size of use-list order shuffle vectors by Duncan P. N. Exon Smith · 11 years ago
- 1f66c85 Bitcode: Serialize (and recover) use-list order by Duncan P. N. Exon Smith · 11 years ago
- 15eb0ab Bitcode: Don't optimize constants when preserving use-list order by Duncan P. N. Exon Smith · 11 years ago
- dad0a64 IR: Add COMDATs to the IR by David Majnemer · 11 years ago
- 087d627 Convert a few loops to use ranges. by Rafael Espindola · 11 years ago
- cdf4788 [C++11] Add range based accessors for the Use-Def chain of a Value. by Chandler Carruth · 12 years ago
- 3a377bc Now that we have C++11, turn simple functors into lambdas and remove a ton of boilerplate. by Benjamin Kramer · 12 years ago
- 3fa50f9 Implement function prefix data as an IR feature. by Peter Collingbourne · 12 years ago
- bc6f4ba Whitespace cleanup by Joe Abbey · 13 years ago
- 7b5f4f3 Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer. by Bill Wendling · 13 years ago
- 92ed700 Rename AttributeSets to AttributeGroups so that it's more meaningful. by Bill Wendling · 13 years ago
- 51f612e Add support for attribute groups in the value enumerator. by Bill Wendling · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- 3d7b0b8 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
- e94d843 s/AttrListPtr/AttributeSet/g to better label what this class is going to be in the near future. by Bill Wendling · 13 years ago
- ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
- 2ad8df2 Code Custodian: by Joe Abbey · 13 years ago
- e6beec6 Relax the restrictions on vector of pointer types, and vector getelementptr. by Duncan Sands · 13 years ago
- cf9e8f6 reapply the patches reverted in r149470 that reenable ConstantDataArray, by Chris Lattner · 14 years ago
- 17c981a Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. by Argyrios Kyrtzidis · 14 years ago
- 8ea967d by Chris Lattner · 14 years ago
- 78037a9 ValueEnumerator - debug dump(). by Chad Rosier · 14 years ago
- 335d399 switch to use the new api for structtypes. by Chris Lattner · 14 years ago
- 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
- b1ed91f Land the long talked about "type system rewrite" patch. This by Chris Lattner · 14 years ago
- 6a11b64 Revert name change from r132533. Lower case naming was intended per style guidelines. by Chad Rosier · 15 years ago
- 7ae2638 Whitespace and other cleanup. Functionallity unchanged. by Chad Rosier · 15 years ago
- 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 15 years ago
- 0159a1e Fix or remove code which seemed to think that the operand of a Constant by Jay Foad · 15 years ago
- 337a1b2 Do a topological sort of the types before writing them out. by Rafael Espindola · 15 years ago
- 22161da Clear FunctionLocalMDs in purgeFunction along with the rest of the by Dan Gohman · 15 years ago
- 1f4b028 Fix whitespace. by Dan Gohman · 15 years ago