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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use separate ValueList for metadata.
Devang Patel
2009-08-04
1
-26
/
+55
*
Work around a dangling pointer dereference when enumerating NamedMDNodes.
Benjamin Kramer
2009-07-31
1
-0
/
+3
*
Enumerate NamedMDNode elements first.
Devang Patel
2009-07-30
1
-4
/
+0
*
Read and write NamedMDNode.
Devang Patel
2009-07-29
1
-0
/
+12
*
Rename MDNode.h header. It defines MDnode and other metadata classes.
Devang Patel
2009-07-28
1
-1
/
+1
*
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-23
1
-13
/
+15
*
Use isa<> instead of dyn_cast<>.
Devang Patel
2009-07-22
1
-1
/
+1
*
Fixed build warning. No functionality change.
Sanjiv Gupta
2009-07-22
1
-1
/
+1
*
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-22
1
-3
/
+7
*
Don't remove aggregate-typed module level constants before encoding functions
Nick Lewycky
2009-06-12
1
-16
/
+0
*
Make MDNode use CallbackVH. Also change MDNode to store Value* instead of
Nick Lewycky
2009-05-10
1
-0
/
+18
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-8
/
+8
*
Make structs and arrays first-class types, and add assembly
Dan Gohman
2008-05-23
1
-7
/
+7
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-13
/
+15
*
Reimplement the parameter attributes support, phase #1. hilights:
Chris Lattner
2008-03-12
1
-3
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-27
1
-5
/
+12
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+320