Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a few more test cases for verifying -fno-builtin. | Meador Inge | 2012-11-10 | 1 | -0/+97 |
| | | | | | | | Some holes in testing where discovered while working on the LLVM library call simplifiers. llvm-svn: 167661 | ||||
* | I referenced the incorrect rdar in my previous commit (r151745). Add the | Chad Rosier | 2012-02-29 | 1 | -0/+1 |
| | | | | | | | correct radar number to the test case for tracking purposes. rdar://10551066 llvm-svn: 151746 | ||||
* | Allocate TargetLibraryInfo for the CodeGen passes. Otherwise, it's instantiated | Chad Rosier | 2012-02-29 | 1 | -0/+27 |
by the BAA pass, which uses the default TargetLibraryInfo constructor. Unfortunately, the default TargetLibraryInfo constructor assumes all library calls are available and thus ignores -fno-builtin. rdar://10947759 llvm-svn: 151745 |