aboutsummaryrefslogtreecommitdiffstats
path: root/win32/llc
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
* 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
* Add C backend to llc in Visual Studio.Jeff Cohen2005-01-041-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19282 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate the use of the global variable hack in the X86 target that was usedJeff Cohen2005-01-021-2/+2
| | | | | | | | 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-as project to Visual StudioJeff Cohen2005-01-011-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19227 91177308-0d34-0410-b5e6-96231b3b80d8
* Put executables into a single directoryJeff Cohen2005-01-011-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19225 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-0/+142
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19036 91177308-0d34-0410-b5e6-96231b3b80d8