index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Bitcode
/
Writer
/
ValueEnumerator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear FunctionLocalMDs in purgeFunction along with the rest of the
Dan Gohman
2010-08-25
1
-1
/
+1
*
Fix whitespace.
Dan Gohman
2010-08-25
1
-1
/
+1
*
Eliminate an unnecessary cast.
Dan Gohman
2010-08-25
1
-1
/
+1
*
Add braces to fix dangling else.
Dan Gohman
2010-08-24
1
-2
/
+2
*
Extend function-local metadata to be usable as attachments.
Dan Gohman
2010-08-24
1
-20
/
+77
*
When we know we have an MDValue or MDString, call EnumerateMetadata
Dan Gohman
2010-08-24
1
-1
/
+1
*
Simplify this code. NamedMDNode operands are MDNodes.
Dan Gohman
2010-08-24
1
-2
/
+1
*
Make NamedMDNode not be a subclass of Value, and simplify the interface
Dan Gohman
2010-07-21
1
-22
/
+7
*
Fix whitespace.
Dan Gohman
2010-07-16
1
-2
/
+2
*
Tidy.
Bob Wilson
2010-06-19
1
-1
/
+1
*
Speedup bitcode writer. Do not walk all values for all functions to emit func...
Devang Patel
2010-06-02
1
-4
/
+7
*
Add special case bitcode support for DebugLoc. This avoids
Chris Lattner
2010-04-03
1
-1
/
+8
*
Make the side-numbering of instructions used by metadata (which is needed to
Nick Lewycky
2010-02-25
1
-2
/
+1
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-1
/
+1
*
Function-local metadata whose operands had been optimized to no longer refer ...
Victor Hernandez
2010-02-06
1
-2
/
+2
*
Fix (and test) function-local metadata that occurs before the instruction tha...
Victor Hernandez
2010-02-04
1
-4
/
+8
*
Respect operator precedence (and silence a gcc 4.3 warning).
Benjamin Kramer
2010-01-23
1
-1
/
+1
*
Remove MetadataBase class because it is not adding significant value.
Devang Patel
2010-01-22
1
-4
/
+5
*
Simplify code that chooses when to enumerate function-local metadata operands
Victor Hernandez
2010-01-14
1
-26
/
+28
*
Clean up unnecessary return and brackets
Victor Hernandez
2010-01-14
1
-3
/
+1
*
Enumerate function-local metadata (and its types and operands) only during fu...
Victor Hernandez
2010-01-13
1
-17
/
+31
*
NamedMDNode is never used so there is no need to enumerate it here.
Devang Patel
2010-01-09
1
-1
/
+1
*
Derive NamedMDNode from Value.
Devang Patel
2010-01-09
1
-10
/
+22
*
Use separate namespace for named metadata.
Devang Patel
2010-01-07
1
-2
/
+11
*
Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}
Devang Patel
2010-01-05
1
-1
/
+2
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
1
-1
/
+1
*
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-31
1
-6
/
+6
*
tidy
Chris Lattner
2009-12-31
1
-3
/
+4
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
1
-9
/
+4
*
change the strange MetadataContext::getMDs function to expose less
Chris Lattner
2009-12-28
1
-1
/
+1
*
eliminate the elem_* iterator stuff from NamedMDNode.
Chris Lattner
2009-12-28
1
-5
/
+2
*
Revert 85678/85680. The decision is to stay with the current form of
Chris Lattner
2009-11-01
1
-5
/
+3
*
Make blockaddress(@func, null) be valid, and make 'deleting a basic
Chris Lattner
2009-10-31
1
-3
/
+5
*
bitcode writer support for blockaddress.
Chris Lattner
2009-10-28
1
-8
/
+36
*
Type.h doesn't need to #include LLVMContext.h
Chris Lattner
2009-10-27
1
-0
/
+1
*
Fix getMDs() interface such that it does not expose implementation details.
Devang Patel
2009-10-22
1
-5
/
+7
*
Using TrackingVH instead of WeakVH or WeakMetadataVH.
Devang Patel
2009-10-22
1
-2
/
+1
*
Do not use SmallVector to store MDNode elements.
Devang Patel
2009-10-21
1
-4
/
+3
*
s/class Metadata/class MetadataContext/g
Devang Patel
2009-09-28
1
-3
/
+3
*
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-20
1
-40
/
+39
*
Write and read metadata attachments.
Devang Patel
2009-09-18
1
-1
/
+22
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-3
/
+4
*
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
[next]