| Commit message (Expand) | Author | Age | Files | Lines |
* | Attributes Rewrite | Bill Wendling | 2012-10-15 | 1 | -1/+1 |
* | Remove the bitwise assignment OR operator from the Attributes class. Replace ... | Bill Wendling | 2012-10-14 | 1 | -1/+1 |
* | Remove the bitwise NOT operator from the Attributes class. Replace it with th... | Bill Wendling | 2012-10-14 | 1 | -1/+1 |
* | Create enums for the different attributes. | Bill Wendling | 2012-10-09 | 1 | -5/+10 |
* | Query the parameter attributes directly instead of using the Attribute symbols. | Bill Wendling | 2012-09-26 | 1 | -5/+5 |
* | move some code around so that Verifier.cpp can get access to the intrinsic in... | Chris Lattner | 2012-05-27 | 1 | -46/+182 |
* | enhance the intrinsic info table to encode what *kind* of Any argument | Chris Lattner | 2012-05-27 | 1 | -1/+1 |
* | Fixed typo in r156905. | Patrik Hägglund | 2012-05-23 | 1 | -2/+2 |
* | small refinement to r157218 to save a tiny amount of table size in the common | Chris Lattner | 2012-05-23 | 1 | -1/+3 |
* | Added address space qualifier to intrinsic PointerType arguments. | Pete Cooper | 2012-05-21 | 1 | -2/+5 |
* | enhance the intrinsic info stuff to emit encodings that don't fit in 32-bits ... | Chris Lattner | 2012-05-17 | 1 | -17/+20 |
* | Fix compile error. | Manuel Klimek | 2012-05-17 | 1 | -1/+1 |
* | Genericize the intrinsics descriptor decoding a bit to make room | Chris Lattner | 2012-05-17 | 1 | -20/+25 |
* | finish encoding all of the interesting details of intrinsics. Now intrinsics | Chris Lattner | 2012-05-17 | 1 | -3/+25 |
* | strengthen the intrinsic descriptor stuff to be able to handle sin, cos and o... | Chris Lattner | 2012-05-17 | 1 | -10/+21 |
* | Significantly reduce the compiled size of Functions.cpp by turning a big blob... | Chris Lattner | 2012-05-16 | 1 | -6/+44 |
* | Teach Function::hasAddressTaken that BlockAddress doesn't really take | Jay Foad | 2012-05-12 | 1 | -1/+2 |
* | Emit the "is an intrinsic overloaded" table as a bitfield. | Benjamin Kramer | 2012-03-01 | 1 | -4/+0 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | Refactor code from inlining and globalopt that checks whether a function defi... | Eli Friedman | 2011-10-20 | 1 | -0/+15 |
* | Use a SmallVector for intrinsic argument types. | Benjamin Kramer | 2011-10-17 | 1 | -1/+1 |
* | Correct over-zealous removal of hack. | Bill Wendling | 2011-10-17 | 1 | -0/+15 |
* | Now that we have the ReturnsTwice function attribute, this method is | Bill Wendling | 2011-10-17 | 1 | -40/+0 |
* | constify array itself, don't iterate multiple times. | Chris Lattner | 2011-10-14 | 1 | -2/+2 |
* | Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This | Rafael Espindola | 2011-10-05 | 1 | -10/+19 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -6/+6 |
* | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer | 2011-07-14 | 1 | -10/+7 |
* | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad | 2011-07-12 | 1 | -4/+4 |
* | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling | 2011-07-12 | 1 | -4/+4 |
* | De-constify Types in FunctionType::get(). | Jay Foad | 2011-07-11 | 1 | -4/+4 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -3/+3 |
* | Fix typo in comment. | Jay Foad | 2011-06-17 | 1 | -1/+1 |
* | add a helper method to get the byval alignment of an argument. | Chris Lattner | 2011-05-22 | 1 | -0/+6 |
* | Don't do tail calls in a function that call setjmp. The stack might be | Rafael Espindola | 2011-05-16 | 1 | -0/+33 |
* | Another example of a static table that wasn't marked static. | Duncan Sands | 2011-04-26 | 1 | -1/+1 |
* | mark a large static table static. Pointed out by Michael Ilseman! | Chris Lattner | 2011-04-25 | 1 | -1/+1 |
* | Remove the code from Function::dropAllReferences which replaced | Dan Gohman | 2010-12-07 | 1 | -13/+4 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -2/+2 |
* | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif | 2010-04-01 | 1 | -1/+1 |
* | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -4/+8 |
* | add assert in argpromotion, which cannot trigger | Gabor Greif | 2010-03-23 | 1 | -2/+2 |
* | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands | 2010-02-16 | 1 | -1/+1 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -5/+5 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 1 | -2/+3 |
* | Qualify a bunch of explicit template instantiations to satisfy clang++. | John McCall | 2009-12-19 | 1 | -2/+2 |
* | Add utility method for determining whether a function argument | Duncan Sands | 2009-12-11 | 1 | -0/+7 |
* | when we tear down a module, we need to be careful to | Chris Lattner | 2009-10-28 | 1 | -1/+14 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |