summaryrefslogtreecommitdiffstats
path: root/llvm/win32/llvm.sln
Commit message (Collapse)AuthorAgeFilesLines
* remove the win32 tree, it's stale and confusing.Chris Lattner2009-11-071-719/+0
| | | | llvm-svn: 86358
* Revert 51067 check-in for now.Devang Patel2008-05-151-63/+63
| | | | llvm-svn: 51155
* Update the Win32 project files, patch by Razvan Aciu!Chris Lattner2008-05-131-63/+63
| | | | llvm-svn: 51067
* This change does a couple of things. First it gets the Visual Studio builds ↵Chuck Rose III2007-11-211-103/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | working. I added the lexing files to the VStudio projects and removed the .l files from the VStudio projects. There was a problem with use of strtoll in TGLexer.cpp and Chris suggested switching to strtol, so that's included here. Additionally, this checkin adds minimal x64 builds to the VStudio builds. Build issues related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc are worked around, but not ultimately solved. Binaries used to be stored in ...\win32\{Debug|Release} but are now kept in ...\win32\bin\{win32|x64}\{Debug|Release} intermediate files will continue to be stored in the individual project directories under win32. Some names will likely change in the future to reflect that the vstudio projects are no longer 32-bit only, but I wanted to get things up and running today so kept away from bigger restructuring. llvm-svn: 44260
* Updated VC++ build system.Hartmut Kaiser2007-10-101-101/+224
| | | | llvm-svn: 42835
* Updates to the VStudio project files:Chuck Rose III2007-07-271-226/+291
| | | | | | | | | | | | | | | | | | 1. Switch from VStudio 2k3 to VStudio 2k5 2. All pdb files now will be placed as $(OutputDir)/$(ProjectName).pdb. This puts them alongside the binaries with the same base name as the binary. If you need to copy the results of your llvm build into another project's tree, this will simplify that process. 3. Recent files added to the tree were added to the proejects within the VStudio project 4. Project build dependency order fixed so that the build can take place in one pass. A generated file was not being built at the correct time, causing a build error in about half the projects until the build was run a second time. Note you will need flex and bison installed an in your path in order to build properly. llvm-svn: 40557
* Unbreak VC++ build.Jeff Cohen2007-05-071-18/+18
| | | | llvm-svn: 36901
* Unbreak VC++.Jeff Cohen2007-05-061-0/+1
| | | | llvm-svn: 36831
* Teach Visual Studio about Bitcode.Jeff Cohen2007-04-221-0/+10
| | | | llvm-svn: 36341
* Unbreak VC++ build.Jeff Cohen2006-11-051-17/+2
| | | | llvm-svn: 31464
* Fix VC++ build breakage.Jeff Cohen2006-03-101-0/+2
| | | | llvm-svn: 26676
* Fix miscellaneous Visual Studio build problems.Jeff Cohen2005-09-101-0/+2
| | | | llvm-svn: 23307
* Add (non-working) project bugpoint to Visual StudioJeff Cohen2005-01-221-0/+18
| | | | llvm-svn: 19750
* Get analyze to show all analysis options when compiled with VC++Jeff Cohen2005-01-201-0/+1
| | | | llvm-svn: 19710
* Add analyze project to Visual StudioJeff Cohen2005-01-201-0/+16
| | | | llvm-svn: 19709
* Add project llvm-proj to Visual StudioJeff Cohen2005-01-201-0/+14
| | | | llvm-svn: 19708
* Add project llvm-nm to Visual StudioJeff Cohen2005-01-181-0/+13
| | | | llvm-svn: 19664
* Add project llvm-ld to Visual StudioJeff Cohen2005-01-181-0/+17
| | | | llvm-svn: 19663
* Add llvm-bcanalyzer project to Visual StudioJeff Cohen2005-01-181-0/+13
| | | | llvm-svn: 19662
* Apply feed back from Chris:Jeff Cohen2005-01-101-1/+0
| | | | | | | 1. Rename createLoaderPass to CreateProfileLoaderPass 2. Opt shouldn't use the pass registered in CodeGen. llvm-svn: 19431
* Add a few more passes to LinkAllPasses.hJeff Cohen2005-01-081-0/+1
| | | | llvm-svn: 19371
* Add project opt to Visual Studio.Jeff Cohen2005-01-061-0/+16
| | | | llvm-svn: 19307
* Add C backend to llc in Visual Studio.Jeff Cohen2005-01-041-0/+10
| | | | llvm-svn: 19282
* Cleanup some Visual Studio project dependencies.Jeff Cohen2005-01-021-1/+2
| | | | llvm-svn: 19253
* Eliminate the use of the global variable hack in the X86 target that was usedJeff Cohen2005-01-021-0/+1
| | | | | | | to get Visual Studio to link in X86.lib to the executables that need it. There is another way of doing it. llvm-svn: 19252
* Add llvm-link, Linker projects to Visual Studio.Jeff Cohen2005-01-011-0/+25
| | | | llvm-svn: 19235
* Add llvm-ranlib project to Visual Studio.Jeff Cohen2005-01-011-0/+13
| | | | llvm-svn: 19231
* Add llvm-ar project to Visual Studio.Jeff Cohen2005-01-011-0/+13
| | | | llvm-svn: 19230
* Add llvm-as project to Visual StudioJeff Cohen2005-01-011-0/+23
| | | | llvm-svn: 19227
* Add llvm-dis project to Visual StudioJeff Cohen2005-01-011-0/+13
| | | | llvm-svn: 19226
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-241-1/+1
| | | | | | 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-231-0/+2
| | | | | | architecture at all. llvm-svn: 19114
* Add llc project to Visual StudioJeff Cohen2004-12-191-3/+13
| | | | llvm-svn: 19036
* Add lli project to Visual StudioJeff Cohen2004-12-191-1/+25
| | | | llvm-svn: 19035
* Top level files for building natively on win32Reid Spencer2004-11-031-0/+134
llvm-svn: 17447
OpenPOWER on IntegriCloud