Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapply "s/grep/FileCheck/ in some tests" | Andrew Trick | 2013-02-14 | 1 | -1/+2 |
| | | | | | | | | This reverts commit fd1335e982bbf93c5f450ed4fd29f9f787435c85. Use a triple this time. llvm-svn: 175134 | ||||
* | Revert "s/grep/FileCheck/ in some tests" | Andrew Trick | 2013-02-14 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | This reverts commit 8b75e6bc35fb3f9c1e788dbd05084c0f4a60a0f3. The FileCheck tests are not equivalent: test/CodeGen/X86/tailcall-structret.ll:6:10: error: expected string not found in input ; CHECK: jmp init ^ <stdin>:1:2: note: scanning from here .section __TEXT,__text,regular,pure_instructions ^ <stdin>:13:2: note: possible intended match here jmp _init ## TAILCALL ^ llvm-svn: 175124 | ||||
* | s/grep/FileCheck/ in some tests | Eli Bendersky | 2013-02-13 | 1 | -1/+2 |
| | | | | llvm-svn: 175089 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Enable tail call optimization for functions that return a struct (bug 3664) ↵ | Arnold Schwaighofer | 2009-03-28 | 1 | -0/+6 |
and for functions that return types that need extending (e.g i1). llvm-svn: 67934 |