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-16
This patch addresses PR13949.
Bill Schmidt
2012-10-16
Issue:
Stepan Dyatkovskiy
2012-10-16
Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
NAKAMURA Takumi
2012-10-16
Move X86MCInstLower class definition into implementation file. It's not neede...
Craig Topper
2012-10-16
Pass in the context to the Attributes::get method.
Bill Wendling
2012-10-15
Add __builtin_setjmp/_longjmp supprt in X86 backend
Michael Liao
2012-10-15
ARM: v1i64 and v2i64 VBSL intrinsic support.
Jim Grosbach
2012-10-15
Merge commit 'bb20b24224734f5369d124181d086703ca439dd7'
Derek Schuff
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
[ms-inline asm] If we parsed a statement and the opcode is valid, then it's a...
Chad Rosier
2012-10-15
[ms-inline asm] Update the end loc for ParseIntelMemOperand.
Chad Rosier
2012-10-15
[ms-inline asm] Use incoming argument rather than hard coding to false.
Chad Rosier
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
PowerPC: add EmitTCEntry class for TOC creation
Adhemerval Zanella
2012-10-15
Fixed PR13938: the ARM backend was crashing because it couldn't select a VDUP...
Silviu Baranga
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-14
Don't pass in an Attributes object to something that expects an integral value.
Bill Wendling
2012-10-13
X86: Disable long nops for all cpus prior to pentiumpro/i686.
Benjamin Kramer
2012-10-13
X86: Fix accidentally swapped operands.
Benjamin Kramer
2012-10-13
X86: Promote i8 cmov when both operands are coming from truncates of the same...
Benjamin Kramer
2012-10-13
[ms-inline asm] Remove the MatchInstruction() function. Previously, this was
Chad Rosier
2012-10-12
ARM: tail-call inside a function where part of a byval argument is on caller's
Manman Ren
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-12
[ms-inline asm] Capitalize per coding standard.
Chad Rosier
2012-10-12
ARM: Mark VSELECT as 'expand'.
Jim Grosbach
2012-10-12
[ms-inline asm] Use the new API introduced in r165830 in lieu of the
Chad Rosier
2012-10-12
Div, Rem int/unsigned int
Reed Kotler
2012-10-11
Merge commit '2fa8af224ea026f9432e833fd6f42a216423a010'
Derek Schuff
2012-10-11
Remove unnecessary classof()'s
Sean Silva
2012-10-11
Add RIP to getX86SubSuperRegister
Derek Schuff
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Fix ARM issues reported by --verify-machineinstrs
David Sehr
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
This patch addresses PR13947.
Bill Schmidt
2012-10-11
Expose move to/from coprocessor instructions in MIPS64 mode.
David Chisnall
2012-10-11
Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."
NAKAMURA Takumi
2012-10-11
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-10-10
Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808
Evan Cheng
2012-10-10
Add getters for the MIPS TargetTransform classes
Nadav Rotem
2012-10-10
Remove unused member variable introduced in r165665.
David Blaikie
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
Patch by Shuxin Yang <shuxin.llvm@gmail.com>.
Nadav Rotem
2012-10-10
When generating spill and reload code for vector registers on PowerPC,
Bill Schmidt
2012-10-10
The PowerPC VRSAVE register has been somewhat of an odd beast since
Bill Schmidt
2012-10-10
Add support for FP_ROUND from v2f64 to v2f32
Michael Liao
2012-10-10
Add missing EmitInstruction. This is a tiny piece of fixing the predicated
David Sehr
2012-10-10
Revert "Enable predicated sandboxed load/store for ARM"
David Sehr
2012-10-10
Add alternative support for FP_ROUND from v2f32 to v2f64
Michael Liao
2012-10-10
Fix for LDRB instruction:
Stepan Dyatkovskiy
2012-10-10
Issue description:
Stepan Dyatkovskiy
[prev]
[next]