index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Bitcode
/
Writer
/
ValueEnumerator.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer.
Bill Wendling
2013-02-12
1
-3
/
+3
*
Rename AttributeSets to AttributeGroups so that it's more meaningful.
Bill Wendling
2013-02-11
1
-9
/
+9
*
Add support for attribute groups in the value enumerator.
Bill Wendling
2013-02-10
1
-0
/
+14
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
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
-5
/
+5
*
Code Custodian:
Joe Abbey
2012-11-25
1
-10
/
+10
*
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Craig Topper
2012-09-15
1
-3
/
+3
*
ValueEnumerator - debug dump().
Chad Rosier
2011-12-07
1
-0
/
+4
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-3
/
+0
*
Revert name change from r132533. Lower case naming was intended per style gu...
Chad Rosier
2011-06-03
1
-3
/
+3
*
Whitespace and other cleanup. Functionallity unchanged.
Chad Rosier
2011-06-03
1
-3
/
+3
*
Do a topological sort of the types before writing them out.
Rafael Espindola
2011-04-06
1
-2
/
+2
*
Extend function-local metadata to be usable as attachments.
Dan Gohman
2010-08-24
1
-0
/
+7
*
Make NamedMDNode not be a subclass of Value, and simplify the interface
Dan Gohman
2010-07-21
1
-1
/
+1
*
Speedup bitcode writer. Do not walk all values for all functions to emit func...
Devang Patel
2010-06-02
1
-1
/
+6
*
Remove MetadataBase class because it is not adding significant value.
Devang Patel
2010-01-22
1
-1
/
+1
*
Simplify code that chooses when to enumerate function-local metadata operands
Victor Hernandez
2010-01-14
1
-3
/
+3
*
Avoid modifying ValueEnumerator's MD ValueList by choosing which function-loc...
Victor Hernandez
2010-01-14
1
-1
/
+0
*
Enumerate function-local metadata (and its types and operands) only during fu...
Victor Hernandez
2010-01-13
1
-3
/
+4
*
Derive NamedMDNode from Value.
Devang Patel
2010-01-09
1
-0
/
+2
*
Use separate namespace for named metadata.
Devang Patel
2010-01-07
1
-0
/
+2
*
bitcode writer support for blockaddress.
Chris Lattner
2009-10-28
1
-0
/
+9
*
Write and read metadata attachments.
Devang Patel
2009-09-18
1
-2
/
+10
*
Use separate ValueList for metadata.
Devang Patel
2009-08-04
1
-7
/
+8
*
Don't remove aggregate-typed module level constants before encoding functions
Nick Lewycky
2009-06-12
1
-5
/
+0
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-10
/
+10
*
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
1
-1
/
+1
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-8
/
+9
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix a nasty problem where we would miss enumeration of some types. This fixes
Chris Lattner
2007-05-06
1
-0
/
+1
*
optimize constant layout. This fixes encoding of 181.mcf (by ensuring
Chris Lattner
2007-05-04
1
-0
/
+2
*
pass by reference, not by value
Chris Lattner
2007-05-04
1
-1
/
+1
*
enumerate parameter attr lists.
Chris Lattner
2007-05-03
1
-0
/
+16
*
start code for writing out instructions. Separate BB#s from normal value
Chris Lattner
2007-04-26
1
-1
/
+10
*
enumerate BB's separately from other function values.
Chris Lattner
2007-04-26
1
-3
/
+10
*
add support for incorporating and purging functions to the value enumerator
Chris Lattner
2007-04-26
1
-1
/
+4
*
move some code around, fix a bug in the reader reading globalinits (which
Chris Lattner
2007-04-26
1
-0
/
+5
*
Emit module-level constants.
Chris Lattner
2007-04-24
1
-5
/
+3
*
fix off-by one
Chris Lattner
2007-04-23
1
-1
/
+1
*
Initial support for writing bitcode files. This currently only writes types,
Chris Lattner
2007-04-22
1
-0
/
+85