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
/
VMCore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
3
-10
/
+9
*
NamedMDNode is a collection MDNodes.
Devang Patel
2010-01-05
1
-11
/
+11
*
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
5
-8
/
+8
*
Add a new predicate for integer type equality tests.
Benjamin Kramer
2010-01-05
1
-0
/
+5
*
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
4
-17
/
+13
*
Fix a build error and change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-2
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-10
/
+11
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-9
/
+9
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-2
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-29
/
+30
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+0
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+4
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-12
/
+12
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-3
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-5
/
+6
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-5
/
+6
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
2
-58
/
+18
*
Add a comment.
Dan Gohman
2010-01-04
1
-0
/
+2
*
it isn't safe to speculative load from a malloc, it might have
Chris Lattner
2010-01-03
1
-32
/
+1
*
differences between two blockaddress's don't cause a
Chris Lattner
2010-01-03
1
-0
/
+18
*
fix refactoro
Chris Lattner
2009-12-31
1
-1
/
+1
*
use early exits to reduce indentation.
Chris Lattner
2009-12-31
1
-15
/
+16
*
eliminate another copy of the mdnode printing logic, simplify the
Chris Lattner
2009-12-31
1
-32
/
+23
*
random tidying for MDNode printing.
Chris Lattner
2009-12-31
1
-10
/
+7
*
eliminate a bunch of useless forwarding functions with one caller.
Chris Lattner
2009-12-31
1
-21
/
+11
*
make mdnMap type safe, rename accessors for consistency with the rest of llvm.
Chris Lattner
2009-12-31
1
-12
/
+13
*
metadata can't be a global var initializer.
Chris Lattner
2009-12-31
1
-4
/
+0
*
simplify mdnode printing logic. Now N->dump() only
Chris Lattner
2009-12-31
1
-127
/
+105
*
unify two copies of the NamedMDNode printing code.
Chris Lattner
2009-12-31
1
-25
/
+22
*
fix printing of function-local metadata to print all the operands of the
Chris Lattner
2009-12-31
1
-2
/
+2
*
simplify printing of mdstring and Argument.
Chris Lattner
2009-12-31
1
-12
/
+5
*
simplify asmprinting of NamedMDNode
Chris Lattner
2009-12-31
1
-34
/
+4
*
Remove #include of metadata.h from intrinsicinst.h. The only
Chris Lattner
2009-12-31
1
-0
/
+8
*
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-31
4
-58
/
+58
*
Optimize MDNode to coallocate the operand list immediately
Chris Lattner
2009-12-31
1
-35
/
+49
*
do not bother reuniquing mdnodes whose operands drop to null. Doing
Chris Lattner
2009-12-30
1
-9
/
+27
*
remove some misleading comments.
Chris Lattner
2009-12-30
1
-39
/
+6
*
Do not crash when .ll printing metadata that smells like debug info, but isn't.
Chris Lattner
2009-12-29
1
-3
/
+2
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
6
-159
/
+102
*
privatize another interface.
Chris Lattner
2009-12-29
1
-1
/
+4
*
the only call to this function (from clang) has been removed, zap it.
Chris Lattner
2009-12-29
1
-22
/
+0
*
remove some unneeded Metadata interfaces.
Chris Lattner
2009-12-29
2
-47
/
+18
*
tidy up debug info comments, use ->isVoidTy() where reasonable.
Chris Lattner
2009-12-29
1
-25
/
+25
*
When doing v1->RAUW(v2), don't do anything to metadata. We don't know
Chris Lattner
2009-12-29
2
-25
/
+0
*
sink the Instruction::HasMetadata bit into SubclassData.
Chris Lattner
2009-12-29
3
-16
/
+14
*
add a layer of accessors around the Value::SubClassData member, and use
Chris Lattner
2009-12-29
4
-14
/
+19
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
5
-162
/
+164
[next]