Age | Commit message (Expand) | Author |
2008-03-13 | move a bunch of trivial methods to be inline. | Chris Lattner |
2008-03-12 | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner |
2008-03-03 | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel |
2008-03-03 | If a function uses multive values in ret instruction then it | Devang Patel |
2008-02-22 | Split ParameterAttributes.h, putting the complicated | Dale Johannesen |
2008-02-22 | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen |
2008-02-21 | Use isa<> instead of getTypeID() to check StructType. | Devang Patel |
2008-02-20 | What if functions can return aggregate values ? | Devang Patel |
2008-02-19 | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen |
2008-02-18 | I got the predicate backwards in my last patch. The comment is correct, the ... | Owen Anderson |
2008-02-18 | Duncan pointed out that we can fast fail here, because the sret parameter of | Owen Anderson |
2008-02-17 | Add a predicate to Argument to check for the StructRet attribute. | Owen Anderson |
2008-01-24 | Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class. | Chris Lattner |
2008-01-03 | Remove the function attr cache for intrinsics. This does not maintain the | Chris Lattner |
2008-01-02 | Split param attr implementation out from Function.cpp into its | Chris Lattner |
2008-01-02 | Fix a build issue on cygwin | Chris Lattner |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-12-19 | When inlining through an 'nounwind' call, mark inlined | Duncan Sands |
2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
2007-12-10 | Delete the CollectorNamePool if it should become empty. | Gordon Henriksen |
2007-12-10 | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen |
2007-12-10 | Reverting dtor devirtualization patch. | Gordon Henriksen |
2007-12-09 | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen |
2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
2007-11-30 | Small optimization of parameter attribute lookup. | Duncan Sands |
2007-11-30 | Add a convenience method for modifying parameter | Duncan Sands |
2007-11-28 | Add some convenience methods for querying attributes, and | Duncan Sands |
2007-11-27 | Fix PR1146: parameter attributes are longer part of | Duncan Sands |
2007-11-25 | Fix PR1816. If a bitcast of a function only exists because of a | Duncan Sands |
2007-11-22 | Rename the 'const' parameter attribute to 'readnone', | Duncan Sands |
2007-11-20 | In order for parameter attribute uniquing to make | Duncan Sands |
2007-11-14 | Add pure/const attributes. Documentation will follow. | Anton Korobeynikov |
2007-09-11 | Two ParamAttrsVectors which differ by a permutation | Duncan Sands |
2007-08-20 | When Intrinsic::getName is constructing names for overloaded intrinsics, | Dan Gohman |
2007-08-18 | Compute the argument list as lazily as possible. This ensures that clients | Chris Lattner |
2007-07-27 | Support for trampolines, except for X86 codegen which is | Duncan Sands |
2007-07-19 | For PR1553: | Reid Spencer |
2007-07-06 | Add the byval attribute | Rafael Espindola |
2007-06-05 | Fix a user-reported error building with GCC 3.4.4 on Cygwin. | Chris Lattner |
2007-06-05 | Commit first round work of PR1373. "noalias" is now fully supported in | Zhou Sheng |
2007-04-25 | simplify some code | Chris Lattner |
2007-04-22 | For PR1136: | Reid Spencer |
2007-04-22 | For PR1146: | Reid Spencer |
2007-04-17 | merge several fields in GlobalValue to use the same word, move CallingConv | Chris Lattner |
2007-04-17 | The (negative) offset from a SymbolTableListTraits-using ilist to its container | Chris Lattner |
2007-04-17 | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner |
2007-04-16 | Don't return 0 if the len == 5, let the assert handle that case. | Reid Spencer |
2007-04-16 | Fix test/CodeGen/Generic/vector-constantexpr.ll | Reid Spencer |
2007-04-16 | For PR1328: | Reid Spencer |
2007-04-11 | For PR1146: | Reid Spencer |