summaryrefslogtreecommitdiffstats
path: root/llvm/win32/CodeGen
Commit message (Collapse)AuthorAgeFilesLines
...
* Add ElfWriter stuff to Visual StudioJeff Cohen2005-06-281-0/+6
| | | | llvm-svn: 22304
* Silence VC++ warnings about using 'this' in base member initializations.Jeff Cohen2005-01-301-2/+2
| | | | llvm-svn: 19937
* Add new file to Visual Studio CodeGen projectJeff Cohen2005-01-151-0/+3
| | | | llvm-svn: 19574
* Add new file to Visual Studio CodeGen projectJeff Cohen2005-01-121-0/+3
| | | | llvm-svn: 19505
* Get new SelectionDAG stuff building with Visual Studio.Jeff Cohen2005-01-071-0/+19
| | | | llvm-svn: 19340
* Add additional header file to VS project. Patch submitted by Morten.Jeff Cohen2005-01-031-0/+3
| | | | llvm-svn: 19274
* Enable browse information in Visual StudioJeff Cohen2004-12-191-0/+1
| | | | llvm-svn: 19034
* Don't forget about release configuration...Jeff Cohen2004-12-181-1/+1
| | | | llvm-svn: 19032
* 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
* Update the win32 project files, contributed by Morton Ofstad!Chris Lattner2004-12-041-0/+54
| | | | llvm-svn: 18495
* MS Visual Studio files for building LLVM on Win32 platforms.Reid Spencer2004-11-031-0/+189
llvm-svn: 17446
OpenPOWER on IntegriCloud