index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
Inline
Age
Commit message (
Expand
)
Author
2009-03-10
If a function is marked alwaysinline, it must be inlined (possibly for correc...
Evan Cheng
2009-02-12
Fix a nasty bug (PR3550) where the inline pass could incorrectly mark
Chris Lattner
2009-02-10
Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...
Devang Patel
2009-02-03
Revert r63600. It didn't fix the bug, it just moved it a bit.
Nick Lewycky
2009-02-03
Update the callgraph when replacing InvokeInst with CallInst when inlining.
Nick Lewycky
2009-01-13
Fix testsuite regressions from recursive inlining.
Dale Johannesen
2009-01-12
Enable recursive inlining. Reduce inlining threshold
Dale Johannesen
2009-01-08
Do not inline functions with (dynamic) alloca into
Dale Johannesen
2008-11-05
Add PR number.
Devang Patel
2008-11-05
New test case.
Devang Patel
2008-10-30
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-09-26
Implement function notes as function attributes.
Devang Patel
2008-09-23
Rationalize the names of passes that print information:
Duncan Sands
2008-09-02
respect inline=never and inline=always notes.
Devang Patel
2008-08-07
Move two tests from SRETPromotion to Inline, since they only call opt -inline.
Matthijs Kooijman
2008-06-10
Let some more tests ignore expected output on stderr.
Matthijs Kooijman
2008-05-20
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-01
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-19
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-03-10
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-09
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-04
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
Handle multiple return values.
Devang Patel
2008-03-01
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-01-27
Revert r46393: readonly/readnone functions are no
Duncan Sands
2008-01-26
Invert this test, because it is wrong if we allow
Duncan Sands
2008-01-12
we don't have to make an explicit copy of a byval argument when
Chris Lattner
2008-01-11
When inlining a functino with a byval argument, make an explicit
Chris Lattner
2007-12-19
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-17
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-16
Make instcombine promote inline asm calls to 'nounwind'
Duncan Sands
2007-06-29
Convert .cvsignore files
John Criswell
2007-06-25
new testcase, the inliner shouldn't inline this.
Chris Lattner
2007-06-06
Instruct the inliner to obey the noinline attribute. Add test case.
Tanya Lattner
2007-04-28
update syntax
Chris Lattner
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
testcase for PR1335
Chris Lattner
2007-04-15
For PR1319:
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-09
new testcases for PR992/993
Chris Lattner
2006-09-15
The inliner strips dead allocas now. Add a use to allow this test to
Chris Lattner
2006-09-13
new testcase
Chris Lattner
2006-07-12
testcase for PR827
Chris Lattner
2006-06-01
testcase for the recent inliner improvement.
Chris Lattner
[next]