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-09-06
Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...
Tim Northover
2012-09-06
BasicAA: Recognize cyclic NoAlias phis
Arnold Schwaighofer
2012-09-06
Use correct part of complex operand to encode VST1 alignment.
Tim Northover
2012-09-06
BasicAA: GEPs of NoAlias'ing base ptr with equivalent indices are NoAlias
Arnold Schwaighofer
2012-09-06
Disable stack coloring by default in order to resolve the i386 failures.
Nadav Rotem
2012-09-06
Tablegen: Add OperandWithDefaultOps Operand type
Tom Stellard
2012-09-06
AVX2 optimization.
Elena Demikhovsky
2012-09-06
Fix a few old-GCC warnings. No functional change.
Nadav Rotem
2012-09-06
Fix the test by specifying an exact cpu model.
Nadav Rotem
2012-09-06
Fix self-host; ensure signedness is consistent.
James Molloy
2012-09-06
Fix switch_to_lookup_table.ll test from r163302.
Hans Wennborg
2012-09-06
Improve codegen for BUILD_VECTORs on ARM.
James Molloy
2012-09-06
Build lookup tables for switches (PR884)
Hans Wennborg
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
Optimize codegen for VSETLNi{8,16,32} operating on Q registers. Degenerate to...
James Molloy
2012-09-06
Remove duplicated helper function
Michael Liao
2012-09-06
Use iPTR instead of i32 for extract_subvector/insert_subvector index in lower...
Craig Topper
2012-09-06
Add patterns for converting stores of subvector_extracts of lower 128-bits of...
Craig Topper
2012-09-06
Revert "Enable MCJIT tests on Darwin."
Jim Grosbach
2012-09-06
Whitespace.
NAKAMURA Takumi
2012-09-06
Unix/Signals.inc: Fix a typo. Thanks to Dani Berg!
NAKAMURA Takumi
2012-09-06
There are some Mips instructions that are lowered by the
Jack Carter
2012-09-06
Update function names to conform to guidelines.
Jim Grosbach
2012-09-06
Enable MCJIT tests on Darwin.
Jim Grosbach
2012-09-06
Mips specific llvm assembler support for branch and jump instructions.
Jack Carter
2012-09-06
Don't include stdint.h directly.
Eli Friedman
2012-09-05
Remove predicated pseudo-instructions.
Jakob Stoklund Olesen
2012-09-05
Use predication instead of pseudo-opcodes when folding into MOVCC.
Jakob Stoklund Olesen
2012-09-05
[ms-inline asm] Use the asm dialect from the MI to set the parser dialect.
Chad Rosier
2012-09-05
Add missing file for test.
Nick Lewycky
2012-09-05
Teach libObject about some more ELF relocations. llvm-objdump -r now knows
Nick Lewycky
2012-09-05
JumpThreading: when default destination is the destination of some cases in a
Manman Ren
2012-09-05
Mips specific llvm assembler support for ALU instructions. This includes
Jack Carter
2012-09-05
Cleanup a few magic numbers.
Chad Rosier
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
2012-09-05
[ms-inline asm] We only need one bit to represent the AsmDialect in the
Chad Rosier
2012-09-05
Constify this properly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-05
Mark checkSignature const, and in turn stop casting away const from
Roman Divacky
2012-09-05
Constify SDNodeIterator an stop its only non-const user being cast stripped
Roman Divacky
2012-09-05
Constify subtarget info properly so that we dont cast away the const in
Roman Divacky
2012-09-05
Use const properly so that we dont remove const qualifier from region and MII
Roman Divacky
2012-09-05
[ms-inline asm] Propagate the asm dialect into the MachineInstr representation.
Chad Rosier
2012-09-05
Fix a bug.
Jan Wen Voung
2012-09-05
revert the additional stuff.
Jan Wen Voung
2012-09-05
Clean up llvm-bcanalyzer to print to consistent streams.
Jan Wen Voung
2012-09-05
[Docs] Fix Sphinx incremental build. Patch by Sean Silva!
Michael J. Spencer
2012-09-05
Move the PPC TOC defs into the PPC64 InstrInfo file.
Hal Finkel
2012-09-05
Clean up.
Chad Rosier
2012-09-05
[ms-inline asm] Enumerate the InlineAsm dialects and rename the nsdialect to
Chad Rosier
2012-09-05
Strip old MachineInstrs *after* we know we can put them back.
Tim Northover
[next]