Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix inappropriate use of anonymous namespaces in unittests. | Chandler Carruth | 2012-06-20 | 1 | -1/+3 |
| | | | | | | | | | | | The TEST_F macros actually declare *subclasses* of the test fixtures. Even if they didn't we don't want them to declare external functions. The entire unit test, including both the fixture class and the fixture test cases should be wrapped in the anonymous namespace. This issue was caught by the new '-Winternal-linkage-in-inline' warning. llvm-svn: 158798 | ||||
* | Unweaken vtables as per ↵ | David Blaikie | 2011-12-20 | 1 | -0/+2 |
| | | | | | | http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146960 | ||||
* | Convert GetElementPtrInst to use ArrayRef. | Jay Foad | 2011-07-25 | 1 | -1/+1 |
| | | | | llvm-svn: 135904 | ||||
* | Don't include Operator.h from InstrTypes.h. | Jay Foad | 2011-04-11 | 1 | -0/+1 |
| | | | | llvm-svn: 129271 | ||||
* | Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft. | Nick Lewycky | 2010-03-13 | 1 | -36/+89 |
| | | | | llvm-svn: 98446 | ||||
* | Factor out redundancy from clone() implementations. | Devang Patel | 2009-10-27 | 1 | -28/+28 |
| | | | | llvm-svn: 85327 | ||||
* | Type.h doesn't need to #include LLVMContext.h | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
| | | | | llvm-svn: 85254 | ||||
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -1/+1 |
| | | | | | | | where the element is of a basic builtin type. For example, to get an i8* use getInt8PtrTy. llvm-svn: 83379 | ||||
* | New unit test for the cloning module, which so far only covers cloning of | Nick Lewycky | 2009-09-27 | 1 | -0/+87 |
instructions' optimization flags. llvm-svn: 82934 |