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
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a new CallGraphNode::replaceCallEdge method and use it from
Chris Lattner
2009-09-15
1
-4
/
+4
*
Factor out the code for checking that all indices in a getelementptr are
Dan Gohman
2009-09-10
1
-15
/
+4
*
Fix PR4909, patch by Jakub Staszak.
Owen Anderson
2009-09-08
1
-1
/
+2
*
Don't commit stores with addresses that have indices that are not
Dan Gohman
2009-09-07
1
-0
/
+21
*
Don't commit addresses of aggregate values. This avoids problems with
Dan Gohman
2009-09-07
1
-0
/
+5
*
Fix GlobalOpt to avoid committing a store if the address getelementptr
Dan Gohman
2009-09-07
1
-1
/
+2
*
Preserve the InBounds flag when evaluating a getelementptr instruction
Dan Gohman
2009-09-07
1
-2
/
+3
*
Simplify this code by using hasDefinitiveInitializer().
Dan Gohman
2009-09-07
1
-9
/
+10
*
Remove VISIBILITY_HIDDEN from this file.
Nick Lewycky
2009-09-03
1
-4
/
+3
*
back out my recent commit (r80858), it seems to break self-hosting buildbot's...
Gabor Greif
2009-09-03
2
-4
/
+4
*
re-commit r66920 (which has been backed out in r66953) I may have more luck t...
Gabor Greif
2009-09-03
2
-4
/
+4
*
remove CallGraphNode::replaceCallSite, it is redundant with other APIs.
Chris Lattner
2009-09-01
2
-2
/
+6
*
cleanup/simplify
Chris Lattner
2009-09-01
1
-17
/
+13
*
Change CallGraphNode to maintain it's Function as an AssertingVH
Chris Lattner
2009-09-01
1
-7
/
+3
*
comment and simplify some code.
Chris Lattner
2009-08-31
1
-19
/
+14
*
add -debug output
Chris Lattner
2009-08-31
1
-0
/
+4
*
simplify some code by making the SCCNodes set contain Function*'s
Chris Lattner
2009-08-31
1
-12
/
+9
*
Fix PR4834, a tricky case where the inliner would resolve an
Chris Lattner
2009-08-31
1
-6
/
+9
*
Fix some nasty callgraph dangling pointer problems in
Chris Lattner
2009-08-31
5
-54
/
+75
*
Reapply 79977.
Devang Patel
2009-08-28
1
-118
/
+7
*
finish a half formed thought :)
Chris Lattner
2009-08-28
1
-1
/
+4
*
Implement a new optimization in the inliner: if inlining multiple
Chris Lattner
2009-08-27
1
-25
/
+125
*
reduce header #include'age
Chris Lattner
2009-08-27
1
-1
/
+4
*
reduce inlining factor some stuff out to a static helper function,
Chris Lattner
2009-08-27
1
-87
/
+104
*
Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.
Devang Patel
2009-08-26
1
-7
/
+118
*
Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined,
Dan Gohman
2009-08-25
1
-1
/
+2
*
Update DebugInfo interface to use metadata, instead of special named llvm.dbg...
Devang Patel
2009-08-25
1
-118
/
+7
*
Allow multiple occurrences of -inline-threshold on
Dale Johannesen
2009-08-25
1
-1
/
+1
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
1
-0
/
+1
*
convert LoopInfo.h and GraphWriter.h to use raw_ostream
Chris Lattner
2009-08-23
1
-2
/
+2
*
eliminate uses of cerr()
Chris Lattner
2009-08-23
1
-1
/
+1
*
remove a few DOUTs here and there.
Chris Lattner
2009-08-23
3
-7
/
+7
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-14
/
+14
*
Use hasDefinitiveInitializer() instead of testing the same thing
Dan Gohman
2009-08-19
3
-5
/
+5
*
Fix a bug that caused globalopt to miscompile tramp3d: don't miss
Dan Gohman
2009-08-18
1
-3
/
+8
*
Don't access the first element of a potentially empty
Duncan Sands
2009-08-17
1
-6
/
+7
*
Make TargetData optional in GlobalOpt and ArgumentPromotion.
Dan Gohman
2009-08-14
2
-15
/
+16
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
11
-94
/
+134
*
Remove a bunch more now-unnecessary Context arguments.
Dan Gohman
2009-08-12
1
-1
/
+1
*
Remove unnecessary casts.
Dan Gohman
2009-08-11
1
-1
/
+1
*
Remove dead metadata.
Devang Patel
2009-08-11
1
-0
/
+3
*
Fix a bunch of namespace pollution.
Dan Gohman
2009-08-07
1
-2
/
+2
*
Use DebugInfoFinder.
Devang Patel
2009-08-06
1
-10
/
+9
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
2
-3
/
+3
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
4
-23
/
+20
*
- Convert the rest of the DOUTs to DEBUG+errs().
Bill Wendling
2009-07-31
1
-14
/
+13
*
Move getTrue() and getFalse() to 2.5-like APIs.
Owen Anderson
2009-07-31
1
-4
/
+4
*
Move more code back to 2.5 APIs.
Owen Anderson
2009-07-30
7
-19
/
+16
*
Twines: Don't allow implicit conversion from integers, this is too tricky.
Daniel Dunbar
2009-07-30
2
-9
/
+9
*
Switch obvious clients to Twine instead of utostr (when they were already using
Daniel Dunbar
2009-07-30
2
-11
/
+9
[next]