aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Writer/ValueEnumerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-10/+10
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-100/+115
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-40/+293
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-18/+25
* Update to LLVM 3.5a.Stephen Hines2014-04-241-24/+13
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+5
* Whitespace cleanupJoe Abbey2013-04-011-1/+1
* Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.Bill Wendling2013-02-121-2/+3
* Rename AttributeSets to AttributeGroups so that it's more meaningful.Bill Wendling2013-02-111-3/+3
* Add support for attribute groups in the value enumerator.Bill Wendling2013-02-101-0/+10
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-2/+2
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Code Custodian:Joe Abbey2012-11-251-10/+10
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-131-5/+6
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-051-4/+0
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-011-0/+4
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-311-4/+0
* ValueEnumerator - debug dump().Chad Rosier2011-12-071-1/+39
* switch to use the new api for structtypes.Chris Lattner2011-08-121-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-86/+28
* Revert name change from r132533. Lower case naming was intended per style gu...Chad Rosier2011-06-031-2/+2
* Whitespace and other cleanup. Functionallity unchanged.Chad Rosier2011-06-031-3/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-111-1/+1
* Do a topological sort of the types before writing them out.Rafael Espindola2011-04-061-26/+68
* Clear FunctionLocalMDs in purgeFunction along with the rest of theDan Gohman2010-08-251-1/+1
* Fix whitespace.Dan Gohman2010-08-251-1/+1
* Eliminate an unnecessary cast.Dan Gohman2010-08-251-1/+1
* Add braces to fix dangling else.Dan Gohman2010-08-241-2/+2
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-241-20/+77
* When we know we have an MDValue or MDString, call EnumerateMetadataDan Gohman2010-08-241-1/+1
* Simplify this code. NamedMDNode operands are MDNodes.Dan Gohman2010-08-241-2/+1
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-22/+7
* Fix whitespace.Dan Gohman2010-07-161-2/+2
* Tidy.Bob Wilson2010-06-191-1/+1
* Speedup bitcode writer. Do not walk all values for all functions to emit func...Devang Patel2010-06-021-4/+7
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-031-1/+8
* Make the side-numbering of instructions used by metadata (which is needed toNick Lewycky2010-02-251-2/+1
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-1/+1
* Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez2010-02-061-2/+2
* Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez2010-02-041-4/+8
* Respect operator precedence (and silence a gcc 4.3 warning).Benjamin Kramer2010-01-231-1/+1
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-221-4/+5
* Simplify code that chooses when to enumerate function-local metadata operandsVictor Hernandez2010-01-141-26/+28
* Clean up unnecessary return and bracketsVictor Hernandez2010-01-141-3/+1
* Enumerate function-local metadata (and its types and operands) only during fu...Victor Hernandez2010-01-131-17/+31
* NamedMDNode is never used so there is no need to enumerate it here.Devang Patel2010-01-091-1/+1