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-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
2013-01-08
This patch produces the correct pointer size
Jack Carter
2013-01-08
Pad Short Functions for Intel Atom
Preston Gurd
2013-01-08
Allow the asm printer to print fp128 values properly.
Tim Northover
2013-01-08
Make sure we don't emit instructions before a landingpad instruction.
Bill Wendling
2013-01-08
Add the C testcase to this file.
Eric Christopher
2013-01-08
Remove the llvm-local DW_TAG_vector_type tag and add a test to
Eric Christopher
2013-01-08
Mark artificial types as such in the annotated debug output.
David Blaikie
2013-01-07
LoopVectorizer: Add support for floating point reductions
Nadav Rotem
2013-01-07
Add some additional tests for the .bundle_lock align_to_end feature that didn't
Eli Bendersky
2013-01-07
LoopVectorizer: When we vectorizer and widen loops we process many elements a...
Nadav Rotem
2013-01-07
Add the align_to_end option to .bundle_lock in the MC implementation of aligned
Eli Bendersky
2013-01-07
This change is to implement following rules:
Shuxin Yang
2013-01-07
Add support for separating strings for the split debug info DWARF5
Eric Christopher
2013-01-07
This patch addresses bug 14678 by fixing two problems in medium code model
Bill Schmidt
2013-01-07
When code size is the priority (Oz, MinSize attribute), help llvm
Quentin Colombet
2013-01-07
Make test/DebugInfo/member-pointers.ll portable by removing the TargetData
David Blaikie
2013-01-07
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
Fix a mistaken commit that included some debugging code.
David Tweed
2013-01-07
There was a switch fall-through in the parser for textual LLVM that caused
David Tweed
2013-01-07
Make the MergeGlobals pass correctly handle the address space qualifiers of t...
Silviu Baranga
2013-01-07
Switch BBVectorize to directly depend on having a TTI analysis.
Chandler Carruth
2013-01-07
PR14759: Debug info support for C++ member pointers.
David Blaikie
2013-01-06
Fix suffix handling for parsing and printing of cvtsi2ss, cvtsi2sd, cvtss2si,...
Craig Topper
2013-01-06
Fix for PR14739. It's not safe to fold a load into a call across a store. Tha...
Evan Cheng
2013-01-06
Fix a crash in LSR replaceCongruentIVs.
Andrew Trick
2013-01-06
[Object][ELF] Fix incorrect size of members for the 64 version of Elf_Phdr_Impl.
Michael J. Spencer
2013-01-06
[objdump] Add --private-headers, -p.
Michael J. Spencer
[prev]
[next]