index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Function.h
Age
Commit message (
Expand
)
Author
2012-03-09
[Support] Drop verbose _ATTRIBUTE from LLVM_ATTRIBUTE_{READONLY,READNONE} macro
Daniel Dunbar
2011-10-20
Refactor code from inlining and globalopt that checks whether a function defi...
Eli Friedman
2011-10-17
Correct over-zealous removal of hack.
Bill Wendling
2011-10-17
Now that we have the ReturnsTwice function attribute, this method is
Bill Wendling
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-14
consolidate GlobalValue::isDeclaration into one
Chris Lattner
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-05-25
Fix some issues Duncan found in the previous commit.
Rafael Espindola
2011-05-25
Replace the -unwind-tables option with a per function flag. This is more
Rafael Espindola
2011-05-16
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2010-10-23
Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names
Chandler Carruth
2010-03-24
Finally land the InvokeInst operand reordering.
Gabor Greif
2010-01-21
back this out for now. Growing Function is not good.
Jim Grosbach
2010-01-21
Make sure that landing pad entries in the EH call site table are in the proper
Jim Grosbach
2009-12-29
add a layer of accessors around the Value::SubClassData member, and use
Chris Lattner
2009-11-15
mark getIntrinsicID() 'readonly'. This allows various classof methods
Chris Lattner
2009-09-02
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-08-26
Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...
Gabor Greif
2009-08-25
re-committing yesterday's r79938.
Gabor Greif
2009-08-25
--- Reverse-merging r79938 into '.':
Bill Wendling
2009-08-24
Resubmit an earlier patch of mine:
Gabor Greif
2009-08-11
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-04
Factor some of the constants+context related code out into a separate header,...
Owen Anderson
2009-07-31
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
Dan Gohman
2009-07-31
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
Daniel Dunbar
2009-07-31
Manage MachineFunctions with an analysis Pass instead of the Annotable
Dan Gohman
2009-07-25
Initial update to VMCore to use Twines for string arguments.
Daniel Dunbar
2009-07-22
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-06
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-05
More LLVMContext-ification.
Owen Anderson
2009-07-02
Add an accessor to Function so that Passes can easily get access to the context.
Owen Anderson
2009-06-10
Implement and use new method Function::hasAddressTaken().
Jay Foad
2009-03-27
Revert r67844. This fixes the llvm-gcc-4.2 build on Darwin.
Dan Gohman
2009-03-27
Reapply r66415, which was reverted in r66426 for
Duncan Sands
2009-03-09
Revert r66415. It's causing failures during bootstrap builds:
Bill Wendling
2009-03-09
in builds without asserts we do not need to allocate the Next pointer in "gho...
Gabor Greif
2009-03-07
further simplifications arising from peruse of the more declarative interface
Gabor Greif
2009-03-07
Remove the burden of dealing with list offsets
Gabor Greif
2009-03-04
ooops, forgot to include the pointless-write eliminator in my previous checkin
Gabor Greif
2009-03-04
Give sentinel traits the right to determine the policy where the sentinel is ...
Gabor Greif
2009-03-02
Declare Sentinel fragments as mutable to get rid
Gabor Greif
2009-03-01
Another sentinel optimization. This one should always
Gabor Greif
2009-03-01
Reuse a technique (pioneered for BasicBlocks) of superposing ilist with
Gabor Greif
2009-03-01
fix a comment
Gabor Greif
2009-02-05
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-04
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-01-04
Add utility functions for marking parameters as noalias or nocapture.
Nick Lewycky
2008-10-07
Fix disagreement about where the attributes are
Eric Christopher
2008-10-04
comment cleanups
Chris Lattner
[next]