summaryrefslogtreecommitdiffstats
path: root/llvm/win32/x86
Commit message (Collapse)AuthorAgeFilesLines
* remove the win32 tree, it's stale and confusing.Chris Lattner2009-11-071-620/+0
| | | | llvm-svn: 86358
* Add files to VC++ projects.Steve Naroff2008-11-131-18/+22
| | | | llvm-svn: 59262
* Update VC++ project files.Argyrios Kyrtzidis2008-09-091-1/+5
| | | | llvm-svn: 55985
* Use additionnal include directory instead of ../ in #include.Cedric Venet2008-08-241-6/+6
| | | | | | Suggested by aKor. llvm-svn: 55282
* Updating VC++ project.Cedric Venet2008-08-241-8/+20
| | | | | | Adding one include file and correct one declaration from class to struct in order to make llvm compile on VC2005. llvm-svn: 55279
* Make it compile on VC2005:Cedric Venet2008-08-171-25/+41
| | | | | | | | - 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
* This replaces all $(SolutionDir) macros with $(ProjectDir)..\ Chris Lattner2008-07-141-8/+8
| | | | | | Patch by Nicolas Capens! llvm-svn: 53571
* "Just a small update for the project files for adding a missing preprocessorChris Lattner2008-06-201-1/+1
| | | | | | | | | definition for VS2005 (without SP1). It suppress the (bogus) M$ deprecated warning." Patch by Cédric Venet! llvm-svn: 52530
* Revert 51067 check-in for now.Devang Patel2008-05-151-15/+14
| | | | llvm-svn: 51155
* Update the Win32 project files, patch by Razvan Aciu!Chris Lattner2008-05-131-14/+15
| | | | llvm-svn: 51067
* Removed a deleted file from the VStudio System project. Also added custom ↵Chuck Rose III2008-04-031-0/+22
| | | | | | build commands to engage 64 bit assembler for compilation callback on 64 bit configurations only. llvm-svn: 49188
* This change does a couple of things. First it gets the Visual Studio builds ↵Chuck Rose III2007-11-211-6/+171
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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-071-2/+2
| | | | llvm-svn: 43837
* Update win32 VStudio project files to keep pace with recently added and ↵Chuck Rose III2007-08-281-0/+4
| | | | | | deleted files llvm-svn: 41553
* Updates to the VStudio project files:Chuck Rose III2007-07-271-142/+208
| | | | | | | | | | | | | | | | | | 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-291-1/+0
| | | | llvm-svn: 37801
* Unbreak VC++ build.Jeff Cohen2007-03-051-7/+38
| | | | llvm-svn: 34917
* Unbreak VC++ build.Jeff Cohen2006-11-051-18/+30
| | | | llvm-svn: 31464
* Fix more tablegen depedency issues in Visual Studio.Jeff Cohen2006-04-051-2/+2
| | | | llvm-svn: 27431
* Fix tablegen related dependencies in Visual Studio.Jeff Cohen2006-04-021-2/+19
| | | | llvm-svn: 27350
* Keep Visual Studio happy.Jeff Cohen2006-03-041-20/+18
| | | | llvm-svn: 26516
* Inform Visual Studio of deleted file.Jeff Cohen2006-02-171-3/+0
| | | | llvm-svn: 26251
* Keep Visual Studio informed.Jeff Cohen2006-02-041-5/+4
| | | | llvm-svn: 25956
* Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy.Jeff Cohen2006-01-301-2/+2
| | | | llvm-svn: 25801
* Teach Visual Studio about X86 subtargets.Jeff Cohen2006-01-261-4/+9
| | | | llvm-svn: 25647
* Turn on string pooling for smaller binaries.Jeff Cohen2005-12-171-0/+2
| | | | llvm-svn: 24749
* Keep Visual Studio building.Jeff Cohen2005-11-161-4/+10
| | | | llvm-svn: 24373
* Keep Visual Studio informed of new files.Jeff Cohen2005-11-151-0/+6
| | | | llvm-svn: 24366
* Update Visual Studio projects for removed file.Jeff Cohen2005-08-191-3/+0
| | | | llvm-svn: 22905
* Add new files to Visual Studio projects.Jeff Cohen2005-07-121-0/+6
| | | | llvm-svn: 22395
* Adding new files to Visual Studio projects.Jeff Cohen2005-07-021-0/+12
| | | | llvm-svn: 22328
* Add ElfWriter stuff to Visual StudioJeff Cohen2005-06-281-2/+7
| | | | llvm-svn: 22304
* Somehow tablegen.exe got moved... fix up tablegen invocations to match.Jeff Cohen2005-02-161-16/+16
| | | | llvm-svn: 20212
* Silence VC++ warnings about using 'this' in base member initializations.Jeff Cohen2005-01-301-2/+2
| | | | llvm-svn: 19937
* Add some .cvsignores to the win32 hierarchy to account for generated filesJeff Cohen2005-01-161-0/+1
| | | | llvm-svn: 19603
* Improve TableGen dependenciesJeff Cohen2005-01-011-22/+72
| | | | | | | Move TableGen generated files out of the src tree Add descriptions to the custom build steps llvm-svn: 19223
* Enable browse information in Visual StudioJeff Cohen2004-12-191-0/+1
| | | | llvm-svn: 19034
* Don't forget about release configuration...Jeff Cohen2004-12-181-1/+1
| | | | llvm-svn: 19032
* Rationalize warning suppression. First, 64-bit portability warnings are ↵Jeff Cohen2004-12-181-3/+3
| | | | | | | | | | | | | disabled. The specific warnings they produced were being suppressed anyway. The truncation warnings that were suppressed are now enabled, and the few that still occur ought to be fixed. The only warnings suppressed now are the "negating an unsigned is still unsigned", the validity of which Chris does not accept, and the "implicit conversion of <type> to bool performance warning". Making the conversion explicit won't make it run any faster and this is an easier way to shut the compiler up. llvm-svn: 19031
* Fix win32 breakageJeff Cohen2004-12-181-4/+4
| | | | llvm-svn: 19028
* Update the win32 project files, contributed by Morton Ofstad!Chris Lattner2004-12-041-3/+6
| | | | llvm-svn: 18495
* MS Visual Studio files for building LLVM on Win32 platforms.Reid Spencer2004-11-031-0/+180
llvm-svn: 17446
OpenPOWER on IntegriCloud