summaryrefslogtreecommitdiff
path: root/lib/Bitcode/Writer/ValueEnumerator.cpp
Commit message (Expand)AuthorAge
* Code Custodian:Joe Abbey2012-11-25
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* with recent changes, ConstantArray is never a "string". Remove the associatedChris Lattner2012-01-31
* ValueEnumerator - debug dump().Chad Rosier2011-12-07
* switch to use the new api for structtypes.Chris Lattner2011-08-12
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revert name change from r132533. Lower case naming was intended per style gu...Chad Rosier2011-06-03
* Whitespace and other cleanup. Functionallity unchanged.Chad Rosier2011-06-03
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Fix or remove code which seemed to think that the operand of a ConstantJay Foad2011-04-11
* Do a topological sort of the types before writing them out.Rafael Espindola2011-04-06
* Clear FunctionLocalMDs in purgeFunction along with the rest of theDan Gohman2010-08-25
* Fix whitespace.Dan Gohman2010-08-25
* Eliminate an unnecessary cast.Dan Gohman2010-08-25
* Add braces to fix dangling else.Dan Gohman2010-08-24
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-24
* When we know we have an MDValue or MDString, call EnumerateMetadataDan Gohman2010-08-24
* Simplify this code. NamedMDNode operands are MDNodes.Dan Gohman2010-08-24
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* Fix whitespace.Dan Gohman2010-07-16
* Tidy.Bob Wilson2010-06-19
* Speedup bitcode writer. Do not walk all values for all functions to emit func...Devang Patel2010-06-02
* Add special case bitcode support for DebugLoc. This avoidsChris Lattner2010-04-03
* Make the side-numbering of instructions used by metadata (which is needed toNick Lewycky2010-02-25
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Function-local metadata whose operands had been optimized to no longer refer ...Victor Hernandez2010-02-06
* Fix (and test) function-local metadata that occurs before the instruction tha...Victor Hernandez2010-02-04
* Respect operator precedence (and silence a gcc 4.3 warning).Benjamin Kramer2010-01-23
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-22
* Simplify code that chooses when to enumerate function-local metadata operandsVictor Hernandez2010-01-14
* Clean up unnecessary return and bracketsVictor Hernandez2010-01-14
* Enumerate function-local metadata (and its types and operands) only during fu...Victor Hernandez2010-01-13
* NamedMDNode is never used so there is no need to enumerate it here.Devang Patel2010-01-09
* Derive NamedMDNode from Value.Devang Patel2010-01-09
* Use separate namespace for named metadata.Devang Patel2010-01-07
* Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel2010-01-05
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* tidyChris Lattner2009-12-31
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-28
* change the strange MetadataContext::getMDs function to expose lessChris Lattner2009-12-28
* eliminate the elem_* iterator stuff from NamedMDNode.Chris Lattner2009-12-28
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-01
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-31
* bitcode writer support for blockaddress.Chris Lattner2009-10-28
* Type.h doesn't need to #include LLVMContext.hChris Lattner2009-10-27
* Fix getMDs() interface such that it does not expose implementation details.Devang Patel2009-10-22