| Commit message (Expand) | Author | Age | Files | Lines |
* | move a bunch of trivial methods to be inline. | Chris Lattner | 2008-03-13 | 1 | -7/+19 |
* | Various improvements suggested by Duncan | Chris Lattner | 2008-03-13 | 1 | -1/+3 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 1 | -12/+6 |
* | s/isReturnStruct()/hasStructRetAttr()/g | Devang Patel | 2008-03-03 | 1 | -2/+3 |
* | Pass alignment on ByVal parameters, from FE, all | Dale Johannesen | 2008-02-22 | 1 | -0/+3 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -1/+2 |
* | Disallow copying explicitly. | Chris Lattner | 2008-01-03 | 1 | -0/+3 |
* | Split param attr implementation out from Function.cpp into its | Chris Lattner | 2008-01-02 | 1 | -20/+7 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Rename isNoReturn to doesNotReturn, and isNoUnwind to | Duncan Sands | 2007-12-18 | 1 | -2/+2 |
* | Make PruneEH update the nounwind/noreturn attributes | Duncan Sands | 2007-12-10 | 1 | -0/+10 |
* | Adding a collector name attribute to Function in the IR. These | Gordon Henriksen | 2007-12-10 | 1 | -0/+7 |
* | Reverting dtor devirtualization patch. | Gordon Henriksen | 2007-12-10 | 1 | -3/+1 |
* | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen | 2007-12-09 | 1 | -1/+3 |
* | Rather than having special rules like "intrinsics cannot | Duncan Sands | 2007-12-03 | 1 | -0/+10 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -1/+9 |
* | Fix PR1146: parameter attributes are longer part of | Duncan Sands | 2007-11-27 | 1 | -2/+5 |
* | clarify precedence, no functionality change. | Chris Lattner | 2007-08-20 | 1 | -1/+1 |
* | Compute the argument list as lazily as possible. This ensures that clients | Chris Lattner | 2007-08-18 | 1 | -16/+47 |
* | Implement review feedback | Anton Korobeynikov | 2007-04-29 | 1 | -2/+2 |
* | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov | 2007-04-28 | 1 | -9/+9 |
* | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov | 2007-04-25 | 1 | -2/+2 |
* | For PR1136: | Reid Spencer | 2007-04-22 | 1 | -1/+1 |
* | make getnext/getprev accessors private. | Chris Lattner | 2007-04-17 | 1 | -9/+9 |
* | Fix build breakage on 64-bit systems. | Jeff Cohen | 2007-04-17 | 1 | -2/+2 |
* | merge several fields in GlobalValue to use the same word, move CallingConv | Chris Lattner | 2007-04-17 | 1 | -3/+6 |
* | The (negative) offset from a SymbolTableListTraits-using ilist to its container | Chris Lattner | 2007-04-17 | 1 | -0/+22 |
* | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner | 2007-04-17 | 1 | -3/+15 |
* | For PR1328: | Reid Spencer | 2007-04-16 | 1 | -1/+1 |
* | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman | 2007-04-13 | 1 | -1/+1 |
* | For PR1146: | Reid Spencer | 2007-04-09 | 1 | -5/+17 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -3/+3 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -4/+4 |
* | For PR645: | Reid Spencer | 2007-01-26 | 1 | -7/+0 |
* | For PR411: | Reid Spencer | 2007-01-06 | 1 | -2/+2 |
* | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling | 2006-12-17 | 1 | -0/+1 |
* | Add a missing Module::setTargetTriple method. | Chris Lattner | 2005-10-25 | 1 | -2/+0 |
* | remove deprecated methods | Chris Lattner | 2005-05-16 | 1 | -11/+0 |
* | Add support for explicit calling conventions | Chris Lattner | 2005-05-06 | 1 | -0/+7 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -7/+7 |
* | remove a whole bunch of dead methods. Noone should use reverse iterators any... | Chris Lattner | 2005-03-15 | 1 | -29/+0 |
* | Remove the reverse iterators for arguments and global vars. | Chris Lattner | 2005-03-14 | 1 | -20/+44 |
* | remove all of the various setName implementations, consolidating them into | Chris Lattner | 2005-03-05 | 1 | -3/+0 |
* | Remove the second argument to Value::setName, it is never needed. | Chris Lattner | 2005-03-05 | 1 | -2/+2 |
* | Improve conformance with the Misha spelling benchmark suite | Chris Lattner | 2005-01-30 | 1 | -6/+6 |
* | Adjust to changes in ilist | Chris Lattner | 2005-01-29 | 1 | -5/+6 |
* | Add convenience method. | Chris Lattner | 2005-01-07 | 1 | -0/+4 |
* | Add a new method | Chris Lattner | 2004-12-05 | 1 | -0/+7 |
* | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner | 2004-11-15 | 1 | -2/+2 |
* | If we're going to make the braces of functions line up for ease of readability | Misha Brukman | 2004-10-19 | 1 | -6/+6 |