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
/
lib
Age
Commit message (
Expand
)
Author
2012-09-18
Merge commit '8e70b5506ec0d7a6c2740bc89cd1b8f12a78b24f'
Derek Schuff
2012-09-18
This feature was a TODO in a previous commit.
Robert Muth
2012-09-17
Add a pass to llvm to rewrite the bitcode in an
Robert Muth
2012-09-17
Be more conservative about EFLAGS optimizations that may
Jan Voung
2012-09-07
PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...
Benjamin Kramer
2012-09-07
MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.
Benjamin Kramer
2012-09-07
SimplifyCFG: ValidLookupTableConstant should be static
Hans Wennborg
2012-09-07
Stop emitting lifetime region info when stack coloring is not enabled in O0
Michael Liao
2012-09-07
The Mips standalone assembler aliased instruction support.
Jack Carter
2012-09-07
The Mips standalone assembler intial directive support.
Jack Carter
2012-09-07
The Mips standalone assembler fpu instruction support.
Jack Carter
2012-09-06
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-09-06
Remove unused variable introduced by r163346.
David Blaikie
2012-09-06
The Mips standalone assembler memory instruction support.
Jack Carter
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-09-06
Allow overlaps between virtreg and physreg live ranges.
Jakob Stoklund Olesen
2012-09-06
Handle overlapping regunit intervals in LiveIntervals::addKillFlags().
Jakob Stoklund Olesen
2012-09-06
Clear kill flags while computing live ranges.
Jakob Stoklund Olesen
2012-09-06
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
Diagnose invalid alignments on duplicating VLDn instructions.
Tim Northover
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
AVX2 optimization.
Elena Demikhovsky
2012-09-06
Fix a few old-GCC warnings. No functional change.
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
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
Mips specific llvm assembler support for branch and jump instructions.
Jack Carter
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
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
[next]