Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the win32 tree, it's stale and confusing. | Chris Lattner | 2009-11-07 | 1 | -591/+0 |
| | | | | llvm-svn: 86358 | ||||
* | remove unavailable clang project | Ted Kremenek | 2008-11-08 | 1 | -6/+0 |
| | | | | llvm-svn: 58879 | ||||
* | Add post-build event for clangDriver (to copy clang.exe into "dstroot"). | Steve Naroff | 2008-11-06 | 1 | -3/+9 |
| | | | | llvm-svn: 58783 | ||||
* | Changes to make the Windows build work... | Steve Naroff | 2008-10-23 | 1 | -113/+114 |
| | | | | | | | | - Add a file to the VC++ project. - Make sure the clang driver links against the Transforms library. - Incorporate changes from patch by Dan Gohman. llvm-svn: 58048 | ||||
* | Make it compile on VC2005: | Cedric Venet | 2008-08-17 | 1 | -3/+4 |
| | | | | | | | | - update VC projects. - Add an overload to llvm::Stream for <<, since std::hex and std::dec have type std::ios_base& (*)(std::ios_base&) in VC++. (templating the function don't work, due to ambiguities) - add ../ on several include in X86/AsmPrinter/ llvm-svn: 54898 | ||||
* | Add libDriver.vcproj to solution file. | Ted Kremenek | 2008-08-06 | 1 | -1/+11 |
| | | | | llvm-svn: 54424 | ||||
* | Update VS project files. The clang executable now depends on the LLVM ↵ | Ted Kremenek | 2008-06-26 | 1 | -165/+2 |
| | | | | | | Analysis library. llvm-svn: 52789 | ||||
* | Update VS project files (VS 2005) so that VS builds with TOT LLVM/clang. | Ted Kremenek | 2008-05-19 | 1 | -177/+178 |
| | | | | | | Patch by Dmitri Makarov! llvm-svn: 51237 | ||||
* | Reverting r51100...I need to use VC++ 2005. | Steve Naroff | 2008-05-15 | 1 | -11/+172 |
| | | | | llvm-svn: 51159 | ||||
* | Upgrading clang VC++ solution to VC++ express 2008. | Argyrios Kyrtzidis | 2008-05-14 | 1 | -172/+11 |
| | | | | llvm-svn: 51100 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-11-02 | 1 | -111/+112 |
| | | | | llvm-svn: 43631 | ||||
* | Added VC++ solution file allowing to build clang. | Hartmut Kaiser | 2007-10-24 | 1 | -0/+740 |
llvm-svn: 43279 |