Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove the win32 tree, it's stale and confusing. | Chris Lattner | 2009-11-07 | 1 | -30/+0 |
| | | | | llvm-svn: 86358 | ||||
* | Update hand-crafted VC++ build. | Steve Naroff | 2009-02-02 | 1 | -0/+1 |
| | | | | | | - Add PACKAGE_STRING definition to Windows config.h. llvm-svn: 63539 | ||||
* | Unbreak LLVM on the MSVC compiler: | Argyrios Kyrtzidis | 2008-10-22 | 1 | -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 Korobeynikov | 2008-02-22 | 1 | -1/+2 |
| | | | | llvm-svn: 47480 | ||||
* | Updated VC++ build system. | Hartmut Kaiser | 2007-10-17 | 1 | -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 Cohen | 2006-11-05 | 1 | -0/+2 |
| | | | | llvm-svn: 31464 | ||||
* | Track changes in config.h.in. | Jeff Cohen | 2006-01-24 | 1 | -4/+2 |
| | | | | llvm-svn: 25573 | ||||
* | Update Windows version of config.h to note availability of ↵ | Jeff Cohen | 2006-01-20 | 1 | -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 |