summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature/float.ll
Commit message (Collapse)AuthorAgeFilesLines
* The powers that be have decided that LLVM IR should now support 16-bitDan Gohman2011-12-171-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 Dunbar2009-09-051-3/+3
| | | | llvm-svn: 81086
* Remove llvm-upgrade and update tests.Tanya Lattner2008-03-011-3/+3
| | | | llvm-svn: 47784
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-231-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 Spencer2006-12-021-1/+1
| | | | llvm-svn: 32115
* Test floating point constantsReid Spencer2004-11-201-0/+6
llvm-svn: 18045
OpenPOWER on IntegriCloud