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
/
lib
/
Transforms
/
IPO
Age
Commit message (
Expand
)
Author
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-07-09
Make GlobalOpt's GV-by-alloca replacement work for PNaCl.
Eli Bendersky
2013-05-15
Merging r181524:
Bill Wendling
2013-05-06
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-19
MergeFunc: Make pointer and integer types generate the same hash.
Benjamin Kramer
2013-04-18
Implement a better fix for PR15185.
Bill Wendling
2013-04-15
We are not able to bitcast a pointer to an integral value.
Bill Wendling
2013-04-15
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...
Nadav Rotem
2013-04-15
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-13
GlobalDCE: Fix an oversight in my last commit that could lead to crashes.
Benjamin Kramer
2013-04-13
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-02
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-03-21
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
2013-03-10
Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!
Nick Lewycky
2013-03-06
Generalize my previous fix for -print-options.
Andrew Trick
2013-03-06
Give -loop-vectorize an explicit default.
Andrew Trick
2013-03-04
Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping
Lang Hames
2013-02-13
Retain the name of the new internal global that's been shrunk.
Bill Wendling
2013-02-02
Revert accidental commit (ran svn commit from wrong directory).
Nick Lewycky
2013-02-02
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-01-30
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-29
Unroll again after running BBVectorize
Hal Finkel
2013-01-28
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-25
Remove some introspection functions.
Bill Wendling
2013-01-25
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-23
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-22
More encapsulation work.
Bill Wendling
2013-01-21
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
Formatting and comment fixes to the always inliner.
Chandler Carruth
2013-01-21
Clean up the formatting and doxygen for the simple inliner a bit. No
Chandler Carruth
2013-01-18
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-13
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-12
GlobalOpt: Avoid jump on uninitialized value.
Benjamin Kramer
2013-01-11
Fixed whitespace.
Michael Gottesman
[next]