aboutsummaryrefslogtreecommitdiffstats
path: root/win32/System
Commit message (Collapse)AuthorAgeFilesLines
* Turn on string pooling for smaller binaries.Jeff Cohen2005-12-171-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24749 91177308-0d34-0410-b5e6-96231b3b80d8
* Win32 support for Mutex class.Jeff Cohen2005-07-131-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22420 91177308-0d34-0410-b5e6-96231b3b80d8
* Silence VC++ warnings about using 'this' in base member initializations.Jeff Cohen2005-01-301-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19937 91177308-0d34-0410-b5e6-96231b3b80d8
* Update System project in Visual Studio to reflect renamed files.Jeff Cohen2005-01-101-120/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19428 91177308-0d34-0410-b5e6-96231b3b80d8
* Bring VS projects up to date with respect to recent changesJeff Cohen2004-12-271-41/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19167 91177308-0d34-0410-b5e6-96231b3b80d8
* Get VC++ building againJeff Cohen2004-12-241-6/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19140 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-241-18/+0
| | | | | | | ltdl's LGPL license would infect all of LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19137 91177308-0d34-0410-b5e6-96231b3b80d8
* Enable browse information in Visual StudioJeff Cohen2004-12-191-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19034 91177308-0d34-0410-b5e6-96231b3b80d8
* 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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19033 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't forget about release configuration...Jeff Cohen2004-12-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19032 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19031 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the win32 project files, contributed by Morton Ofstad!Chris Lattner2004-12-041-1/+66
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18495 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove dupliate buid of Signals.cppReid Spencer2004-11-161-2/+4
| | | | | | | Patch contributed by Jeff Cohen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17888 91177308-0d34-0410-b5e6-96231b3b80d8
* Updates to Visual C++ project files for building on win32.Reid Spencer2004-11-151-4/+2
| | | | | | | Patch contributed by Morten Ofstad. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17829 91177308-0d34-0410-b5e6-96231b3b80d8
* MS Visual Studio files for building LLVM on Win32 platforms.Reid Spencer2004-11-031-0/+285
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17446 91177308-0d34-0410-b5e6-96231b3b80d8