projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Tidy.
[oota-llvm.git]
/
lib
/
Bitcode
/
Writer
/
ValueEnumerator.cpp
2010-06-19
Bob Wilson
Tidy.
blob
|
commitdiff
|
raw
2010-06-02
Devang Patel
Speedup bitcode writer. Do not walk all values for...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-03
Chris Lattner
Add special case bitcode support for DebugLoc. This...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-25
Nick Lewycky
Make the side-numbering of instructions used by metadat...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-16
Duncan Sands
There are two ways of checking for a given type, for...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-06
Victor Hernandez
Function-local metadata whose operands had been optimiz...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-04
Victor Hernandez
Fix (and test) function-local metadata that occurs...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-23
Benjamin Kramer
Respect operator precedence (and silence a gcc 4.3...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-22
Devang Patel
Remove MetadataBase class because it is not adding...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-14
Victor Hernandez
Simplify code that chooses when to enumerate function...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-14
Victor Hernandez
Clean up unnecessary return and brackets
blob
|
commitdiff
|
raw
|
diff to current
2010-01-13
Victor Hernandez
Enumerate function-local metadata (and its types and...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-09
Devang Patel
NamedMDNode is never used so there is no need to enumer...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-09
Devang Patel
Derive NamedMDNode from Value.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-07
Devang Patel
Use separate namespace for named metadata.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-05
Devang Patel
Allow null to be an element of NamedMDNode. e.g. !llvm...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-05
Benjamin Kramer
Avoid going through the LLVMContext for type equality...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-31
Chris Lattner
rename "elements" of metadata to "operands". "Elements...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-31
Chris Lattner
tidy
blob
|
commitdiff
|
raw
|
diff to current
2009-12-28
Chris Lattner
This is a major cleanup of the instruction metadata...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-28
Chris Lattner
change the strange MetadataContext::getMDs function...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-28
Chris Lattner
eliminate the elem_* iterator stuff from NamedMDNode.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-01
Chris Lattner
Revert 85678/85680. The decision is to stay with the...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-31
Chris Lattner
Make blockaddress(@func, null) be valid, and make ...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-28
Chris Lattner
bitcode writer support for blockaddress.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Chris Lattner
Type.h doesn't need to #include LLVMContext.h
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Devang Patel
Fix getMDs() interface such that it does not expose...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Devang Patel
Using TrackingVH instead of WeakVH or WeakMetadataVH.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-21
Devang Patel
Do not use SmallVector to store MDNode elements.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-28
Devang Patel
s/class Metadata/class MetadataContext/g
blob
|
commitdiff
|
raw
|
diff to current
2009-09-20
Daniel Dunbar
Tabs -> spaces, and remove trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-18
Devang Patel
Write and read metadata attachments.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-13
Owen Anderson
Push LLVMContexts through the IntegerType APIs.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-04
Devang Patel
Use separate ValueList for metadata.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-31
Benjamin Kramer
Work around a dangling pointer dereference when enumera...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-30
Devang Patel
Enumerate NamedMDNode elements first.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-29
Devang Patel
Read and write NamedMDNode.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-28
Devang Patel
Rename MDNode.h header. It defines MDnode and other...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Devang Patel
Derive MDNode from MetadataBase instead of Constant...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Devang Patel
Use isa<> instead of dyn_cast<>.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Sanjiv Gupta
Fixed build warning. No functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Devang Patel
Introduce MetadataBase, a base class for MDString and...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-12
Nick Lewycky
Don't remove aggregate-typed module level constants...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-10
Nick Lewycky
Make MDNode use CallbackVH. Also change MDNode to store...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-25
Devang Patel
Large mechanical patch.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-23
Dan Gohman
Make structs and arrays first-class types, and add...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-13
Dan Gohman
Clean up the use of static and anonymous namespaces...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Chris Lattner
Reimplement the parameter attributes support, phase...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Remove attribution from file headers, per discussion...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-27
Duncan Sands
Fix PR1146: parameter attributes are longer part of
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Chris Lattner
Fix a nasty problem where we would miss enumeration...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Chris Lattner
enumerate the operands of a constant before we enumerat...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Chris Lattner
implement the 'string constant' optimization. This...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-04
Chris Lattner
optimize constant layout. This fixes encoding of 181...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-04
Chris Lattner
simple optimization for the type table
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Chris Lattner
enumerate parameter attr lists.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Chris Lattner
fix encoding of BB names in the symtab
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Chris Lattner
start code for writing out instructions. Separate...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Chris Lattner
enumerate BB's separately from other function values.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Chris Lattner
add support for incorporating and purging functions...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Chris Lattner
move some code around, fix a bug in the reader reading...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Chris Lattner
add bitcode alias support
blob
|
commitdiff
|
raw
|
diff to current
2007-04-24
Chris Lattner
Emit module-level constants.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-22
Chris Lattner
Initial support for writing bitcode files. This curren...
blob
|
commitdiff
|
raw
|
diff to current