Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename VMCore directory to IR. | Chandler Carruth | 2013-01-02 | 1 | -283/+0 |
| | | | | | | | | | | | | | | | | | | Aside from moving the actual files, this patch only updates the build system and the source file comments under lib/... that are relevant. I'll be updating other docs and other files in smaller subsequnet commits. While I've tried to test this, but it is entirely possible that there will still be some build system fallout. Also, note that I've not changed the library name itself: libLLVMCore.a is still the library name. I'd be interested in others' opinions about whether we should rename this as well (I think we should, just not sure what it might break) llvm-svn: 171359 | ||||
* | Don't do actual work inside an assert statement. Fixes PR11760! | Nick Lewycky | 2012-09-23 | 1 | -4/+6 |
| | | | | llvm-svn: 164474 | ||||
* | Move the GCOVFormat enums into their own namespace per the LLVM coding standard. | Bill Wendling | 2012-08-31 | 1 | -10/+10 |
| | | | | llvm-svn: 163008 | ||||
* | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -14/+14 |
| | | | | llvm-svn: 160477 | ||||
* | Remove extra semi-colons. | Chad Rosier | 2012-02-22 | 1 | -1/+1 |
| | | | | llvm-svn: 151169 | ||||
* | Put GCOVFile and other related interface in a common header so that llvm-cov ↵ | Devang Patel | 2011-10-04 | 1 | -0/+281 |
tool can share it with GCOV writer. llvm-svn: 141095 |