summaryrefslogtreecommitdiff
path: root/include/llvm/Function.h
Commit message (Expand)AuthorAge
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...Gabor Greif2009-08-26
* re-committing yesterday's r79938.Gabor Greif2009-08-25
* --- Reverse-merging r79938 into '.':Bill Wendling2009-08-25
* Resubmit an earlier patch of mine:Gabor Greif2009-08-24
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsageDan Gohman2009-07-31
* Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and manyDaniel Dunbar2009-07-31
* Manage MachineFunctions with an analysis Pass instead of the AnnotableDan Gohman2009-07-31
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-25
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* More LLVMContext-ification.Owen Anderson2009-07-05
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-02
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-10
* Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.Dan Gohman2009-03-27
* Reapply r66415, which was reverted in r66426 forDuncan Sands2009-03-27
* Revert r66415. It's causing failures during bootstrap builds:Bill Wendling2009-03-09
* in builds without asserts we do not need to allocate the Next pointer in "gho...Gabor Greif2009-03-09
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-07
* Remove the burden of dealing with list offsetsGabor Greif2009-03-07
* ooops, forgot to include the pointless-write eliminator in my previous checkinGabor Greif2009-03-04
* Give sentinel traits the right to determine the policy where the sentinel is ...Gabor Greif2009-03-04
* Declare Sentinel fragments as mutable to get ridGabor Greif2009-03-02
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-01
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-01
* fix a commentGabor Greif2009-03-01
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-05
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-04
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-04
* Add utility functions for marking parameters as noalias or nocapture.Nick Lewycky2009-01-04
* Fix disagreement about where the attributes areEric Christopher2008-10-07
* comment cleanupsChris Lattner2008-10-04
* Fix grammer.Devang Patel2008-09-29
* Implement function notes as function attributes. Devang Patel2008-09-26
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.Devang Patel2008-09-23
* Remove tabs.Devang Patel2008-09-23
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Use parameter attribute store (soon to be renamed) forDevang Patel2008-09-23
* Add hasNote() to check note associated with a function.Devang Patel2008-09-22
* s/FP_AlwaysInline/FN_NOTE_AlwaysInline/gDevang Patel2008-09-02
* Getter and setter for function notes.Devang Patel2008-09-02
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-29
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Pull r53428 from Gaz into mainline:Bill Wendling2008-07-10