| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | uselistorder: Thread bit through ValueEnumerator | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -4/+6 |
* | IR: Use the new DebugLoc API, NFC | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -6/+4 |
* | BitcodeWriter: Refactor common computation of bits required for a type index. | David Blaikie | 2015-02-25 | 1 | -0/+4 |
* | IR: Assembly and bitcode for GenericDebugNode | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -1/+2 |
* | IR: Split out DebugInfoMetadata.h, NFC | Duncan P. N. Exon Smith | 2015-02-02 | 1 | -0/+1 |
* | Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -6/+0 |
* | AsmParser/Bitcode: Add support for MDLocation | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -1/+3 |
* | Bitcode: Simplify emission of METADATA_BLOCK | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -1/+3 |
* | Make ValueEnumerator::print use OS for metadata too. Noticed by inspection. | Nick Lewycky | 2014-12-17 | 1 | -2/+1 |
* | Bitcode: Add METADATA_NODE and METADATA_VALUE | Duncan P. N. Exon Smith | 2014-12-11 | 1 | -7/+1 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -93/+100 |
* | Prologue support | Peter Collingbourne | 2014-12-03 | 1 | -2/+14 |
* | Add and use Type::subtypes. NFC. | Rafael Espindola | 2014-11-24 | 1 | -3/+2 |
* | Pass a reference to ValueEnumerator. | Rafael Espindola | 2014-11-17 | 1 | -34/+33 |
* | Revert "IR: MDNode => Value" | Duncan P. N. Exon Smith | 2014-11-11 | 1 | -4/+4 |
* | IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc() | Duncan P. N. Exon Smith | 2014-11-03 | 1 | -4/+4 |
* | IR: Reorder metadata bitcode serialization, NFC | Duncan P. N. Exon Smith | 2014-10-21 | 1 | -12/+14 |
* | IR: Remove dead code in metadata bitcode writing, NFC | Duncan P. N. Exon Smith | 2014-10-21 | 1 | -11/+7 |
* | UseListOrder: Handle self-users | Duncan P. N. Exon Smith | 2014-07-31 | 1 | -3/+3 |
* | UseListOrder: Don't give constant IDs to GlobalValues | Duncan P. N. Exon Smith | 2014-07-31 | 1 | -3/+6 |
* | UseListOrder: Visit global values | Duncan P. N. Exon Smith | 2014-07-30 | 1 | -4/+3 |
* | Reapply "UseListOrder: Order GlobalValue uses after initializers" | Duncan P. N. Exon Smith | 2014-07-30 | 1 | -14/+55 |
* | UseListOrder: Fix undefined behaviour | Duncan P. N. Exon Smith | 2014-07-30 | 1 | -2/+7 |
* | Revert "UseListOrder: Order GlobalValue uses after initializers" | Duncan P. N. Exon Smith | 2014-07-29 | 1 | -55/+14 |
* | UseListOrder: Order GlobalValue uses after initializers | Duncan P. N. Exon Smith | 2014-07-29 | 1 | -14/+55 |
* | UseListOrder: Create a struct around OrderMap, NFC | Duncan P. N. Exon Smith | 2014-07-29 | 1 | -1/+9 |
* | IR: Create the use-list order shuffle vector in-place | Duncan P. N. Exon Smith | 2014-07-29 | 1 | -4/+3 |
* | Bitcode: Correctly compare a Use against itself | Duncan P. N. Exon Smith | 2014-07-29 | 1 | -0/+3 |
* | IR: Optimize size of use-list order shuffle vectors | Duncan P. N. Exon Smith | 2014-07-28 | 1 | -6/+5 |
* | Bitcode: Serialize (and recover) use-list order | Duncan P. N. Exon Smith | 2014-07-28 | 1 | -0/+193 |
* | Bitcode: Don't optimize constants when preserving use-list order | Duncan P. N. Exon Smith | 2014-07-25 | 1 | -0/+6 |
* | IR: Add COMDATs to the IR | David Majnemer | 2014-06-27 | 1 | -0/+10 |
* | Convert a few loops to use ranges. | Rafael Espindola | 2014-06-17 | 1 | -18/+15 |
* | [C++11] Add range based accessors for the Use-Def chain of a Value. | Chandler Carruth | 2014-03-09 | 1 | -5/+4 |
* | Now that we have C++11, turn simple functors into lambdas and remove a ton of... | Benjamin Kramer | 2014-03-01 | 1 | -19/+9 |
* | Implement function prefix data as an IR feature. | Peter Collingbourne | 2013-09-16 | 1 | -0/+5 |
* | Whitespace cleanup | Joe Abbey | 2013-04-01 | 1 | -1/+1 |
* | Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer. | Bill Wendling | 2013-02-12 | 1 | -2/+3 |
* | Rename AttributeSets to AttributeGroups so that it's more meaningful. | Bill Wendling | 2013-02-11 | 1 | -3/+3 |
* | Add support for attribute groups in the value enumerator. | Bill Wendling | 2013-02-10 | 1 | -0/+10 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -5/+5 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -2/+2 |
* | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling | 2012-12-07 | 1 | -1/+1 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | Code Custodian: | Joe Abbey | 2012-11-25 | 1 | -10/+10 |
* | Relax the restrictions on vector of pointer types, and vector getelementptr. | Duncan Sands | 2012-11-13 | 1 | -5/+6 |
* | reapply the patches reverted in r149470 that reenable ConstantDataArray, | Chris Lattner | 2012-02-05 | 1 | -4/+0 |
* | Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes... | Argyrios Kyrtzidis | 2012-02-01 | 1 | -0/+4 |
* | with recent changes, ConstantArray is never a "string". Remove the associated | Chris Lattner | 2012-01-31 | 1 | -4/+0 |
* | ValueEnumerator - debug dump(). | Chad Rosier | 2011-12-07 | 1 | -1/+39 |