aboutsummaryrefslogtreecommitdiff
path: root/win32
AgeCommit message (Expand)Author
2008-10-22Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis
2008-10-11update win32 project file, patch provided by OvermindDL1 on llvmdev.Chris Lattner
2008-10-05Update VC++ project fileSteve Naroff
2008-09-24Add Attributes.cpp to the vcproj.Steve Naroff
2008-09-20Update VS projects.Cedric Venet
2008-09-19Remove the MarkModRef pass (use AddReadAttrs instead).Duncan Sands
2008-09-09Update VC++ project files.Argyrios Kyrtzidis
2008-08-24Use additionnal include directory instead of ../ in #include.Cedric Venet
2008-08-24Updating VC++ project.Cedric Venet
2008-08-17Update VC++ project.Gordon Henriksen
2008-08-17Make it compile on VC2005:Cedric Venet
2008-08-09update VS project.Cedric Venet
2008-08-06Add libDriver.vcproj to solution file.Ted Kremenek
2008-07-20Updated VC++ projectsCedric Venet
2008-07-14This replaces all $(SolutionDir) macros with $(ProjectDir)..\ Chris Lattner
2008-07-13Remove deleted files from VC++ project.Cedric Venet
2008-07-02VStudio x64 build fixes. Looks like the x64 projects got out of date and thi...Chuck Rose III
2008-06-30Adding some missing files to VStudio project files. Switching to use generat...Chuck Rose III
2008-06-30Add loopVR files.Cedric Venet
2008-06-27Add an include file needed for VS.Cedric Venet
2008-06-26Update VS project files. The clang executable now depends on the LLVM Analys...Ted Kremenek
2008-06-20Updated VS build system. Patch provided by Cedric Venet:Ted Kremenek
2008-06-20"Just a small update for the project files for adding a missing preprocessorChris Lattner
2008-06-07Update VC project files, patch by Cédric Venet!Chris Lattner
2008-06-02update vc configure project for renaming of Steve Naroff
2008-05-24Fix win32 when no bison is around, PR2331, patch by 'hume'.Chris Lattner
2008-05-20"The two generated files in the AsmParser.vcproj are pointing to theChris Lattner
2008-05-19Update VS project files (VS 2005) so that VS builds with TOT LLVM/clang.Ted Kremenek
2008-05-15Reverting r51100...I need to use VC++ 2005.Steve Naroff
2008-05-15Revert 51067 check-in for now.Devang Patel
2008-05-14Upgrading clang VC++ solution to VC++ express 2008.Argyrios Kyrtzidis
2008-05-14Adding missing files to Transforms and VMCore VC++ projects.Argyrios Kyrtzidis
2008-05-13Update the Win32 project files, patch by Razvan Aciu!Chris Lattner
2008-05-06Update a couple VC++ project files.Steve Naroff
2008-04-15VisualStudio project files updated. #include <algorithm> added to make Visua...Chuck Rose III
2008-04-03Removed a deleted file from the VStudio System project. Also added custom bu...Chuck Rose III
2008-03-27Updating win32 VStudio project files with new file references and removing de...Chuck Rose III
2008-03-24Add file to project.Steve Naroff
2008-03-05Update vcproj file.Steve Naroff
2008-02-22Unbreak build for VC2008. Patch by Argiris Kirtzidis!Anton Korobeynikov
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-15Add files to windows project files. Also include <algorithm> explicitly so t...Chuck Rose III
2008-01-03Adding new files to win32 buildChuck Rose III
2008-01-02Fix PR1888, patch by Wilhansen Li.Chris Lattner
2007-12-10Add StringPool + new CodeGen files to win32 buildChuck Rose III
2007-12-08Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio buildChuck Rose III
2007-12-06Adjust VStudio files to add JITMemoryManager files + include <cassert> from s...Chuck Rose III
2007-11-27Moving TGLexer.h from source to header file tab in TableGen project fileChuck Rose III
2007-11-26Add TGParser files to VStudio project files. Removed generated files section...Chuck Rose III
2007-11-21This change does a couple of things. First it gets the Visual Studio builds ...Chuck Rose III