Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reverting r51100...I need to use VC++ 2005. | Steve Naroff | 2008-05-15 | 1 | -11/+172 |
| | | | | llvm-svn: 51159 | ||||
* | Revert 51067 check-in for now. | Devang Patel | 2008-05-15 | 31 | -229/+220 |
| | | | | llvm-svn: 51155 | ||||
* | Upgrading clang VC++ solution to VC++ express 2008. | Argyrios Kyrtzidis | 2008-05-14 | 1 | -172/+11 |
| | | | | llvm-svn: 51100 | ||||
* | Adding missing files to Transforms and VMCore VC++ projects. | Argyrios Kyrtzidis | 2008-05-14 | 2 | -0/+8 |
| | | | | llvm-svn: 51098 | ||||
* | Update the Win32 project files, patch by Razvan Aciu! | Chris Lattner | 2008-05-13 | 31 | -220/+229 |
| | | | | llvm-svn: 51067 | ||||
* | Update a couple VC++ project files. | Steve Naroff | 2008-05-06 | 2 | -1/+31 |
| | | | | llvm-svn: 50780 | ||||
* | VisualStudio project files updated. #include <algorithm> added to make ↵ | Chuck Rose III | 2008-04-15 | 1 | -0/+4 |
| | | | | | | VisualStudio happy. Also had to undefine setjmp because of #include <csetjmp> turning setjmp into _setjmp in VisualStudio. llvm-svn: 49743 | ||||
* | Removed a deleted file from the VStudio System project. Also added custom ↵ | Chuck Rose III | 2008-04-03 | 2 | -15/+33 |
| | | | | | | build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only. llvm-svn: 49188 | ||||
* | Updating win32 VStudio project files with new file references and removing ↵ | Chuck Rose III | 2008-03-27 | 4 | -29/+37 |
| | | | | | | dead references. llvm-svn: 48849 | ||||
* | Add file to project. | Steve Naroff | 2008-03-24 | 1 | -0/+4 |
| | | | | llvm-svn: 48747 | ||||
* | Update vcproj file. | Steve Naroff | 2008-03-05 | 1 | -0/+5 |
| | | | | llvm-svn: 47969 | ||||
* | Unbreak build for VC2008. Patch by Argiris Kirtzidis! | Anton Korobeynikov | 2008-02-22 | 1 | -1/+2 |
| | | | | llvm-svn: 47480 | ||||
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 1 | -2/+2 |
| | | | | llvm-svn: 46930 | ||||
* | Add files to windows project files. Also include <algorithm> explicitly so ↵ | Chuck Rose III | 2008-01-15 | 4 | -4/+40 |
| | | | | | | that vstudio build works llvm-svn: 46013 | ||||
* | Adding new files to win32 build | Chuck Rose III | 2008-01-03 | 5 | -23/+47 |
| | | | | llvm-svn: 45545 | ||||
* | Fix PR1888, patch by Wilhansen Li. | Chris Lattner | 2008-01-02 | 2 | -2/+6 |
| | | | | llvm-svn: 45501 | ||||
* | Add StringPool + new CodeGen files to win32 build | Chuck Rose III | 2007-12-10 | 2 | -0/+32 |
| | | | | llvm-svn: 44805 | ||||
* | Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio build | Chuck Rose III | 2007-12-08 | 1 | -0/+12 |
| | | | | llvm-svn: 44690 | ||||
* | Adjust VStudio files to add JITMemoryManager files + include <cassert> from ↵ | Chuck Rose III | 2007-12-06 | 1 | -0/+12 |
| | | | | | | same. llvm-svn: 44651 | ||||
* | Moving TGLexer.h from source to header file tab in TableGen project file | Chuck Rose III | 2007-11-27 | 1 | -4/+4 |
| | | | | llvm-svn: 44346 | ||||
* | Add TGParser files to VStudio project files. Removed generated files ↵ | Chuck Rose III | 2007-11-26 | 1 | -89/+9 |
| | | | | | | section from TableGen project file as it is no longer needed. #Include <algorithm> directly from TGParser.cpp so it can see std::reverse. llvm-svn: 44340 | ||||
* | This change does a couple of things. First it gets the Visual Studio builds ↵ | Chuck Rose III | 2007-11-21 | 32 | -270/+5281 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | working. I added the lexing files to the VStudio projects and removed the .l files from the VStudio projects. There was a problem with use of strtoll in TGLexer.cpp and Chris suggested switching to strtol, so that's included here. Additionally, this checkin adds minimal x64 builds to the VStudio builds. Build issues related to x64 in the windows specific files for DynamicLibrary.inc and Singals.inc are worked around, but not ultimately solved. Binaries used to be stored in ...\win32\{Debug|Release} but are now kept in ...\win32\bin\{win32|x64}\{Debug|Release} intermediate files will continue to be stored in the individual project directories under win32. Some names will likely change in the future to reflect that the vstudio projects are no longer 32-bit only, but I wanted to get things up and running today so kept away from bigger restructuring. llvm-svn: 44260 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-11-13 | 4 | -4/+4 |
| | | | | llvm-svn: 44081 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-11-12 | 2 | -15/+15 |
| | | | | llvm-svn: 44004 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-11-09 | 2 | -5/+5 |
| | | | | llvm-svn: 43959 | ||||
* | Adding some recently added files to the VStudio projects | Chuck Rose III | 2007-11-09 | 2 | -0/+12 |
| | | | | llvm-svn: 43919 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-11-07 | 29 | -55/+59 |
| | | | | llvm-svn: 43837 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-11-02 | 2 | -111/+120 |
| | | | | llvm-svn: 43631 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-10-29 | 3 | -0/+16 |
| | | | | llvm-svn: 43479 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-10-25 | 1 | -0/+20 |
| | | | | llvm-svn: 43368 | ||||
* | Added VC++ solution file allowing to build clang. | Hartmut Kaiser | 2007-10-24 | 1 | -0/+740 |
| | | | | llvm-svn: 43279 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-10-23 | 1 | -4/+12 |
| | | | | llvm-svn: 43275 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-10-19 | 1 | -4/+0 |
| | | | | llvm-svn: 43180 | ||||
* | Updated VC++ build system | Hartmut Kaiser | 2007-10-18 | 1 | -0/+4 |
| | | | | llvm-svn: 43123 | ||||
* | Updated VC++ build system. | Hartmut Kaiser | 2007-10-17 | 4 | -6/+13 |
| | | | | | | | | | | | | | | | | Silenced some VC warnings. I'm getting linker errors, though: unresolved externals: llvm::Split<class llvm::BasicBlock *,struct llvm::GraphTraits<class llvm::BasicBlock *> >(class llvm::DominatorTreeBase<class llvm::BasicBlock> &,class llvm::BasicBlock *) and llvm::Split<struct llvm::Inverse<class llvm::BasicBlock *>,struct llvm::GraphTraits<struct llvm::Inverse<class llvm::BasicBlock *> > >(class llvm::DominatorTreeBase<class llvm::BasicBlock> &,class llvm::BasicBlock *) Where are these defined? llvm-svn: 43073 | ||||
* | Updated VC++ build system. | Hartmut Kaiser | 2007-10-10 | 7 | -111/+290 |
| | | | | llvm-svn: 42835 | ||||
* | Update win32 VStudio project files to keep pace with recently added and ↵ | Chuck Rose III | 2007-08-28 | 4 | -16/+27 |
| | | | | | | deleted files llvm-svn: 41553 | ||||
* | Updates to the VStudio project files: | Chuck Rose III | 2007-07-27 | 31 | -2361/+4838 |
| | | | | | | | | | | | | | | | | | | 1. Switch from VStudio 2k3 to VStudio 2k5 2. All pdb files now will be placed as $(OutputDir)/$(ProjectName).pdb. This puts them alongside the binaries with the same base name as the binary. If you need to copy the results of your llvm build into another project's tree, this will simplify that process. 3. Recent files added to the tree were added to the proejects within the VStudio project 4. Project build dependency order fixed so that the build can take place in one pass. A generated file was not being built at the correct time, causing a build error in about half the projects until the build was run a second time. Note you will need flex and bison installed an in your path in order to build properly. llvm-svn: 40557 | ||||
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 5 | -15/+0 |
| | | | | llvm-svn: 37801 | ||||
* | Unbreak VC++ build. | Jeff Cohen | 2007-05-07 | 3 | -131/+34 |
| | | | | llvm-svn: 36901 | ||||
* | Unbreak VC++. | Jeff Cohen | 2007-05-06 | 2 | -0/+4 |
| | | | | llvm-svn: 36831 | ||||
* | Unbreak VC++ build. | Jeff Cohen | 2007-04-29 | 2 | -6/+9 |
| | | | | llvm-svn: 36560 | ||||
* | Note new header file. | Jeff Cohen | 2007-04-25 | 1 | -0/+3 |
| | | | | llvm-svn: 36440 | ||||
* | Unbreak VC++ build. | Jeff Cohen | 2007-04-23 | 1 | -2/+2 |
| | | | | llvm-svn: 36362 | ||||
* | Teach Visual Studio about Bitcode. | Jeff Cohen | 2007-04-22 | 2 | -0/+171 |
| | | | | llvm-svn: 36341 | ||||
* | Track new header file. | Jeff Cohen | 2007-04-08 | 1 | -0/+3 |
| | | | | llvm-svn: 35774 | ||||
* | Unbreak VC++ build. | Jeff Cohen | 2007-04-07 | 1 | -0/+3 |
| | | | | llvm-svn: 35732 | ||||
* | Track new header file. | Jeff Cohen | 2007-04-06 | 1 | -0/+3 |
| | | | | llvm-svn: 35702 | ||||
* | Unbreak VC++ build. | Jeff Cohen | 2007-04-01 | 1 | -0/+3 |
| | | | | llvm-svn: 35557 | ||||
* | Cleanup obsolete stuff. | Jeff Cohen | 2007-03-22 | 2 | -50/+0 |
| | | | | llvm-svn: 35268 |