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
Age
Commit message (
Expand
)
Author
2012-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
[asan] make AddressSanitizer to be a FunctionPass instead of ModulePass. This...
Kostya Serebryany
2012-10-15
Update the memcpy rewriting to fully support widened int rewriting. This
Chandler Carruth
2012-10-15
Follow-up fix to r165928: handle memset rewriting for widened integers,
Chandler Carruth
2012-10-15
First major step toward addressing PR14059. This teaches SROA to handle
Chandler Carruth
2012-10-15
Hoist the canConvertValue predicate and the convertValue transform out
Chandler Carruth
2012-10-15
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-15
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-14
Simplify code. No functionality change.
Benjamin Kramer
2012-10-14
Unquadratize SetVector removal loops in DSE.
Benjamin Kramer
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Remove the bitwise AND operators from the Attributes class. Replace it with t...
Bill Wendling
2012-10-14
Remove the bitwise assignment OR operator from the Attributes class. Replace ...
Bill Wendling
2012-10-14
Remove the bitwise XOR operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-14
Remove the bitwise NOT operator from the Attributes class. Replace it with th...
Bill Wendling
2012-10-13
Remove unused private field.
Benjamin Kramer
2012-10-13
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
Implement new LibCallSimplifier class
Meador Inge
2012-10-13
Teach SROA to cope with wrapper aggregates. These show up a lot in ABI
Chandler Carruth
2012-10-13
Speculatively harden the conversion logic. I have no idea if this will
Chandler Carruth
2012-10-13
Silence a warning in -assert builds.
Chandler Carruth
2012-10-13
Clean up how we rewrite loads and stores to the whole alloca. When these
Chandler Carruth
2012-10-12
Changes to make NaClCcRewrite.cpp build again
Derek Schuff
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-11
PGO: create metadata for switch only if it has more than one targets.
Manman Ren
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
Don't crash when !tbaa.struct contents is invalid.
Nick Lewycky
2012-10-10
PNaCl: Add a pass to convert llvm.global_ctors to __init_array_start/end
Mark Seaborn
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-10
Pass into the AttributeWithIndex::get method an ArrayRef of attribute
Bill Wendling
2012-10-10
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Update EarlyCSE's SimpleValues to use Hashing.h for their hashes. Expanded th...
Michael Ilseman
2012-10-09
Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...
Alexey Samsonov
2012-10-09
Use the enum value of the attributes when adding them to the attributes builder.
Bill Wendling
2012-10-09
Fix PR14016.
Alexey Samsonov
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.
Chandler Carruth
2012-10-09
Fix. Apply the no capture attribute to the correct parameter.
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder class to create attributes.
Bill Wendling
2012-10-09
Convert to using the Attributes::Builder interface.
Bill Wendling
2012-10-08
Refactor the AddrMode class out of TLI to its own header file.
Nadav Rotem
2012-10-08
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
[prev]
[next]