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
Age
Commit message (
Expand
)
Author
2012-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-15
misched tests: add a triple to speculatively fix windows builders.
Andrew Trick
2012-10-15
Make sure we iterate over newly created instructions. Fixes pr13625. Testcase to
Rafael Espindola
2012-10-15
misched: ILP scheduler for experimental heuristics.
Andrew Trick
2012-10-15
[ms-inline asm] Update the end loc for ParseIntelMemOperand.
Chad Rosier
2012-10-15
[ms-inline asm] Add a few new APIs to the AsmParser class in support of MS-Style
Chad Rosier
2012-10-15
[ms-inline asm] Use incoming argument rather than hard coding to false.
Chad Rosier
2012-10-15
Fix a typo in bitcode docs, from 165814.
Jan Wen Voung
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
[asan] fix a test
Kostya Serebryany
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
Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...
Silviu Baranga
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
Use a ::get method to create the attribute from Attributes::AttrVals instead ...
Bill Wendling
2012-10-15
Supply a default 'operator=' method.
Bill Wendling
2012-10-15
Move the AttributesImpl header file into the VMCore directory so that it can ...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-15
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-14
Update CMake build.
Benjamin Kramer
2012-10-14
Fix a typo that made ImmutableMap::getMaxElement() useless.
Benjamin Kramer
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 dead methods.
Bill Wendling
2012-10-14
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
Fix use after free when deleting attributes in a chained folding set.
Benjamin Kramer
2012-10-14
Don't use the new syntax just yet.
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 OR operator from the Attributes class. Replace it with the...
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-14
Decode the LLVM attributes from bitcode using the attributes builder.
Bill Wendling
2012-10-14
Use builder to create alignment attributes. Remove dead function.
Bill Wendling
2012-10-14
Remove dead method.
Bill Wendling
2012-10-14
Don't pass in an Attributes object to something that expects an integral value.
Bill Wendling
2012-10-13
Remove unused private field.
Benjamin Kramer
2012-10-13
X86: Depending on the local semantics of .align this test can also emit a nop...
Benjamin Kramer
2012-10-13
Documentation: Lexicon.rst: add "BB Vectorization" and "TBAA".
Dmitri Gribenko
2012-10-13
X86: Disable long nops for all cpus prior to pentiumpro/i686.
Benjamin Kramer
2012-10-13
Drop <def,dead> flags when merging into an unused lane.
Jakob Stoklund Olesen
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
Allow for loops in LiveIntervals::pruneValue().
Jakob Stoklund Olesen
2012-10-13
X86: Fix accidentally swapped operands.
Benjamin Kramer
[next]