Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth | 2012-06-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | This was always part of the VMCore library out of necessity -- it deals entirely in the IR. The .cpp file in fact was already part of the VMCore library. This is just a mechanical move. I've tried to go through and re-apply the coding standard's preferred header sort, but at 40-ish files, I may have gotten some wrong. Please let me know if so. I'll be committing the corresponding updates to Clang and Polly, and Duncan has DragonEgg. Thanks to Bill and Eric for giving the green light for this bit of cleanup. llvm-svn: 159421 | ||||
* | [asan] fix a bug (issue 19) where dlclose and the following mmap caused a ↵ | Kostya Serebryany | 2011-12-15 | 1 | -4/+12 |
| | | | | | | false positive. compiler part. llvm-svn: 146688 | ||||
* | test commit to verify that commit access works (added blank line) | Kostya Serebryany | 2011-11-16 | 1 | -0/+1 |
| | | | | llvm-svn: 144748 | ||||
* | Add utility to append a function to the list of global constructors. | Devang Patel | 2011-10-31 | 1 | -0/+55 |
Patch by Kostya Serebryany. llvm-svn: 143405 |