Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Silencing an MSVC warning. | Aaron Ballman | 2013-10-05 | 1 | -2/+2 | |
| | | | | llvm-svn: 192042 | |||||
* | IRBuilder: Add RAII objects to reset insertion points or fast math flags. | Benjamin Kramer | 2013-09-30 | 1 | -0/+36 | |
| | | | | | | | | Inspired by the object from the SLPVectorizer. This found a minor bug in the debug loc restoration in the vectorizer where the location of a following instruction was attached instead of the location from the original instruction. llvm-svn: 191673 | |||||
* | IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not ↵ | NAKAMURA Takumi | 2013-01-23 | 1 | -0/+1 | |
| | | | | | | linked. llvm-svn: 173238 | |||||
* | IRTests/IRBuilderTest.cpp: Let GV added to the module. | NAKAMURA Takumi | 2013-01-23 | 1 | -2/+2 | |
| | | | | | | It fixes --vg-leak. llvm-svn: 173237 | |||||
* | Rename the VMCore unittest tree to IR. Somehow was missed when doing the | Chandler Carruth | 2013-01-07 | 1 | -0/+184 | |
library rename. llvm-svn: 171747 |