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
/
Target
Age
Commit message (
Expand
)
Author
2012-10-24
[ms-inline asm] Create a register operand, rather than a memory operand when we
Chad Rosier
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
Special calling conventions for Intel OpenCL built-in library.
Elena Demikhovsky
2012-10-24
Add custom conversion from v2u32 to v2f32 in 32-bit mode
Michael Liao
2012-10-24
[mips] Make sure sret argument is returned in register V0.
Akira Hatanaka
2012-10-24
Change x86_fastcallcc to require inreg markers. This allows it to known
Rafael Espindola
2012-10-23
[ms-inline asm] Offset operator - the size should be based on the size of a
Chad Rosier
2012-10-23
[ms-inline asm] Clean up comment.
Chad Rosier
2012-10-23
[ms-inline asm] When parsing inline assembly we set the base register to a
Chad Rosier
2012-10-23
Make branch heavy code for generating marked up disassembly simpler
Kevin Enderby
2012-10-23
Fix PR14161
Michael Liao
2012-10-23
[MIPS] Update sandboxing changes for LLVM on MIPS.
Petar Jovanovic
2012-10-23
Silence -Wsign-compare
Matt Beaumont-Gay
2012-10-23
Merge commit '92b0d8cf2c51debc7f4fb30a417ae839077a8ed0'
Derek Schuff
2012-10-23
[ms-inline asm] Add an implementation of the offset operator. This is a follow
Chad Rosier
2012-10-23
Add custom UINT_TO_FP from v4i8/v4i16/v8i8/v8i16 to v4f32/v8f32
Michael Liao
2012-10-23
Enable lowering ZERO_EXTEND/ANY_EXTEND to PMOVZX from SSE4.1
Michael Liao
2012-10-23
This is another TLC patch for separating code for the Darwin and ELF ABIs
Bill Schmidt
2012-10-23
implement setXX patterns
Reed Kotler
2012-10-22
When a block ends in an indirect branch, add its successors to the machine ba...
Bill Wendling
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-10-22
[ms-inline asm] Add the isOffsetOf() function.
Chad Rosier
2012-10-22
[ms-inline asm] Add support for parsing the offset operator. Callback for
Chad Rosier
2012-10-19
[ms-inline asm] Reset the opcode prior to parsing a statement.
Chad Rosier
2012-10-19
[mips] Use 64-bit registers to return an sret pointer if target ABI is N64.
Akira Hatanaka
2012-10-19
[mips] Add code to do tail call optimization.
Akira Hatanaka
2012-10-19
[mips] Fix TAILCALL's operand node type.
Akira Hatanaka
2012-10-19
[mips] Delete MipsFunctionInfo::MaxCallFrameSize which is no longer used.
Akira Hatanaka
2012-10-19
[mips] Add tail call instructions.
Akira Hatanaka
2012-10-19
[mips] Make the branch nodes used in jump instructions a template parameter.
Akira Hatanaka
2012-10-19
Add node and enum for mips tail call.
Akira Hatanaka
2012-10-19
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
Michael Liao
2012-10-19
ARM:
Stepan Dyatkovskiy
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
Fix a bug where a 32-bit address with the high bit does not get symbolicated
Kevin Enderby
2012-10-18
Merge commit '3298959540ca744ec16b4c65db244534a929a862'
Derek Schuff
2012-10-18
support X86::RETI in 64-bit mode
David Sehr
2012-10-18
This patch fixes failures in the SingleSource/Regression/C/uint64_to_float
Ulrich Weigand
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-17
Add conditional branch instructions and their patterns.
Reed Kotler
2012-10-17
Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed().
Jakob Stoklund Olesen
2012-10-17
Check for empty YMM use-def lists in X86VZeroUpper.
Jakob Stoklund Olesen
2012-10-17
Fix fallout from RegInfo => FrameLowering refactoring on MSP430.
Anton Korobeynikov
2012-10-17
Check SSSE3 instead of SSE4.1
Michael Liao
2012-10-17
Fix setjmp on models with non-Small code model nor non-Static relocation model
Michael Liao
2012-10-16
Merge commit '320db3f8052c9f506d9ea043ba5da534df40aa08'
Derek Schuff
2012-10-16
Remove spurious definition from LOADSTORE_TST
David Sehr
2012-10-16
Support v8f32 to v8i8/vi816 conversion through custom lowering
Michael Liao
[prev]
[next]