summaryrefslogtreecommitdiffstats
path: root/llvm/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* Update a couple VC++ project files.Steve Naroff2008-05-062-1/+31
| | | | llvm-svn: 50780
* VisualStudio project files updated. #include <algorithm> added to make ↵Chuck Rose III2008-04-151-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 III2008-04-032-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 III2008-03-274-29/+37
| | | | | | dead references. llvm-svn: 48849
* Add file to project.Steve Naroff2008-03-241-0/+4
| | | | llvm-svn: 48747
* Update vcproj file.Steve Naroff2008-03-051-0/+5
| | | | llvm-svn: 47969
* Unbreak build for VC2008. Patch by Argiris Kirtzidis!Anton Korobeynikov2008-02-221-1/+2
| | | | llvm-svn: 47480
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-2/+2
| | | | llvm-svn: 46930
* Add files to windows project files. Also include <algorithm> explicitly so ↵Chuck Rose III2008-01-154-4/+40
| | | | | | that vstudio build works llvm-svn: 46013
* Adding new files to win32 buildChuck Rose III2008-01-035-23/+47
| | | | llvm-svn: 45545
* Fix PR1888, patch by Wilhansen Li.Chris Lattner2008-01-022-2/+6
| | | | llvm-svn: 45501
* Add StringPool + new CodeGen files to win32 buildChuck Rose III2007-12-102-0/+32
| | | | llvm-svn: 44805
* Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio buildChuck Rose III2007-12-081-0/+12
| | | | llvm-svn: 44690
* Adjust VStudio files to add JITMemoryManager files + include <cassert> from ↵Chuck Rose III2007-12-061-0/+12
| | | | | | same. llvm-svn: 44651
* Moving TGLexer.h from source to header file tab in TableGen project fileChuck Rose III2007-11-271-4/+4
| | | | llvm-svn: 44346
* Add TGParser files to VStudio project files. Removed generated files ↵Chuck Rose III2007-11-261-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 III2007-11-2132-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 systemHartmut Kaiser2007-11-134-4/+4
| | | | llvm-svn: 44081
* Updated VC++ build systemHartmut Kaiser2007-11-122-15/+15
| | | | llvm-svn: 44004
* Updated VC++ build systemHartmut Kaiser2007-11-092-5/+5
| | | | llvm-svn: 43959
* Adding some recently added files to the VStudio projectsChuck Rose III2007-11-092-0/+12
| | | | llvm-svn: 43919
* Updated VC++ build systemHartmut Kaiser2007-11-0729-55/+59
| | | | llvm-svn: 43837
* Updated VC++ build systemHartmut Kaiser2007-11-022-111/+120
| | | | llvm-svn: 43631
* Updated VC++ build systemHartmut Kaiser2007-10-293-0/+16
| | | | llvm-svn: 43479
* Updated VC++ build systemHartmut Kaiser2007-10-251-0/+20
| | | | llvm-svn: 43368
* Added VC++ solution file allowing to build clang.Hartmut Kaiser2007-10-241-0/+740
| | | | llvm-svn: 43279
* Updated VC++ build systemHartmut Kaiser2007-10-231-4/+12
| | | | llvm-svn: 43275
* Updated VC++ build systemHartmut Kaiser2007-10-191-4/+0
| | | | llvm-svn: 43180
* Updated VC++ build systemHartmut Kaiser2007-10-181-0/+4
| | | | llvm-svn: 43123
* Updated VC++ build system.Hartmut Kaiser2007-10-174-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 Kaiser2007-10-107-111/+290
| | | | llvm-svn: 42835
* Update win32 VStudio project files to keep pace with recently added and ↵Chuck Rose III2007-08-284-16/+27
| | | | | | deleted files llvm-svn: 41553
* Updates to the VStudio project files:Chuck Rose III2007-07-2731-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 filesJohn Criswell2007-06-295-15/+0
| | | | llvm-svn: 37801
* Unbreak VC++ build.Jeff Cohen2007-05-073-131/+34
| | | | llvm-svn: 36901
* Unbreak VC++.Jeff Cohen2007-05-062-0/+4
| | | | llvm-svn: 36831
* Unbreak VC++ build.Jeff Cohen2007-04-292-6/+9
| | | | llvm-svn: 36560
* Note new header file.Jeff Cohen2007-04-251-0/+3
| | | | llvm-svn: 36440
* Unbreak VC++ build.Jeff Cohen2007-04-231-2/+2
| | | | llvm-svn: 36362
* Teach Visual Studio about Bitcode.Jeff Cohen2007-04-222-0/+171
| | | | llvm-svn: 36341
* Track new header file.Jeff Cohen2007-04-081-0/+3
| | | | llvm-svn: 35774
* Unbreak VC++ build.Jeff Cohen2007-04-071-0/+3
| | | | llvm-svn: 35732
* Track new header file.Jeff Cohen2007-04-061-0/+3
| | | | llvm-svn: 35702
* Unbreak VC++ build.Jeff Cohen2007-04-011-0/+3
| | | | llvm-svn: 35557
* Cleanup obsolete stuff.Jeff Cohen2007-03-222-50/+0
| | | | llvm-svn: 35268
* Unbreak VC++ build.Jeff Cohen2007-03-0510-52/+130
| | | | llvm-svn: 34917
* Unbreak VC++ build.Jeff Cohen2007-01-154-3/+9
| | | | llvm-svn: 33242
* Unbreak VC++ build.Jeff Cohen2007-01-082-6/+0
| | | | llvm-svn: 33021
* Partial unbreak of VC++ (stream stuff has no easy fix).Jeff Cohen2006-12-152-77/+0
| | | | llvm-svn: 32614
* Unbreak VC++ build.Jeff Cohen2006-12-023-0/+12
| | | | llvm-svn: 32113
OpenPOWER on IntegriCloud