aboutsummaryrefslogtreecommitdiffstats
path: root/win32/llvm.sln
Commit message (Collapse)AuthorAgeFilesLines
* Fix miscellaneous Visual Studio build problems.Jeff Cohen2005-09-101-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23307 91177308-0d34-0410-b5e6-96231b3b80d8
* Add (non-working) project bugpoint to Visual StudioJeff Cohen2005-01-221-0/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19750 91177308-0d34-0410-b5e6-96231b3b80d8
* Get analyze to show all analysis options when compiled with VC++Jeff Cohen2005-01-201-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19710 91177308-0d34-0410-b5e6-96231b3b80d8
* Add analyze project to Visual StudioJeff Cohen2005-01-201-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19709 91177308-0d34-0410-b5e6-96231b3b80d8
* Add project llvm-proj to Visual StudioJeff Cohen2005-01-201-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19708 91177308-0d34-0410-b5e6-96231b3b80d8
* Add project llvm-nm to Visual StudioJeff Cohen2005-01-181-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19664 91177308-0d34-0410-b5e6-96231b3b80d8
* Add project llvm-ld to Visual StudioJeff Cohen2005-01-181-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19663 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-bcanalyzer project to Visual StudioJeff Cohen2005-01-181-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19662 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19431 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a few more passes to LinkAllPasses.hJeff Cohen2005-01-081-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19371 91177308-0d34-0410-b5e6-96231b3b80d8
* Add project opt to Visual Studio.Jeff Cohen2005-01-061-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19307 91177308-0d34-0410-b5e6-96231b3b80d8
* Add C backend to llc in Visual Studio.Jeff Cohen2005-01-041-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19282 91177308-0d34-0410-b5e6-96231b3b80d8
* Cleanup some Visual Studio project dependencies.Jeff Cohen2005-01-021-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19253 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19252 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-link, Linker projects to Visual Studio.Jeff Cohen2005-01-011-0/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19235 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-ranlib project to Visual Studio.Jeff Cohen2005-01-011-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19231 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-ar project to Visual Studio.Jeff Cohen2005-01-011-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19230 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-as project to Visual StudioJeff Cohen2005-01-011-0/+23
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19227 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llvm-dis project to Visual StudioJeff Cohen2005-01-011-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19226 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19137 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow llc to recognize -march=x86. As it was, it didn't recognize anyJeff Cohen2004-12-231-0/+2
| | | | | | | architecture at all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19114 91177308-0d34-0410-b5e6-96231b3b80d8
* Add llc project to Visual StudioJeff Cohen2004-12-191-3/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19036 91177308-0d34-0410-b5e6-96231b3b80d8
* Add lli project to Visual StudioJeff Cohen2004-12-191-1/+25
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19035 91177308-0d34-0410-b5e6-96231b3b80d8
* Top level files for building natively on win32Reid Spencer2004-11-031-0/+134
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17447 91177308-0d34-0410-b5e6-96231b3b80d8