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
/
test
/
Transforms
/
Inline
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
2
-2
/
+2
*
Rationalize the names of passes that print information:
Duncan Sands
2008-09-23
1
-1
/
+1
*
respect inline=never and inline=always notes.
Devang Patel
2008-09-02
2
-0
/
+20
*
Move two tests from SRETPromotion to Inline, since they only call opt -inline.
Matthijs Kooijman
2008-08-07
2
-0
/
+110
*
Let some more tests ignore expected output on stderr.
Matthijs Kooijman
2008-06-10
1
-1
/
+1
*
Eliminate questionable syntax for stdin redirection. This probably also speed...
Gabor Greif
2008-05-20
1
-2
/
+2
*
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
1
-1
/
+1
*
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-05-20
1
-1
/
+1
*
Update old-style syntax in some "not grep" tests.
Dan Gohman
2008-05-01
1
-1
/
+1
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-13
/
+0
*
rename *.llx -> *.ll, last batch.
Chris Lattner
2008-04-19
1
-0
/
+0
*
Turn unwind_to into "unwinds to".
Nick Lewycky
2008-03-10
1
-1
/
+1
*
Update the inliner and simplifycfg to handle unwind_to.
Nick Lewycky
2008-03-09
1
-0
/
+13
*
Use cast instead of dyn_cast.
Devang Patel
2008-03-04
1
-9
/
+11
*
Handle multiple return values.
Devang Patel
2008-03-04
1
-0
/
+26
*
Remove llvm-upgrade and update test cases.
Tanya Lattner
2008-03-01
26
-625
/
+624
*
Revert r46393: readonly/readnone functions are no
Duncan Sands
2008-01-27
1
-3
/
+3
*
Invert this test, because it is wrong if we allow
Duncan Sands
2008-01-26
1
-3
/
+3
*
we don't have to make an explicit copy of a byval argument when
Chris Lattner
2008-01-12
1
-0
/
+28
*
When inlining a functino with a byval argument, make an explicit
Chris Lattner
2008-01-11
1
-0
/
+28
*
When inlining through an 'nounwind' call, mark inlined
Duncan Sands
2007-12-19
1
-0
/
+19
*
Make invokes of inline asm legal. Teach codegen
Duncan Sands
2007-12-17
1
-1
/
+1
*
Make instcombine promote inline asm calls to 'nounwind'
Duncan Sands
2007-12-16
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
30
-0
/
+2074