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-04-18
[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel and
Chad Rosier
2013-04-18
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-18
X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...
Benjamin Kramer
2013-04-18
In the function InstCombiner::visitExtractElementInst() removed the limitatio...
Anat Shemer
2013-04-18
Added a function scalarizePHI() that sclarizes a vector phi instruction if it...
Anat Shemer
2013-04-18
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-18
LoopVectorizer: Recognize min/max reductions
Arnold Schwaighofer
2013-04-18
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
Benjamin Kramer
2013-04-18
Fix for PR14824, An ARM Load/Store Optimization bug
Hao Liu
2013-04-18
Revert "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-18
Combine bit test + conditional or into simple math
David Majnemer
2013-04-18
[objc-arc] Do not mismatch up retains inside a for loop with releases outside...
Michael Gottesman
2013-04-18
Streamline arc-annotation test (removing some cases which do not add any extr...
Michael Gottesman
2013-04-18
[mips] DSP-ASE move from HI/LO register instructions.
Akira Hatanaka
2013-04-17
Add support for subsections to the ELF assembler. Fixes PR8717.
Peter Collingbourne
2013-04-17
[ms-inline asm] Add support for the minus unary operator. Previously, we were
Chad Rosier
2013-04-17
This patch teaches x86 fast-isel to generate the native div/idiv instructions
Eli Bendersky
2013-04-17
X86 cost model: Exit before calling getSimpleVT on non-simple VTs
Arnold Schwaighofer
2013-04-17
Fix treatment of ARM unallocated hint instructions.
Quentin Colombet
2013-04-17
R600: Make Export Instruction not duplicable
Vincent Lejeune
2013-04-17
This appears to be no longer necessary for the testsuite.
Eric Christopher
2013-04-17
PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...
David Blaikie
2013-04-17
Do not optimise fprintf() calls if its return value is used.
Peter Collingbourne
2013-04-17
Mips assembler: Enable handling of nested expressions
Jack Carter
2013-04-16
[XCore] Extend test to check positve offsets are folded into addresses.
Richard Osborne
2013-04-16
[XCore] Give test more generic name.
Richard Osborne
2013-04-16
[XCore] Convert a couple of tests to FileCheck.
Richard Osborne
2013-04-16
Implement ARM unwind opcode assembler.
Logan Chien
2013-04-16
llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...
Alexey Samsonov
2013-04-16
simplifycfg: Fix integer overflow converting switch into icmp.
Hans Wennborg
2013-04-16
Add 64-bit multiply and divide instructions for SPARC v9.
Jakob Stoklund Olesen
2013-04-15
ARM: Add VACLT and VACLE assembly aliases.
Jim Grosbach
2013-04-15
We are not able to bitcast a pointer to an integral value.
Bill Wendling
2013-04-15
Mips assembler: Explicit floating point condition register recognition.
Jack Carter
2013-04-15
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
R600/SI: Emit config values in register value pairs.
Tom Stellard
2013-04-15
R600/SI: Emit configuration value in the .AMDGPU.config ELF section
Tom Stellard
2013-04-15
R600: Emit ELF formatted code rather than raw ISA.
Tom Stellard
2013-04-15
Avoid outputting temporary test file into source tree.
Tim Northover
2013-04-15
Revert "Recommit r179497 after fixing uninitialized variable." until
Eric Christopher
2013-04-15
Recommit r179497 after fixing uninitialized variable.
Eric Christopher
2013-04-15
SLPVectorizer: Add support for vectorizing trees that start at compare instru...
Nadav Rotem
2013-04-15
Fix PPC64 CR spill location for callee-saved registers
Hal Finkel
2013-04-14
Revert "Remove some unused triple and data layout."
Eric Christopher
2013-04-14
Remove some unused triple and data layout.
Eric Christopher
2013-04-14
Use object file specific section type for initial text section
Nico Rieck
2013-04-14
Reorders two transforms that collide with each other
David Majnemer
2013-04-14
Make the command line triple match the module triple.
Nadav Rotem
[next]