summaryrefslogtreecommitdiffstats
path: root/llvm/win32
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix VC++ build problems.Jeff Cohen2005-07-301-0/+6
| | | | llvm-svn: 22564
* Win32 support for Mutex class.Jeff Cohen2005-07-131-0/+9
| | | | llvm-svn: 22420
* Add new files to Visual Studio projects.Jeff Cohen2005-07-122-0/+12
| | | | 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-282-2/+13
| | | | llvm-svn: 22304
* Add SimplyLibCalls.cpp to VC++ buildJeff Cohen2005-04-261-0/+3
| | | | llvm-svn: 21554
* Add CondPropagate.cpp to VC++ Transforms projectJeff Cohen2005-04-161-0/+3
| | | | llvm-svn: 21310
* Do #include HashExtras.h with VC++Jeff Cohen2005-03-161-1/+1
| | | | llvm-svn: 20640
* Remove deleted files from VC++ project.Jeff Cohen2005-03-161-6/+0
| | | | llvm-svn: 20636
* Add EquivClassGraphs.cpp to VC++ project.Jeff Cohen2005-03-151-0/+3
| | | | llvm-svn: 20607
* Somehow tablegen.exe got moved... fix up tablegen invocations to match.Jeff Cohen2005-02-161-16/+16
| | | | llvm-svn: 20212
* Put libraries in a common directoryJeff Cohen2005-02-025-10/+10
| | | | llvm-svn: 19995
* Silence VC++ warnings about using 'this' in base member initializations.Jeff Cohen2005-01-3029-58/+58
| | | | llvm-svn: 19937
* Unbreak VC++ buildJeff Cohen2005-01-291-3/+0
| | | | llvm-svn: 19903
* Get VC++ compiling againJeff Cohen2005-01-282-29/+2
| | | | llvm-svn: 19869
* Add (non-working) project bugpoint to Visual StudioJeff Cohen2005-01-222-0/+182
| | | | llvm-svn: 19750
* Don't exclude FileUtilies and ToolRunner from VC++ buildJeff Cohen2005-01-221-6/+3
| | | | llvm-svn: 19748
* Get analyze to show all analysis options when compiled with VC++Jeff Cohen2005-01-202-0/+3
| | | | llvm-svn: 19710
* Add analyze project to Visual StudioJeff Cohen2005-01-202-0/+159
| | | | llvm-svn: 19709
* Add project llvm-proj to Visual StudioJeff Cohen2005-01-202-0/+151
| | | | llvm-svn: 19708
* Add project llvm-ld to Visual StudioJeff Cohen2005-01-181-0/+140
| | | | llvm-svn: 19665
* Add project llvm-nm to Visual StudioJeff Cohen2005-01-182-0/+150
| | | | llvm-svn: 19664
* Add project llvm-ld to Visual StudioJeff Cohen2005-01-181-0/+17
| | | | llvm-svn: 19663
* Add llvm-bcanalyzer project to Visual StudioJeff Cohen2005-01-182-0/+150
| | | | llvm-svn: 19662
* Add some .cvsignores to the win32 hierarchy to account for generated filesJeff Cohen2005-01-163-0/+9
| | | | llvm-svn: 19603
* Add new file to Visual Studio CodeGen projectJeff Cohen2005-01-151-0/+3
| | | | llvm-svn: 19574
* Add new file to Visual Studio CodeGen projectJeff Cohen2005-01-121-0/+3
| | | | llvm-svn: 19505
* Apply feed back from Chris:Jeff Cohen2005-01-101-1/+0
| | | | | | | 1. Rename createLoaderPass to CreateProfileLoaderPass 2. Opt shouldn't use the pass registered in CodeGen. llvm-svn: 19431
* Update System project in Visual Studio to reflect renamed files.Jeff Cohen2005-01-101-120/+8
| | | | llvm-svn: 19428
* Get lib/Analysis/DataStructure to compile with VC++Jeff Cohen2005-01-091-0/+67
| | | | llvm-svn: 19412
* Workaround a VC++ bug. Microsoft puts the hash_map class in namespace ↵Jeff Cohen2005-01-091-1/+1
| | | | | | | | | | stdext, but this classes uses a utility function in namespace std. But Microsoft apparently assumes everyone will "using namespace std;". As LLVM doesn't.... Add a "use std::_Distance;" to get it working. llvm-svn: 19411
* Add a few more passes to LinkAllPasses.hJeff Cohen2005-01-081-0/+1
| | | | llvm-svn: 19371
* Get new SelectionDAG stuff building with Visual Studio.Jeff Cohen2005-01-072-0/+25
| | | | llvm-svn: 19340
* Remove bogus project folderJeff Cohen2005-01-071-4/+0
| | | | llvm-svn: 19318
* Add project opt to Visual Studio.Jeff Cohen2005-01-063-0/+162
| | | | llvm-svn: 19307
* Make bison/flex build steps output the same message in Visual Studio asJeff Cohen2005-01-042-8/+8
| | | | | | on Unix. llvm-svn: 19283
* Add C backend to llc in Visual Studio.Jeff Cohen2005-01-044-17/+180
| | | | llvm-svn: 19282
* Add additional header file to VS project. Patch submitted by Morten.Jeff Cohen2005-01-031-0/+3
| | | | llvm-svn: 19274
* Cleanup some Visual Studio project dependencies.Jeff Cohen2005-01-021-1/+2
| | | | llvm-svn: 19253
* Eliminate the use of the global variable hack in the X86 target that was usedJeff Cohen2005-01-024-6/+7
| | | | | | | to get Visual Studio to link in X86.lib to the executables that need it. There is another way of doing it. llvm-svn: 19252
* Add llvm-link, Linker projects to Visual Studio.Jeff Cohen2005-01-013-0/+301
| | | | llvm-svn: 19235
* Add missing header files to projects.Jeff Cohen2005-01-012-0/+15
| | | | llvm-svn: 19234
* Add llvm-ranlib project to Visual Studio.Jeff Cohen2005-01-012-0/+150
| | | | llvm-svn: 19231
* Add llvm-ar project to Visual Studio.Jeff Cohen2005-01-012-0/+150
| | | | llvm-svn: 19230
* Add -v option to bison.Jeff Cohen2005-01-011-2/+2
| | | | llvm-svn: 19229
* Add missing file SystemUtils.cpp to Support project.Jeff Cohen2005-01-011-0/+3
| | | | llvm-svn: 19228
* Add llvm-as project to Visual StudioJeff Cohen2005-01-018-24/+341
| | | | llvm-svn: 19227
* Add llvm-dis project to Visual StudioJeff Cohen2005-01-012-0/+155
| | | | llvm-svn: 19226
* Put executables into a single directoryJeff Cohen2005-01-014-12/+9
| | | | llvm-svn: 19225
* Improve TableGen dependenciesJeff Cohen2005-01-013-28/+85
| | | | | | | Move TableGen generated files out of the src tree Add descriptions to the custom build steps llvm-svn: 19223
OpenPOWER on IntegriCloud