| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new attribute, 'noduplicate'. If a function contains a noduplicate call... | James Molloy | 2012-12-20 | 1 | -0/+8 |
* | Refactor isIntrinsic() to be quicker, and change classof() (and thus, isa<Int... | Michael Ilseman | 2012-12-19 | 1 | -1/+1 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -25/+25 |
* | Remove trailing whitespace | Michael Ilseman | 2012-12-17 | 1 | -8/+8 |
* | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling | 2012-12-07 | 1 | -4/+4 |
* | Sort the #include lines for the include/... tree with the script. | Chandler Carruth | 2012-12-03 | 1 | -3/+3 |
* | Use the Attributes::get method which takes an AttrVal value directly to simpl... | Bill Wendling | 2012-10-16 | 1 | -9/+3 |
* | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling | 2012-10-15 | 1 | -3/+3 |
* | Attributes Rewrite | Bill Wendling | 2012-10-15 | 1 | -3/+3 |
* | Remove unnecessary classof()'s | Sean Silva | 2012-10-11 | 1 | -1/+0 |
* | Pass into the AttributeWithIndex::get method an ArrayRef of attribute | Bill Wendling | 2012-10-10 | 1 | -6/+8 |
* | Have 'addFnAttr' take the attribute enum value. Then have it build the attrib... | Bill Wendling | 2012-10-10 | 1 | -19/+14 |
* | Create enums for the different attributes. | Bill Wendling | 2012-10-09 | 1 | -9/+9 |
* | Remove some dead methods. | Bill Wendling | 2012-10-09 | 1 | -5/+0 |
* | Add function to return return attributes. | Bill Wendling | 2012-10-03 | 1 | -0/+6 |
* | Buildbot Fix. | Bill Wendling | 2012-09-26 | 1 | -1/+2 |
* | Query the parameter attributes directly instead of using the Attribute symbols. | Bill Wendling | 2012-09-26 | 1 | -3/+3 |
* | Remove the `hasFnAttr' method from Function. | Bill Wendling | 2012-09-26 | 1 | -9/+14 |
* | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper | 2012-09-17 | 1 | -3/+3 |
* | Teach Function::hasAddressTaken that BlockAddress doesn't really take | Jay Foad | 2012-05-12 | 1 | -2/+2 |
* | [Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macro | Daniel Dunbar | 2012-03-09 | 1 | -1/+1 |
* | Refactor code from inlining and globalopt that checks whether a function defi... | Eli Friedman | 2011-10-20 | 1 | -0/+6 |
* | Correct over-zealous removal of hack. | Bill Wendling | 2011-10-17 | 1 | -0/+4 |
* | Now that we have the ReturnsTwice function attribute, this method is | Bill Wendling | 2011-10-17 | 1 | -4/+0 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | consolidate GlobalValue::isDeclaration into one | Chris Lattner | 2011-07-14 | 1 | -6/+0 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 1 | -2/+2 |
* | Fix some issues Duncan found in the previous commit. | Rafael Espindola | 2011-05-25 | 1 | -2/+3 |
* | Replace the -unwind-tables option with a per function flag. This is more | Rafael Espindola | 2011-05-25 | 1 | -0/+16 |
* | Don't do tail calls in a function that call setjmp. The stack might be | Rafael Espindola | 2011-05-16 | 1 | -0/+4 |
* | Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names | Chandler Carruth | 2010-10-23 | 1 | -1/+1 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -2/+5 |
* | back this out for now. Growing Function is not good. | Jim Grosbach | 2010-01-21 | 1 | -16/+1 |
* | Make sure that landing pad entries in the EH call site table are in the proper | Jim Grosbach | 2010-01-21 | 1 | -1/+16 |
* | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner | 2009-12-29 | 1 | -3/+13 |
* | mark getIntrinsicID() 'readonly'. This allows various classof methods | Chris Lattner | 2009-11-15 | 1 | -1/+2 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -5/+8 |
* | Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit... | Gabor Greif | 2009-08-26 | 1 | -2/+2 |
* | re-committing yesterday's r79938. | Gabor Greif | 2009-08-25 | 1 | -2/+2 |
* | --- Reverse-merging r79938 into '.': | Bill Wendling | 2009-08-25 | 1 | -2/+2 |
* | Resubmit an earlier patch of mine: | Gabor Greif | 2009-08-24 | 1 | -2/+2 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 1 | -1/+1 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 1 | -2/+1 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 1 | -1/+2 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 1 | -2/+1 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -1/+1 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 1 | -1/+1 |