summaryrefslogtreecommitdiffstats
path: root/llvm/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* Bring VS projects up to date with respect to recent changesJeff Cohen2004-12-271-41/+2
| | | | llvm-svn: 19167
* Get VC++ building againJeff Cohen2004-12-242-7/+3
| | | | llvm-svn: 19140
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-243-19/+3
| | | | | | ltdl's LGPL license would infect all of LLVM. llvm-svn: 19137
* Allow llc to recognize -march=x86. As it was, it didn't recognize anyJeff Cohen2004-12-232-0/+4
| | | | | | architecture at all. llvm-svn: 19114
* Add project Bytecode to Visual StudioJeff Cohen2004-12-221-0/+198
| | | | llvm-svn: 19085
* Visual Studio project Configure should place the configured header filesJeff Cohen2004-12-211-10/+12
| | | | | | in the win32 subtree instead of the src subtree. llvm-svn: 19080
* Add llc project to Visual StudioJeff Cohen2004-12-192-3/+155
| | | | llvm-svn: 19036
* Add lli project to Visual StudioJeff Cohen2004-12-194-2/+199
| | | | llvm-svn: 19035
* Enable browse information in Visual StudioJeff Cohen2004-12-1911-0/+11
| | | | llvm-svn: 19034
* Improve dependency management for lib/system/win32/* files. Instead of ↵Jeff Cohen2004-12-181-2/+22
| | | | | | | | | | | | copying the files from win32/* to platform/*, create one line files in platform that include the corresponding file in win32. This makes life much more enjoyable! The cruel irony is that NTFS has hard links just like Unix, but there's no way to get to them from the DOS prompt! llvm-svn: 19033
* Don't forget about release configuration...Jeff Cohen2004-12-1811-11/+11
| | | | llvm-svn: 19032
* Rationalize warning suppression. First, 64-bit portability warnings are ↵Jeff Cohen2004-12-1811-33/+33
| | | | | | | | | | | | | 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 win32 breakageJeff Cohen2004-12-181-4/+4
| | | | llvm-svn: 19028
* 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-0410-17/+433
| | | | llvm-svn: 18495
* Remove dupliate buid of Signals.cppReid Spencer2004-11-161-2/+4
| | | | | | Patch contributed by Jeff Cohen. llvm-svn: 17888
* Updates to Visual C++ project files for building on win32.Reid Spencer2004-11-152-7/+2
| | | | | | Patch contributed by Morten Ofstad. llvm-svn: 17829
* Update relative files.Reid Spencer2004-11-151-0/+105
| | | | | | Patch contributed by Morten Ofstad. llvm-svn: 17828
* This file is goneChris Lattner2004-11-081-3/+0
| | | | llvm-svn: 17627
* Remove this file as suggested by Jeff CohenChris Lattner2004-11-051-0/+0
| | | | llvm-svn: 17480
* Fix project file, patch contributed by Jeff CohenChris Lattner2004-11-051-1/+0
| | | | llvm-svn: 17479
* Top level files for building natively on win32Reid Spencer2004-11-034-0/+183
| | | | llvm-svn: 17447
* MS Visual Studio files for building LLVM on Win32 platforms.Reid Spencer2004-11-0312-0/+2455
llvm-svn: 17446
OpenPOWER on IntegriCloud