summaryrefslogtreecommitdiffstats
path: root/clang/win32/clangDriver
Commit message (Collapse)AuthorAgeFilesLines
* Kill off clang/win32 which contains the hand generated Visual Studio project ↵Kovarththanan Rajaratnam2009-11-291-270/+0
| | | | | | files. These files are severely out of date and have been superseded by the CMake build system. RIP. llvm-svn: 90081
* Update VS project.Ted Kremenek2009-03-311-2/+2
| | | | llvm-svn: 68130
* update post-build stepTed Kremenek2008-11-081-1/+2
| | | | llvm-svn: 58878
* Update VC++ proj.Steve Naroff2008-11-061-0/+1
| | | | llvm-svn: 58797
* Add initial dependency file generation support. Patch by KovarththananDaniel Dunbar2008-10-241-0/+4
| | | | | | Rajaratnam, with some updates and formatting changes. llvm-svn: 58122
* Add some files to VC++ project.Steve Naroff2008-10-231-0/+4
| | | | llvm-svn: 58047
* Update VC++ project files.Steve Naroff2008-10-211-0/+4
| | | | llvm-svn: 57902
* Update VS projects.Cedric Venet2008-09-201-0/+4
| | | | llvm-svn: 56390
* Update VS projects.Cedric Venet2008-08-241-4/+0
| | | | llvm-svn: 55280
* Added VCProj file for libDriver.Ted Kremenek2008-08-061-24/+0
| | | | llvm-svn: 54423
* Added AnalysisConsumer.[cpp,h] to clangDriver.vcproj.Ted Kremenek2008-07-021-0/+8
| | | | | | Added CXXFieldCollector.h to clangSema.vcproj. llvm-svn: 52999
* Update VS project files. Patch by Cedric Venet!Ted Kremenek2008-06-231-0/+2
| | | | llvm-svn: 52625
* Revert...Steve Naroff2008-05-151-1/+1
| | | | | | | | | | | | | Author: akirtzidis Date: Wed May 14 05:00:15 2008 New Revision: 51101 URL: http://llvm.org/viewvc/llvm-project?rev=51101&view=rev Log: Upgrading VC++ projects to VC++ 2008. I really need to build with VC++ 2005. llvm-svn: 51158
* Upgrading VC++ projects to VC++ 2008.Argyrios Kyrtzidis2008-05-141-1/+1
| | | | llvm-svn: 51101
* More VC++ project file updates.Steve Naroff2008-05-091-0/+4
| | | | llvm-svn: 50909
* Update VC++ project files.Steve Naroff2008-04-171-1/+1
| | | | llvm-svn: 49881
* Add some of Ted's recent work to the VC++ project file.Steve Naroff2008-03-271-0/+4
| | | | | | Fix a couple bozo bugs in the rewriter. llvm-svn: 48903
* Add a couple files to VC++ project and cleanup an "#if 0".Steve Naroff2008-03-241-0/+4
| | | | llvm-svn: 48748
* Update vcproj files.Steve Naroff2008-03-051-4/+0
| | | | llvm-svn: 47967
* Updated VC++ build systemHartmut Kaiser2007-11-071-2/+2
| | | | llvm-svn: 43838
* Updated VC++ build system.Hartmut Kaiser2007-10-171-0/+8
| | | | | | | | Silenced some VC++ warnings. Had to rephrase a partial specialization of the IntrospectionTrait struct in SerializationTest.cpp, please review. Added a compiler specific workaround in IdentifierTable.h. Is that the way to fix this kind of issues? llvm-svn: 43074
* Updated VC++ build system.Hartmut Kaiser2007-10-101-2/+2
| | | | llvm-svn: 42836
* Silenced a VC++ warning.Hartmut Kaiser2007-09-161-4/+0
| | | | | | Updated VC++ project files. llvm-svn: 42015
* Updated VC8 project files.Hartmut Kaiser2007-09-041-1032/+258
| | | | llvm-svn: 41707
* updates (?) to the vc++ files, patch by Hartmut KaiserChris Lattner2007-09-041-0/+516
| | | | llvm-svn: 41695
* initial checkin of vc++ project files, contributed byChris Lattner2007-09-031-0/+516
Hartmut Kaiser! llvm-svn: 41683
OpenPOWER on IntegriCloud