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
/
test
Age
Commit message (
Expand
)
Author
2013-01-15
[msan] Temporarily remove ICmpEQ tests.
Evgeniy Stepanov
2013-01-15
[msan] Fix handling of equality comparison of pointer vectors.
Evgeniy Stepanov
2013-01-15
Pattern-matched variables in post-inc-icmpzero.ll
Renato Golin
2013-01-15
[IR] Add verifier support for llvm.module.flags.
Daniel Dunbar
2013-01-15
This patch fixes a Mips specific bug where
Jack Carter
2013-01-14
This change is to implement following rules under the condition C_A and/or C_R
Shuxin Yang
2013-01-14
[ms-inline asm] Extend support for parsing Intel bracketed memory operands that
Chad Rosier
2013-01-14
This patch addresses an incorrect transformation in the DAG combiner.
Bill Schmidt
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-13
Added bugzilla PR number to test case.
Michael Gottesman
2013-01-13
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
X86: Add patterns for X86ISD::VSEXT in registers.
Benjamin Kramer
2013-01-13
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-12
When lowering an inreg sext first shift left, then right arithmetically.
Benjamin Kramer
2013-01-12
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
This patch tackles the problem of parsing Mips
Jack Carter
2013-01-11
PPC: Implement efficient lowering of sign_extend_inreg.
Nadav Rotem
2013-01-11
Update patch for the pad short functions pass for Intel Atom (only).
Preston Gurd
2013-01-11
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
For inline asm:
Eric Christopher
2013-01-11
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-11
Converted test dont-tce-tail-marked-call.ll to use FileCheck.
Michael Gottesman
2013-01-11
This commit is a 4x squash commit consisting of 4x functions converted to use...
Michael Gottesman
2013-01-10
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
llvm/test/CodeGen/X86/ms-inline-asm.ll: Fixup; Globals doesn't have leading u...
NAKAMURA Takumi
2013-01-10
[llvm-objdump] Emit addresses with the correct number of leading 0's.
Michael J. Spencer
2013-01-10
[msan] Change va_start/va_copy shadow memset alignment to 8.
Peter Collingbourne
2013-01-10
PR14896: Handle memcpy from constant string where the memcpy size is larger t...
Evan Cheng
2013-01-10
[ms-inline asm] Add support for calling functions from inline assembly.
Chad Rosier
2013-01-10
Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...
Owen Anderson
2013-01-10
LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...
Nadav Rotem
2013-01-10
Fix a copy/paste error in the IR Linker, casting an ArrayType instead of a Ve...
Joey Gouly
2013-01-10
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
Stack Alignment: throw error if we can't satisfy the minimal alignment
Manman Ren
2013-01-09
ARM Cost model: Use the size of vector registers and widest vectorizable inst...
Nadav Rotem
2013-01-09
Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y).
Evan Cheng
2013-01-09
LICM: Hoist insertvalue/extractvalue out of loops.
Benjamin Kramer
2013-01-09
PowerPC: EH adjustments
Adhemerval Zanella
2013-01-09
add -march to the test
Nadav Rotem
2013-01-09
Efficient lowering of vector sdiv when the divisor is a splatted power of two...
Nadav Rotem
2013-01-09
MIsched: add an ILP window property to machine model.
Andrew Trick
2013-01-09
ARM Cost Model: Add a basic vectorization unrolling test.
Nadav Rotem
2013-01-09
Remove the -licm pass from the loop vectorizer test because the loop vectoriz...
Nadav Rotem
2013-01-09
Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...
Nadav Rotem
2013-01-09
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-08
Specify complete triple for fp128 tests.
Tim Northover
2013-01-08
This patch produces the correct addend value for
Jack Carter
[next]