Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rationalize warning suppression. First, 64-bit portability warnings are ↵ | Jeff Cohen | 2004-12-18 | 1 | -3/+3 | |
| | | | | | | | | | | | | | disabled. The specific warnings they produced were being suppressed anyway. The truncation warnings that were suppressed are now enabled, and the few that still occur ought to be fixed. The only warnings suppressed now are the "negating an unsigned is still unsigned", the validity of which Chris does not accept, and the "implicit conversion of <type> to bool performance warning". Making the conversion explicit won't make it run any faster and this is an easier way to shut the compiler up. llvm-svn: 19031 | |||||
* | Fix residual Visual Studio build problems | Jeff Cohen | 2004-12-09 | 1 | -3/+0 | |
| | | | | llvm-svn: 18688 | |||||
* | Update the win32 project files, contributed by Morton Ofstad! | Chris Lattner | 2004-12-04 | 1 | -0/+27 | |
| | | | | llvm-svn: 18495 | |||||
* | This file is gone | Chris Lattner | 2004-11-08 | 1 | -3/+0 | |
| | | | | llvm-svn: 17627 | |||||
* | MS Visual Studio files for building LLVM on Win32 platforms. | Reid Spencer | 2004-11-03 | 1 | -0/+397 | |
llvm-svn: 17446 |