index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
win32
/
TableGen
Age
Commit message (
Expand
)
Author
2008-11-06
Update VC++ projects.
Steve Naroff
2008-08-17
Make it compile on VC2005:
Cedric Venet
2008-07-14
This replaces all $(SolutionDir) macros with $(ProjectDir)..\
Chris Lattner
2008-07-02
VStudio x64 build fixes. Looks like the x64 projects got out of date and thi...
Chuck Rose III
2008-06-20
"Just a small update for the project files for adding a missing preprocessor
Chris Lattner
2008-05-15
Revert 51067 check-in for now.
Devang Patel
2008-05-13
Update the Win32 project files, patch by Razvan Aciu!
Chris Lattner
2008-05-06
Update a couple VC++ project files.
Steve Naroff
2008-03-24
Add file to project.
Steve Naroff
2008-01-15
Add files to windows project files. Also include <algorithm> explicitly so t...
Chuck Rose III
2007-11-27
Moving TGLexer.h from source to header file tab in TableGen project file
Chuck Rose III
2007-11-26
Add TGParser files to VStudio project files. Removed generated files section...
Chuck Rose III
2007-11-21
This change does a couple of things. First it gets the Visual Studio builds ...
Chuck Rose III
2007-11-13
Updated VC++ build system
Hartmut Kaiser
2007-11-07
Updated VC++ build system
Hartmut Kaiser
2007-07-27
Updates to the VStudio project files:
Chuck Rose III
2007-06-29
Convert .cvsignore files
John Criswell
2007-03-05
Unbreak VC++ build.
Jeff Cohen
2006-03-04
Keep Visual Studio happy.
Jeff Cohen
2006-01-30
Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy.
Jeff Cohen
2005-12-17
Turn on string pooling for smaller binaries.
Jeff Cohen
2005-10-27
Fine tune Visual Studio's use of bison/flex.
Jeff Cohen
2005-10-26
Eliminate need for bison/flex in Visual Studio builds.
Jeff Cohen
2005-10-23
Remove deleted files from Visual Studio.
Jeff Cohen
2005-10-23
Add new files to Visual Studio.
Jeff Cohen
2005-09-10
Fix miscellaneous Visual Studio build problems.
Jeff Cohen
2005-02-02
Put libraries in a common directory
Jeff Cohen
2005-01-30
Silence VC++ warnings about using 'this' in base member initializations.
Jeff Cohen
2005-01-04
Make bison/flex build steps output the same message in Visual Studio as
Jeff Cohen
2005-01-01
Add -v option to bison.
Jeff Cohen
2005-01-01
Add llvm-as project to Visual Studio
Jeff Cohen
2005-01-01
Put executables into a single directory
Jeff Cohen
2005-01-01
Improve TableGen dependencies
Jeff Cohen
2004-12-19
Enable browse information in Visual Studio
Jeff Cohen
2004-12-18
Don't forget about release configuration...
Jeff Cohen
2004-12-18
Rationalize warning suppression. First, 64-bit portability warnings are disa...
Jeff Cohen
2004-11-05
Fix project file, patch contributed by Jeff Cohen
Chris Lattner
2004-11-03
MS Visual Studio files for building LLVM on Win32 platforms.
Reid Spencer