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
Age
Commit message (
Expand
)
Author
2005-01-08
Add a few more passes to LinkAllPasses.h
Jeff Cohen
2005-01-07
Get new SelectionDAG stuff building with Visual Studio.
Jeff Cohen
2005-01-07
Remove bogus project folder
Jeff Cohen
2005-01-06
Add project opt to Visual Studio.
Jeff Cohen
2005-01-04
Make bison/flex build steps output the same message in Visual Studio as
Jeff Cohen
2005-01-04
Add C backend to llc in Visual Studio.
Jeff Cohen
2005-01-03
Add additional header file to VS project. Patch submitted by Morten.
Jeff Cohen
2005-01-02
Cleanup some Visual Studio project dependencies.
Jeff Cohen
2005-01-02
Eliminate the use of the global variable hack in the X86 target that was used
Jeff Cohen
2005-01-01
Add llvm-link, Linker projects to Visual Studio.
Jeff Cohen
2005-01-01
Add missing header files to projects.
Jeff Cohen
2005-01-01
Add llvm-ranlib project to Visual Studio.
Jeff Cohen
2005-01-01
Add llvm-ar project to Visual Studio.
Jeff Cohen
2005-01-01
Add -v option to bison.
Jeff Cohen
2005-01-01
Add missing file SystemUtils.cpp to Support project.
Jeff Cohen
2005-01-01
Add llvm-as project to Visual Studio
Jeff Cohen
2005-01-01
Add llvm-dis 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-27
Bring VS projects up to date with respect to recent changes
Jeff Cohen
2004-12-24
Get VC++ building again
Jeff Cohen
2004-12-24
Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,
Jeff Cohen
2004-12-23
Allow llc to recognize -march=x86. As it was, it didn't recognize any
Jeff Cohen
2004-12-22
Add project Bytecode to Visual Studio
Jeff Cohen
2004-12-21
Visual Studio project Configure should place the configured header files
Jeff Cohen
2004-12-19
Add llc project to Visual Studio
Jeff Cohen
2004-12-19
Add lli project to Visual Studio
Jeff Cohen
2004-12-19
Enable browse information in Visual Studio
Jeff Cohen
2004-12-18
Improve dependency management for lib/system/win32/* files. Instead of copyi...
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-12-18
Fix win32 breakage
Jeff Cohen
2004-12-09
Fix residual Visual Studio build problems
Jeff Cohen
2004-12-04
Update the win32 project files, contributed by Morton Ofstad!
Chris Lattner
2004-11-16
Remove dupliate buid of Signals.cpp
Reid Spencer
2004-11-15
Updates to Visual C++ project files for building on win32.
Reid Spencer
2004-11-15
Update relative files.
Reid Spencer
2004-11-08
This file is gone
Chris Lattner
2004-11-05
Remove this file as suggested by Jeff Cohen
Chris Lattner
2004-11-05
Fix project file, patch contributed by Jeff Cohen
Chris Lattner
2004-11-03
Top level files for building natively on win32
Reid Spencer
2004-11-03
MS Visual Studio files for building LLVM on Win32 platforms.
Reid Spencer