summaryrefslogtreecommitdiff
path: root/win32/llc
Commit message (Collapse)AuthorAge
* Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy.Jeff Cohen2006-01-30
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25801 91177308-0d34-0410-b5e6-96231b3b80d8
* Turn on string pooling for smaller binaries.Jeff Cohen2005-12-17
| | | | 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-30
| | | | 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-04
| | | | 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-02
| | | | | | | | 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-01
| | | | 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-01
| | | | 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-23
| | | | | | | 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-19
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19036 91177308-0d34-0410-b5e6-96231b3b80d8