| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Getter and setter for function notes. | Devang Patel | 2008-09-02 | 1 | -1/+16 |
* | Add GlobalValue::{removeFromParent,eraseFromParent} | Daniel Dunbar | 2008-08-29 | 1 | -2/+2 |
* | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -4/+0 |
* | Rename some GC classes so that their roll will hopefully be clearer. | Gordon Henriksen | 2008-08-17 | 1 | -6/+6 |
* | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman | 2008-07-28 | 1 | -13/+2 |
* | Pull r53428 from Gaz into mainline: | Bill Wendling | 2008-07-10 | 1 | -8/+8 |
* | Add some helpers for manipulating function | Duncan Sands | 2008-07-08 | 1 | -9/+29 |
* | Factor code to copy global value attributes like | Duncan Sands | 2008-05-26 | 1 | -0/+4 |
* | Add functions to enable adding a single attribute to a function and | Eric Christopher | 2008-05-16 | 1 | -0/+3 |
* | Convenience method for setting the nounwind | Duncan Sands | 2008-04-08 | 1 | -0/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -1/+8 |
* | 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 |