aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Refactor code from inlining and globalopt that checks whether a function defi...Eli Friedman2011-10-201-0/+15
* Use a SmallVector for intrinsic argument types.Benjamin Kramer2011-10-171-1/+1
* Correct over-zealous removal of hack.Bill Wendling2011-10-171-0/+15
* Now that we have the ReturnsTwice function attribute, this method isBill Wendling2011-10-171-40/+0
* constify array itself, don't iterate multiple times.Chris Lattner2011-10-141-2/+2
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-10/+19
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-6/+6
* Change Intrinsic::getDeclaration and friends to take an ArrayRef.Benjamin Kramer2011-07-141-10/+7
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-4/+4
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-4/+4
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-4/+4
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-3/+3
* Fix typo in comment.Jay Foad2011-06-171-1/+1
* add a helper method to get the byval alignment of an argument.Chris Lattner2011-05-221-0/+6
* Don't do tail calls in a function that call setjmp. The stack might beRafael Espindola2011-05-161-0/+33
* Another example of a static table that wasn't marked static.Duncan Sands2011-04-261-1/+1
* mark a large static table static. Pointed out by Michael Ilseman!Chris Lattner2011-04-251-1/+1
* Remove the code from Function::dropAllReferences which replacedDan Gohman2010-12-071-13/+4
* Merge System into Support.Michael J. Spencer2010-11-291-2/+2
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-011-1/+1
* rename use_const_iterator to const_use_iterator for consistency's sakeGabor Greif2010-03-251-1/+1
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-4/+8
* add assert in argpromotion, which cannot triggerGabor Greif2010-03-231-2/+2
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-161-1/+1
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-5/+5
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* add a layer of accessors around the Value::SubClassData member, and use Chris Lattner2009-12-291-2/+3
* Qualify a bunch of explicit template instantiations to satisfy clang++.John McCall2009-12-191-2/+2
* Add utility method for determining whether a function argumentDuncan Sands2009-12-111-0/+7
* when we tear down a module, we need to be careful to Chris Lattner2009-10-281-1/+14
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-291-1/+1
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-2/+2
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-4/+2
* LLVMContext-ification.Owen Anderson2009-07-071-3/+6
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-071-4/+4
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-2/+2
* Add an accessor to Function so that Passes can easily get access to the context.Owen Anderson2009-07-021-0/+6
* Simplify.Owen Anderson2009-06-181-15/+7
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-1/+1
* Reapply r73647 in a non-broken form.Owen Anderson2009-06-171-15/+25
* Protect the GC table in Function.cppOwen Anderson2009-06-171-19/+25
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-101-0/+11
* further simplifications arising from peruse of the more declarative interfaceGabor Greif2009-03-071-7/+0
* Another sentinel optimization. This one should alwaysGabor Greif2009-03-011-7/+0
* Reuse a technique (pioneered for BasicBlocks) of superposing ilist withGabor Greif2009-03-011-7/+0
* Added support to have TableGen provide information if an intrinsic (coreMon P Wang2009-02-241-0/+10