Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bring VS projects up to date with respect to recent changes | Jeff Cohen | 2004-12-27 | 1 | -41/+2 | |
| | | | | llvm-svn: 19167 | |||||
* | Get VC++ building again | Jeff Cohen | 2004-12-24 | 2 | -7/+3 | |
| | | | | llvm-svn: 19140 | |||||
* | Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used, | Jeff Cohen | 2004-12-24 | 3 | -19/+3 | |
| | | | | | | 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 any | Jeff Cohen | 2004-12-23 | 2 | -0/+4 | |
| | | | | | | architecture at all. llvm-svn: 19114 | |||||
* | Add project Bytecode to Visual Studio | Jeff Cohen | 2004-12-22 | 1 | -0/+198 | |
| | | | | llvm-svn: 19085 | |||||
* | Visual Studio project Configure should place the configured header files | Jeff Cohen | 2004-12-21 | 1 | -10/+12 | |
| | | | | | | in the win32 subtree instead of the src subtree. llvm-svn: 19080 | |||||
* | Add llc project to Visual Studio | Jeff Cohen | 2004-12-19 | 2 | -3/+155 | |
| | | | | llvm-svn: 19036 | |||||
* | Add lli project to Visual Studio | Jeff Cohen | 2004-12-19 | 4 | -2/+199 | |
| | | | | llvm-svn: 19035 | |||||
* | Enable browse information in Visual Studio | Jeff Cohen | 2004-12-19 | 11 | -0/+11 | |
| | | | | llvm-svn: 19034 | |||||
* | Improve dependency management for lib/system/win32/* files. Instead of ↵ | Jeff Cohen | 2004-12-18 | 1 | -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! llvm-svn: 19033 | |||||
* | Don't forget about release configuration... | Jeff Cohen | 2004-12-18 | 11 | -11/+11 | |
| | | | | llvm-svn: 19032 | |||||
* | Rationalize warning suppression. First, 64-bit portability warnings are ↵ | Jeff Cohen | 2004-12-18 | 11 | -33/+33 | |
| | | | | | | | | | | | | | 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. llvm-svn: 19031 | |||||
* | Fix win32 breakage | Jeff Cohen | 2004-12-18 | 1 | -4/+4 | |
| | | | | llvm-svn: 19028 | |||||
* | Fix residual Visual Studio build problems | Jeff Cohen | 2004-12-09 | 1 | -3/+0 | |
| | | | | llvm-svn: 18688 | |||||
* | Update the win32 project files, contributed by Morton Ofstad! | Chris Lattner | 2004-12-04 | 10 | -17/+433 | |
| | | | | llvm-svn: 18495 | |||||
* | Remove dupliate buid of Signals.cpp | Reid Spencer | 2004-11-16 | 1 | -2/+4 | |
| | | | | | | Patch contributed by Jeff Cohen. llvm-svn: 17888 | |||||
* | Updates to Visual C++ project files for building on win32. | Reid Spencer | 2004-11-15 | 2 | -7/+2 | |
| | | | | | | Patch contributed by Morten Ofstad. llvm-svn: 17829 | |||||
* | Update relative files. | Reid Spencer | 2004-11-15 | 1 | -0/+105 | |
| | | | | | | Patch contributed by Morten Ofstad. llvm-svn: 17828 | |||||
* | This file is gone | Chris Lattner | 2004-11-08 | 1 | -3/+0 | |
| | | | | llvm-svn: 17627 | |||||
* | Remove this file as suggested by Jeff Cohen | Chris Lattner | 2004-11-05 | 1 | -0/+0 | |
| | | | | llvm-svn: 17480 | |||||
* | Fix project file, patch contributed by Jeff Cohen | Chris Lattner | 2004-11-05 | 1 | -1/+0 | |
| | | | | llvm-svn: 17479 | |||||
* | Top level files for building natively on win32 | Reid Spencer | 2004-11-03 | 4 | -0/+183 | |
| | | | | llvm-svn: 17447 | |||||
* | MS Visual Studio files for building LLVM on Win32 platforms. | Reid Spencer | 2004-11-03 | 12 | -0/+2455 | |
llvm-svn: 17446 |