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
2013-04-18
[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel and
Chad Rosier
2013-04-18
Assert if we're trying to generate a null compact unwind entry.
Bill Wendling
2013-04-18
Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...
Bill Wendling
2013-04-18
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-18
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-18
X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...
Benjamin Kramer
2013-04-18
Fix typo
Eli Bendersky
2013-04-18
Cleanup patch:
Bill Wendling
2013-04-18
This patch addresses two cleanup issues:
Bill Wendling
2013-04-18
Fix a -Wdocumentation warning
Dmitri Gribenko
2013-04-18
In the function InstCombiner::visitExtractElementInst() removed the limitatio...
Anat Shemer
2013-04-18
C API: Fix coding style
Tom Stellard
2013-04-18
Added a function scalarizePHI() that sclarizes a vector phi instruction if it...
Anat Shemer
2013-04-18
Fix comment. Patch by Stephen Lin.
Bill Wendling
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
Fix a comment, PR15777.
Chris Lattner
2013-04-18
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-18
LoopVectorizer: Recognize min/max reductions
Arnold Schwaighofer
2013-04-18
Fix grammar in LLVMBuild.rst
Eli Bendersky
2013-04-18
[ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.
Chad Rosier
2013-04-18
Make this private method.
Chad Rosier
2013-04-18
Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin'
Eli Bendersky
2013-04-18
Fix comment spacing.
Chad Rosier
2013-04-18
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
Benjamin Kramer
2013-04-18
Fix for PR14824, An ARM Load/Store Optimization bug
Hao Liu
2013-04-18
Revert "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-18
Combine bit test + conditional or into simple math
David Majnemer
2013-04-18
[objc-arc] Do not mismatch up retains inside a for loop with releases outside...
Michael Gottesman
2013-04-18
Removed trailing whitespace.
Michael Gottesman
2013-04-18
Streamline arc-annotation test (removing some cases which do not add any extr...
Michael Gottesman
2013-04-18
[mips] Rename function.
Akira Hatanaka
2013-04-18
[mips] DSP-ASE move from HI/LO register instructions.
Akira Hatanaka
2013-04-18
Mips assembler: formatting and comment changes.
Jack Carter
2013-04-17
Add an option `-enable-old-style-attr-syntax' to print out function attribute...
Bill Wendling
2013-04-17
[objc-arc] Added annotation option to only emit annotations for a specific ss...
Michael Gottesman
2013-04-17
Two small cleanups for ELF's templates.
Rafael Espindola
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
[ms-inline asm] These should be int64_t, not uint64_t.
Chad Rosier
2013-04-17
Fixed typo.
Michael Gottesman
2013-04-17
[ms-inline asm] Add support for the minus unary operator. Previously, we were
Chad Rosier
2013-04-17
[objc-arc] Added descriptions for EnableARCAnnotations, EnableCheckForCFGHaza...
Michael Gottesman
2013-04-17
[objc-arc] Added an option to arc-annotations for turning off CheckForCFGHazard.
Michael Gottesman
2013-04-17
More consistent formatting and tidying-up
Eli Bendersky
2013-04-17
This patch teaches x86 fast-isel to generate the native div/idiv instructions
Eli Bendersky
2013-04-17
X86 cost model: Exit before calling getSimpleVT on non-simple VTs
Arnold Schwaighofer
2013-04-17
A limit of 500 was still a bit too high for some tests.
Bill Wendling
2013-04-17
Fix treatment of ARM unallocated hint instructions.
Quentin Colombet
2013-04-17
Appease a gcc warning about an overflow in a constant conversion.
Bill Wendling
[next]