Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update location of DataTypes.h to reflect move in LLVM with r85086. | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
| | | | | llvm-svn: 85087 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -22/+22 |
| | | | | llvm-svn: 81346 | ||||
* | improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) | Chris Lattner | 2009-03-02 | 1 | -0/+1 |
| | | | | llvm-svn: 65884 | ||||
* | Initialize Suffix and Prefix to 0, even with a bad entry. Removes an ↵ | Ted Kremenek | 2008-10-28 | 1 | -1/+4 |
| | | | | | | uninitialized value warning from gcc. llvm-svn: 58305 | ||||
* | Update to match simplified llvm MemoryBuffer interfaces for files. | Chris Lattner | 2008-04-01 | 1 | -2/+1 |
| | | | | llvm-svn: 49042 | ||||
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -0/+242 |
lib dir and move all the libraries into it. This follows the main llvm tree, and allows the libraries to be built in parallel. The top level now enforces that all the libs are built before Driver, but we don't care what order the libs are built in. This speeds up parallel builds, particularly incremental ones. llvm-svn: 48402 |