index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Bitcode
/
Writer
/
ValueEnumerator.cpp
Age
Commit message (
Expand
)
Author
2011-08-12
switch to use the new api for structtypes.
Chris Lattner
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-06-03
Revert name change from r132533. Lower case naming was intended per style gu...
Chad Rosier
2011-06-03
Whitespace and other cleanup. Functionallity unchanged.
Chad Rosier
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-11
Fix or remove code which seemed to think that the operand of a Constant
Jay Foad
2011-04-06
Do a topological sort of the types before writing them out.
Rafael Espindola
2010-08-25
Clear FunctionLocalMDs in purgeFunction along with the rest of the
Dan Gohman
2010-08-25
Fix whitespace.
Dan Gohman
2010-08-25
Eliminate an unnecessary cast.
Dan Gohman
2010-08-24
Add braces to fix dangling else.
Dan Gohman
2010-08-24
Extend function-local metadata to be usable as attachments.
Dan Gohman
2010-08-24
When we know we have an MDValue or MDString, call EnumerateMetadata
Dan Gohman
2010-08-24
Simplify this code. NamedMDNode operands are MDNodes.
Dan Gohman
2010-07-21
Make NamedMDNode not be a subclass of Value, and simplify the interface
Dan Gohman
2010-07-16
Fix whitespace.
Dan Gohman
2010-06-19
Tidy.
Bob Wilson
2010-06-02
Speedup bitcode writer. Do not walk all values for all functions to emit func...
Devang Patel
2010-04-03
Add special case bitcode support for DebugLoc. This avoids
Chris Lattner
2010-02-25
Make the side-numbering of instructions used by metadata (which is needed to
Nick Lewycky
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-06
Function-local metadata whose operands had been optimized to no longer refer ...
Victor Hernandez
2010-02-04
Fix (and test) function-local metadata that occurs before the instruction tha...
Victor Hernandez
2010-01-23
Respect operator precedence (and silence a gcc 4.3 warning).
Benjamin Kramer
2010-01-22
Remove MetadataBase class because it is not adding significant value.
Devang Patel
2010-01-14
Simplify code that chooses when to enumerate function-local metadata operands
Victor Hernandez
2010-01-14
Clean up unnecessary return and brackets
Victor Hernandez
2010-01-13
Enumerate function-local metadata (and its types and operands) only during fu...
Victor Hernandez
2010-01-09
NamedMDNode is never used so there is no need to enumerate it here.
Devang Patel
2010-01-09
Derive NamedMDNode from Value.
Devang Patel
2010-01-07
Use separate namespace for named metadata.
Devang Patel
2010-01-05
Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}
Devang Patel
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2009-12-31
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-31
tidy
Chris Lattner
2009-12-28
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
change the strange MetadataContext::getMDs function to expose less
Chris Lattner
2009-12-28
eliminate the elem_* iterator stuff from NamedMDNode.
Chris Lattner
2009-11-01
Revert 85678/85680. The decision is to stay with the current form of
Chris Lattner
2009-10-31
Make blockaddress(@func, null) be valid, and make 'deleting a basic
Chris Lattner
2009-10-28
bitcode writer support for blockaddress.
Chris Lattner
2009-10-27
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-22
Fix getMDs() interface such that it does not expose implementation details.
Devang Patel
2009-10-22
Using TrackingVH instead of WeakVH or WeakMetadataVH.
Devang Patel
2009-10-21
Do not use SmallVector to store MDNode elements.
Devang Patel
2009-09-28
s/class Metadata/class MetadataContext/g
Devang Patel
2009-09-20
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-18
Write and read metadata attachments.
Devang Patel
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
[next]