summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline
Commit message (Collapse)AuthorAgeFilesLines
...
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-161-1/+1
| | | | | | | | | | | | | calls. Remove special casing of inline asm from the inliner. There is a potential problem: the verifier rejects invokes of inline asm (not sure why). If an asm call is not marked "nounwind" in some .ll, and instcombine is not run, but the inliner is run, then an illegal module will be created. This is bad but I'm not sure what the best approach is. I'm tempted to remove the check in the verifier... llvm-svn: 45073
* Convert .cvsignore filesJohn Criswell2007-06-291-3/+0
| | | | llvm-svn: 37801
* new testcase, the inliner shouldn't inline this.Chris Lattner2007-06-251-0/+14
| | | | llvm-svn: 37722
* Instruct the inliner to obey the noinline attribute. Add test case.Tanya Lattner2007-06-061-0/+46
| | | | llvm-svn: 37481
* update syntaxChris Lattner2007-04-281-1/+1
| | | | llvm-svn: 36531
* For PR1319:Reid Spencer2007-04-161-2/+2
| | | | | | | | Remove && from the end of the lines to prevent tests from throwing run lines into the background. Also, clean up places where the same command is run multiple times by using a temporary file. llvm-svn: 36142
* testcase for PR1335Chris Lattner2007-04-151-0/+49
| | | | llvm-svn: 36089
* For PR1319:Reid Spencer2007-04-158-13/+16
| | | | | | Upgrade to use new Tcl exec based test harness. llvm-svn: 36062
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
| | | | | | | | global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefile and llvm-dg.exp) instead of touching every single dg.exp file. llvm-svn: 35918
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1728-0/+1965
llvm-svn: 33296
OpenPOWER on IntegriCloud