summaryrefslogtreecommitdiffstats
path: root/llvm/win32/config.h
Commit message (Collapse)AuthorAgeFilesLines
* remove the win32 tree, it's stale and confusing.Chris Lattner2009-11-071-30/+0
| | | | llvm-svn: 86358
* Update hand-crafted VC++ build.Steve Naroff2009-02-021-0/+1
| | | | | | - Add PACKAGE_STRING definition to Windows config.h. llvm-svn: 63539
* Unbreak LLVM on the MSVC compiler:Argyrios Kyrtzidis2008-10-221-2/+3
| | | | | | | -Bring in int64_t for TableGen/Record.h and TableGen/TGLexer.h -Define strtoull llvm-svn: 57970
* Unbreak build for VC2008. Patch by Argiris Kirtzidis!Anton Korobeynikov2008-02-221-1/+2
| | | | llvm-svn: 47480
* Updated VC++ build system.Hartmut Kaiser2007-10-171-2/+5
| | | | | | | | | | | | | | | | 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
* Unbreak VC++ build.Jeff Cohen2006-11-051-0/+2
| | | | llvm-svn: 31464
* Track changes in config.h.in.Jeff Cohen2006-01-241-4/+2
| | | | llvm-svn: 25573
* Update Windows version of config.h to note availability of ↵Jeff Cohen2006-01-201-0/+24
floor/floorf/ceil/ceilf. Also pulled Windows-specific modifications to config.h.in to a separate file, so that changes to it trigger regeneration of config.h (which doesn't happen when the custom build step for it changes). llvm-svn: 25477
OpenPOWER on IntegriCloud