summaryrefslogtreecommitdiffstats
path: root/llvm/win32/Transforms
Commit message (Collapse)AuthorAgeFilesLines
...
* Rationalize warning suppression. First, 64-bit portability warnings are ↵Jeff Cohen2004-12-181-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 problemsJeff Cohen2004-12-091-3/+0
| | | | llvm-svn: 18688
* Update the win32 project files, contributed by Morton Ofstad!Chris Lattner2004-12-041-0/+27
| | | | llvm-svn: 18495
* This file is goneChris Lattner2004-11-081-3/+0
| | | | llvm-svn: 17627
* MS Visual Studio files for building LLVM on Win32 platforms.Reid Spencer2004-11-031-0/+397
llvm-svn: 17446
OpenPOWER on IntegriCloud