| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add an accessor to Function so that Passes can easily get access to the context. | Owen Anderson | 2009-07-02 | 1 | -0/+5 |
* | Implement and use new method Function::hasAddressTaken(). | Jay Foad | 2009-06-10 | 1 | -0/+4 |
* | Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin. | Dan Gohman | 2009-03-27 | 1 | -2/+2 |
* | Reapply r66415, which was reverted in r66426 for | Duncan Sands | 2009-03-27 | 1 | -2/+2 |
* | Revert r66415. It's causing failures during bootstrap builds: | Bill Wendling | 2009-03-09 | 1 | -2/+2 |
* | in builds without asserts we do not need to allocate the Next pointer in "gho... | Gabor Greif | 2009-03-09 | 1 | -2/+2 |
* | further simplifications arising from peruse of the more declarative interface | Gabor Greif | 2009-03-07 | 1 | -2/+0 |
* | Remove the burden of dealing with list offsets | Gabor Greif | 2009-03-07 | 1 | -22/+6 |
* | ooops, forgot to include the pointless-write eliminator in my previous checkin | Gabor Greif | 2009-03-04 | 1 | -0/+2 |
* | Give sentinel traits the right to determine the policy where the sentinel is ... | Gabor Greif | 2009-03-04 | 1 | -0/+8 |
* | Declare Sentinel fragments as mutable to get rid | Gabor Greif | 2009-03-02 | 1 | -4/+4 |
* | Another sentinel optimization. This one should always | Gabor Greif | 2009-03-01 | 1 | -3/+6 |
* | Reuse a technique (pioneered for BasicBlocks) of superposing ilist with | Gabor Greif | 2009-03-01 | 1 | -3/+8 |
* | fix a comment | Gabor Greif | 2009-03-01 | 1 | -1/+1 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -1/+1 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -1/+1 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -1/+1 |
* | Add utility functions for marking parameters as noalias or nocapture. | Nick Lewycky | 2009-01-04 | 1 | -12/+39 |
* | Fix disagreement about where the attributes are | Eric Christopher | 2008-10-07 | 1 | -1/+1 |
* | comment cleanups | Chris Lattner | 2008-10-04 | 1 | -6/+5 |
* | Fix grammer. | Devang Patel | 2008-09-29 | 1 | -1/+1 |
* | Implement function notes as function attributes. | Devang Patel | 2008-09-26 | 1 | -7/+7 |
* | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 1 | -12/+12 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -25/+25 |
* | Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace. | Devang Patel | 2008-09-23 | 1 | -1/+1 |
* | Remove tabs. | Devang Patel | 2008-09-23 | 1 | -3/+3 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -6/+6 |
* | Use parameter attribute store (soon to be renamed) for | Devang Patel | 2008-09-23 | 1 | -13/+7 |
* | Add hasNote() to check note associated with a function. | Devang Patel | 2008-09-22 | 1 | -0/+5 |
* | s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g | Devang Patel | 2008-09-02 | 1 | -7/+7 |