David Blaikie
|
576aba04f1
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
llvm-svn: 146960
|
2011-12-20 02:50:00 +00:00 |
|
Jay Foad
|
6513dac6e2
|
Convert GetElementPtrInst to use ArrayRef.
llvm-svn: 135904
|
2011-07-25 09:48:08 +00:00 |
|
Jay Foad
|
0d5ca4cf44
|
Don't include Operator.h from InstrTypes.h.
llvm-svn: 129271
|
2011-04-11 09:35:34 +00:00 |
|
Nick Lewycky
|
2b795f8940
|
Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.
llvm-svn: 98446
|
2010-03-13 19:58:26 +00:00 |
|
Devang Patel
|
b7572e3783
|
Factor out redundancy from clone() implementations.
llvm-svn: 85327
|
2009-10-27 22:16:29 +00:00 |
|
Chris Lattner
|
fa5b1df64a
|
Type.h doesn't need to #include LLVMContext.h
llvm-svn: 85254
|
2009-10-27 17:08:31 +00:00 |
|
Duncan Sands
|
2400ad7236
|
Introduce and use convenience methods for getting pointer types
where the element is of a basic builtin type. For example, to get
an i8* use getInt8PtrTy.
llvm-svn: 83379
|
2009-10-06 15:40:36 +00:00 |
|
Nick Lewycky
|
6057c1a998
|
New unit test for the cloning module, which so far only covers cloning of
instructions' optimization flags.
llvm-svn: 82934
|
2009-09-27 21:39:46 +00:00 |
|