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
/
include
/
llvm
/
Metadata.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a bunch of unused arguments from functions, silencing a
Eric Christopher
2009-10-14
1
-3
/
+3
*
Add copyMD to copy metadata from one instruction to another instruction.
Devang Patel
2009-10-14
1
-0
/
+4
*
Copy metadata when value is RAUW'd. It is debatable whether this is the right...
Devang Patel
2009-10-13
1
-0
/
+1
*
Add removeMD().
Devang Patel
2009-09-29
1
-1
/
+9
*
Only one custom meadata of each kind can be attached with an instruction.
Devang Patel
2009-09-29
1
-2
/
+2
*
Parse custom metadata attached with an instruction.
Devang Patel
2009-09-29
1
-2
/
+7
*
s/class Metadata/class MetadataContext/g
Devang Patel
2009-09-28
1
-3
/
+3
*
Do not use global typedef for MDKindID.
Devang Patel
2009-09-28
1
-9
/
+5
*
Remove unnecessary include.
Devang Patel
2009-09-28
1
-1
/
+0
*
Do not leave behind metadata while cloning an instruction.
Devang Patel
2009-09-23
1
-1
/
+5
*
Write and read metadata attachments.
Devang Patel
2009-09-18
1
-2
/
+7
*
Print debug info attached with an instruction.
Devang Patel
2009-09-16
1
-2
/
+6
*
Add llvm::Metadata to manage metadata used in a context.
Devang Patel
2009-09-16
1
-0
/
+46
*
Now Bitcode reader bug is fixed. Reapply 80839.
Devang Patel
2009-09-03
1
-7
/
+29
*
Revert 80839 for now. It causes test failures.
Devang Patel
2009-09-02
1
-29
/
+7
*
Use CallbackVH, instead of WeakVH, to hold MDNode elements.
Devang Patel
2009-09-02
1
-7
/
+29
*
Reapply 79977.
Devang Patel
2009-08-28
1
-1
/
+0
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-0
/
+1
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-1
/
+0
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-24
/
+7
*
Link NamedMDNodes.
Devang Patel
2009-08-11
1
-0
/
+2
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-2
/
+2
*
Fix cut-n-pasto in comment.
Devang Patel
2009-08-11
1
-1
/
+1
*
We are not using FoldingSet for metadata uniquing anymore.
Devang Patel
2009-08-10
1
-10
/
+1
*
Change the MDNode uniquing to a ValueMap, at Devang's request.
Owen Anderson
2009-08-10
1
-0
/
+4
*
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-08-04
1
-2
/
+2
*
Keep track of metadata used by other metadata.
Devang Patel
2009-08-03
1
-35
/
+64
*
Add NamedMDNode destructor.
Devang Patel
2009-08-03
1
-0
/
+9
*
Move the metadata constructors back to 2.5 syntax.
Owen Anderson
2009-07-31
1
-3
/
+6
*
Add addElement().
Devang Patel
2009-07-30
1
-0
/
+5
*
Fix MetadataBase::classof().
Devang Patel
2009-07-30
1
-1
/
+1
*
Check null NameMDNode elements.
Devang Patel
2009-07-30
1
-1
/
+1
*
There is no need to keep name ref in NamedMDNode.
Devang Patel
2009-07-29
1
-11
/
+6
*
Keep track of named mdnodes in a Module using an ilist.
Devang Patel
2009-07-29
1
-1
/
+8
*
trim include list.
Devang Patel
2009-07-29
1
-1
/
+2
*
Add NamedMDNode.
Devang Patel
2009-07-29
1
-4
/
+103
*
Remove unused method.
Devang Patel
2009-07-28
1
-2
/
+0
*
Rename MDNode.h header. It defines MDnode and other metadata classes.
Devang Patel
2009-07-28
1
-0
/
+158