index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
Age
Commit message (
Expand
)
Author
2010-03-09
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
Revert r98089, it was breaking a clang test.
Jakob Stoklund Olesen
2010-03-09
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
Add inlining threshold to log output.
Jakob Stoklund Olesen
2010-02-26
Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday,
Chris Lattner
2010-02-26
remove dead code, by this point all uses of CI are gone.
Chris Lattner
2010-02-26
fix PR6435 another bug from the MallocInst elimination work.
Chris Lattner
2010-02-25
rewrite OptimizeGlobalAddressOfMalloc to fix PR6422, some bugs
Chris Lattner
2010-02-25
Modernize comment.
Nick Lewycky
2010-02-25
Correct whitespace.
Nick Lewycky
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-13
Enable the inlinehint attribute in the Inliner.
Jakob Stoklund Olesen
2010-02-12
1. modernize the constantmerge pass, using densemap/smallvector.
Chris Lattner
2010-02-10
Strip new llvm.dbg.value intrinsic.
Devang Patel
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-06
Reintroduce the InlineHint function attribute.
Jakob Stoklund Olesen
2010-02-04
Increase inliner thresholds by 25.
Jakob Stoklund Olesen
2010-01-29
Keep iterating over all uses when meeting a phi node in AllUsesOfValueWillTra...
Jakob Stoklund Olesen
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-24
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
Chris Lattner
2010-01-23
Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.
Nick Lewycky
2010-01-23
Teach DAE that even though it can't modify the function signature of an
Nick Lewycky
2010-01-22
Another strncmp -> StringRef.startswith simplification.
Benjamin Kramer
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-20
Move per-function inline threshold calculation to a method.
Jakob Stoklund Olesen
2010-01-07
Be less stingy as to how many selects and phi nodes we
Duncan Sands
2010-01-07
handle ConstantVector while I'm in here.
Chris Lattner
2010-01-07
fix a globalopt crash on 'bullet' (handling evaluation of a store
Chris Lattner
2010-01-06
Fix a README item: have functionattrs look through selects and
Duncan Sands
2010-01-06
Partially address a README by having functionattrs consider calls to
Duncan Sands
2010-01-05
Move remaining stuff to the isInteger predicate.
Benjamin Kramer
2010-01-05
Fix indentation.
Dan Gohman
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2009-12-29
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-28
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-08
Teach GlobalOpt to delete aliases with internal linkage (after
Duncan Sands
2009-11-23
Make ConstantFoldConstantExpression recursively visit the entire
Dan Gohman
2009-11-23
Remove unused LLVMContext.
Nick Lewycky
2009-11-19
Extend CaptureTracking to indicate when a value is never stored, even
Dan Gohman
2009-11-17
Remove debug info attached with an instruction.
Devang Patel
2009-11-12
use isInstructionTriviallyDead, as pointed out by Duncan
Chris Lattner
[next]