| Commit message (Expand) | Author | Age | Files | Lines |
* | further simplifications arising from peruse of the more declarative interface | Gabor Greif | 2009-03-07 | 1 | -7/+0 |
* | Another sentinel optimization. This one should always | Gabor Greif | 2009-03-01 | 1 | -7/+0 |
* | Reuse a technique (pioneered for BasicBlocks) of superposing ilist with | Gabor Greif | 2009-03-01 | 1 | -7/+0 |
* | Added support to have TableGen provide information if an intrinsic (core | Mon P Wang | 2009-02-24 | 1 | -0/+10 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -5/+7 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -7/+5 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -5/+7 |
* | make tblgen emit the entire Intrinsic::getAttributes method, | Chris Lattner | 2009-01-12 | 1 | -10/+1 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | tighten up return type check | Chris Lattner | 2009-01-05 | 1 | -4/+2 |
* | Don't analyze arguments already marked 'nocapture'. | Duncan Sands | 2008-12-31 | 1 | -0/+7 |
* | Now Attributes are divided in three groups | Devang Patel | 2008-09-26 | 1 | -1/+1 |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -20/+20 |
* | s/ParamAttrsWithIndex/FnAttributeWithIndex/g | Devang Patel | 2008-09-24 | 1 | -1/+1 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -5/+5 |
* | Use parameter attribute store (soon to be renamed) for | Devang Patel | 2008-09-23 | 1 | -1/+0 |
* | Initialize function notes. | Devang Patel | 2008-09-02 | 1 | -0/+2 |
* | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -30/+32 |
* | Added support for overloading intrinsics (atomics) based on pointers | Mon P Wang | 2008-07-30 | 1 | -2/+7 |
* | Add some helpers for manipulating function | Duncan Sands | 2008-07-08 | 1 | -13/+7 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -1/+1 |
* | Factor code to copy global value attributes like | Duncan Sands | 2008-05-26 | 1 | -0/+12 |
* | Add functions to enable adding a single attribute to a function and | Eric Christopher | 2008-05-16 | 1 | -0/+6 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 1 | -1/+2 |
* | Make StripPointerCast a common function (should we mak it method of Value ins... | Anton Korobeynikov | 2008-05-06 | 1 | -24/+0 |
* | Expose parameter attributes via C bindings. | Gordon Henriksen | 2008-04-28 | 1 | -0/+11 |
* | Convenience method for setting the nounwind | Duncan Sands | 2008-04-08 | 1 | -0/+9 |
* | Make sure that intrinsics automagically get the | Duncan Sands | 2008-04-07 | 1 | -3/+5 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -1/+1 |
* | move a bunch of trivial methods to be inline. | Chris Lattner | 2008-03-13 | 1 | -36/+0 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -31/+6 |
* | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel | 2008-03-03 | 1 | -4/+4 |
* | If a function uses multive values in ret instruction then it | Devang Patel | 2008-03-03 | 1 | -1/+2 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 1 | -1/+1 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -0/+5 |
* | Use isa<> instead of getTypeID() to check StructType. | Devang Patel | 2008-02-21 | 1 | -1/+1 |
* | What if functions can return aggregate values ? | Devang Patel | 2008-02-20 | 1 | -1/+2 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -3/+3 |
* | I got the predicate backwards in my last patch. The comment is correct, the ... | Owen Anderson | 2008-02-18 | 1 | -1/+1 |
* | Duncan pointed out that we can fast fail here, because the sret parameter of | Owen Anderson | 2008-02-18 | 1 | -1/+2 |
* | Add a predicate to Argument to check for the StructRet attribute. | Owen Anderson | 2008-02-17 | 1 | -0/+7 |
* | Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class. | Chris Lattner | 2008-01-24 | 1 | -0/+31 |
* | Remove the function attr cache for intrinsics. This does not maintain the | Chris Lattner | 2008-01-03 | 1 | -7/+1 |
* | Split param attr implementation out from Function.cpp into its | Chris Lattner | 2008-01-02 | 1 | -213/+34 |
* | Fix a build issue on cygwin | Chris Lattner | 2008-01-02 | 1 | -6/+3 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | When inlining through an 'nounwind' call, mark inlined | Duncan Sands | 2007-12-19 | 1 | -0/+26 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -1/+2 |
* | Delete the CollectorNamePool if it should become empty. | Gordon Henriksen | 2007-12-10 | 1 | -0/+4 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -0/+39 |