aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-271-2/+2
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-271-2/+2
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-091-2/+2
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-091-2/+2
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-071-2/+0
* Remove the burden of dealing with list offsetsGabor Greif2009-03-071-22/+6
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-041-0/+2
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-041-0/+8
* Declare Sentinel fragments as mutable to get ridGabor Greif2009-03-021-4/+4
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-011-3/+6
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-011-3/+8
* fix a commentGabor Greif2009-03-011-1/+1
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-1/+1
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-1/+1
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-1/+1
* Add utility functions for marking parameters as noalias or nocapture.Nick Lewycky2009-01-041-12/+39
* Fix disagreement about where the attributes areEric Christopher2008-10-071-1/+1
* comment cleanupsChris Lattner2008-10-041-6/+5
* Fix grammer.Devang Patel2008-09-291-1/+1
* Implement function notes as function attributes. Devang Patel2008-09-261-7/+7
* Now Attributes are divided in three groupsDevang Patel2008-09-261-12/+12
* Large mechanical patch.Devang Patel2008-09-251-25/+25
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-231-1/+1
* Remove tabs.Devang Patel2008-09-231-3/+3
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-6/+6
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-231-13/+7
* Add hasNote() to check note associated with a function.Devang Patel2008-09-221-0/+5
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-021-7/+7
* Getter and setter for function notes.Devang Patel2008-09-021-1/+16
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-291-2/+2
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-4/+0
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-6/+6
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-13/+2
* Pull r53428 from Gaz into mainline:Bill Wendling2008-07-101-8/+8
* Add some helpers for manipulating functionDuncan Sands2008-07-081-9/+29
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-0/+4
* Add functions to enable adding a single attribute to a function andEric Christopher2008-05-161-0/+3
* Convenience method for setting the nounwindDuncan Sands2008-04-081-0/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-1/+8
* move a bunch of trivial methods to be inline.Chris Lattner2008-03-131-7/+19
* Various improvements suggested by DuncanChris Lattner2008-03-131-1/+3
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-12/+6
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-031-2/+3
* Pass alignment on ByVal parameters, from FE, allDale Johannesen2008-02-221-0/+3
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+2
* Disallow copying explicitly.Chris Lattner2008-01-031-0/+3
* Split param attr implementation out from Function.cpp into itsChris Lattner2008-01-021-20/+7
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Rename isNoReturn to doesNotReturn, and isNoUnwind toDuncan Sands2007-12-181-2/+2
* Make PruneEH update the nounwind/noreturn attributesDuncan Sands2007-12-101-0/+10