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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove #include of Function.h from IRBuilder
Chris Lattner
2009-12-28
1
-0
/
+6
*
move debug info stuff out of line, allowing two #includes
Chris Lattner
2009-12-28
2
-0
/
+16
*
split code that doesn't need to be templated out of IRBuilder into a new
Chris Lattner
2009-12-28
2
-0
/
+32
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
9
-90
/
+51
*
rename getHandlerNames to getMDKindNames, simplify its interface
Chris Lattner
2009-12-28
3
-43
/
+30
*
tidy up and delete a dead smallvector.
Chris Lattner
2009-12-28
1
-10
/
+5
*
Add missing include (for inline PATypeHolder::get).
Benjamin Kramer
2009-12-28
1
-0
/
+1
*
avoid a completely unneeded linear walk.
Chris Lattner
2009-12-28
1
-12
/
+9
*
Eliminate two bits of ugliness in MDNode::replaceElement:
Chris Lattner
2009-12-28
1
-26
/
+13
*
rearrange some methods, no functionality change.
Chris Lattner
2009-12-28
1
-13
/
+14
*
avoid temporary CallbackVH's.
Chris Lattner
2009-12-28
1
-4
/
+8
*
Rewrite the function-local validation logic for MDNodes (most of r91708).
Chris Lattner
2009-12-28
2
-46
/
+39
*
rename MDNode instance variables to something meaningful.
Chris Lattner
2009-12-28
1
-9
/
+9
*
snip one more #include from Metadata.h
Chris Lattner
2009-12-28
2
-0
/
+5
*
prune some #includes
Chris Lattner
2009-12-28
2
-2
/
+2
*
Metadata.h doesn't need to include ValueHandle.h anymore.
Chris Lattner
2009-12-28
2
-0
/
+2
*
change the strange MetadataContext::getMDs function to expose less
Chris Lattner
2009-12-28
4
-7
/
+9
*
change NamedMDNode to use a pimpl for its operand list instead
Chris Lattner
2009-12-28
1
-5
/
+32
*
eliminate the elem_* iterator stuff from NamedMDNode.
Chris Lattner
2009-12-28
1
-5
/
+2
*
move ElementVH out of the MDNode class into the MDNode.cpp file. Among
Chris Lattner
2009-12-28
1
-4
/
+42
*
move these out of their own timer groups into the 'uncategorized' groups.
Chris Lattner
2009-12-28
2
-14
/
+2
*
Fixed llc crash for zext (i1 -> i8) loads.
Sanjiv Gupta
2009-12-28
1
-2
/
+2
*
Allow targets to specify the return type of libcalls that are generated for f...
Sanjiv Gupta
2009-12-28
4
-1
/
+12
*
Mark variable used by 'assert' as 'unused'.
Bill Wendling
2009-12-28
1
-2
/
+2
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-5
/
+1
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-2
/
+0
*
Remove dead store.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Remove dead store and simplify code.
Bill Wendling
2009-12-28
1
-5
/
+4
*
Remove dead store.
Bill Wendling
2009-12-28
1
-2
/
+2
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-2
/
+0
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Remove dead store.
Bill Wendling
2009-12-28
1
-1
/
+1
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-2
/
+1
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
Remove dead store. The initial value was never used, but always overridden.
Bill Wendling
2009-12-28
1
-7
/
+6
*
Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are
Bill Wendling
2009-12-28
1
-1
/
+2
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-3
/
+0
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-2
/
+0
*
Remove dead variable.
Bill Wendling
2009-12-28
1
-1
/
+0
*
PR5886: Make sure IMUL32m is marked as setting EFLAGS, so scheduling doesn't
Eli Friedman
2009-12-26
1
-1
/
+1
*
Avoid assigning to Changed when it won't be used after the return.
Bill Wendling
2009-12-25
1
-2
/
+2
*
Remove dead store.
Bill Wendling
2009-12-25
1
-1
/
+1
*
Remove dead store from copy-pasto.
Bill Wendling
2009-12-25
1
-1
/
+1
*
Remove dead store.
Bill Wendling
2009-12-25
1
-1
/
+0
*
Remove dead store.
Bill Wendling
2009-12-25
1
-1
/
+0
*
Implement support for converting to string at "natural precision", and fix some
John McCall
2009-12-24
1
-16
/
+26
[prev]
[next]