Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The powers that be have decided that LLVM IR should now support 16-bit | Dan Gohman | 2011-12-17 | 1 | -0/+1 |
| | | | | | | | | "half precision" floating-point with a first-class type. This patch adds basic IR support (but not codegen support). llvm-svn: 146786 | ||||
* | Temporary test files should use %t. | Daniel Dunbar | 2009-09-05 | 1 | -3/+3 |
| | | | | llvm-svn: 81086 | ||||
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-01 | 1 | -3/+3 |
| | | | | llvm-svn: 47784 | ||||
* | The Ada f-e produces various auxiliary output files | Duncan Sands | 2007-07-23 | 1 | -3/+3 |
| | | | | | | | | | | | that cannot be suppressed and cannot be redirected: they are dumped in the current working directory. When running the testsuite this means that these files do not end up in the Output directory. The best solution I could find is to change directory into Output before running tests. llvm-svn: 40437 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -1/+1 |
| | | | | llvm-svn: 32115 | ||||
* | Test floating point constants | Reid Spencer | 2004-11-20 | 1 | -0/+6 |
llvm-svn: 18045 |