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-10
Minor cleanup. No functional change.
Nadav Rotem
2012-09-10
Stack Coloring: Debug prints to print the slot number and not the array index.
Nadav Rotem
2012-09-10
Stack Coloring: When searching for disjoint regions, do not compare intervals...
Nadav Rotem
2012-09-10
Stack Coloring: Add support for multiple regions of the same slot, within a ...
Nadav Rotem
2012-09-10
The VPSHUFB 256-bit instruction may be generated when one of input vector is ...
Elena Demikhovsky
2012-09-10
Make helper function static.
Benjamin Kramer
2012-09-10
Move bypassSlowDivision into the llvm namespace.
Benjamin Kramer
2012-09-10
c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.
Benjamin Kramer
2012-09-10
Fix a typo in the comment.
Nadav Rotem
2012-09-10
Add an assertion that the frame index is indeed inside the declared lifetime ...
Nadav Rotem
2012-09-10
Teach the DAGBuilder about lifetime markers which are generated from PHINodes.
Nadav Rotem
2012-09-10
Fix style issues from r163302 pointed out by Evan.
Hans Wennborg
2012-09-09
Move spaces to the right places. No functionality change.
Nick Lewycky
2012-09-09
Add missing space before {. No functionality change.
Nick Lewycky
2012-09-09
Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.
Craig Topper
2012-09-09
DSE: Poking holes into a SetVector is expensive, avoid it if possible.
Benjamin Kramer
2012-09-09
LiveVariables: Compute a set of defs and kills to speed up updating LV during...
Benjamin Kramer
2012-09-08
Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.
Craig Topper
2012-09-08
Use 256-bit alignment for constant pool value for 256-bit vector FNEG lowering.
Craig Topper
2012-09-08
Add support for lowering FABS of vector types.
Craig Topper
2012-09-08
Set operation action for FFLOOR to Expand for all vector types for X86. Set F...
Craig Topper
2012-09-08
Add operator< for FoldingSetNodeID.
Ted Kremenek
2012-09-08
Remove an incorrect assert during branch weight propagation.
Andrew Trick
2012-09-07
Fix alignment of .comm and .lcomm on mingw32.
Benjamin Kramer
2012-09-07
Fix indent.
Chad Rosier
2012-09-07
Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...
Benjamin Kramer
2012-09-07
Update function names to conform to guidelines. No functional change intended.
Chad Rosier
2012-09-07
Custom DAGCombine for and/or/xor are for all ARMs.
Jakob Stoklund Olesen
2012-09-07
MC: Overhaul handling of .lcomm
Benjamin Kramer
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
[prev]
[next]