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-01-17
This patch fixes the PPC calling convention to handle returns of
Bill Schmidt
2013-01-17
Optimization for the following SIGN_EXTEND pairs:
Elena Demikhovsky
2013-01-17
Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by
Eric Christopher
2013-01-17
Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for
Eric Christopher
2013-01-17
This is a resubmittal. For some reason it broke the bots yesterday
Jack Carter
2013-01-16
[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
Daniel Dunbar
2013-01-16
Added test for r172599 which fixes bugzilla://14584,rdar://11744105.
Michael Gottesman
2013-01-16
Make this test X86 only.
Eric Christopher
2013-01-16
Move this to X86.
Eric Christopher
2013-01-16
Add testcase missed yesterday from Paul Robinson.
Eric Christopher
2013-01-16
[Linker] Change module flag linking to be more extensible.
Daniel Dunbar
2013-01-16
We want the dwarf AT_producer for assembly source files to match clang's
Kevin Enderby
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
Move test that depends on the x86 target into a target-specific directory.
Benjamin Kramer
2013-01-16
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-16
Remove triple from this test, it makes it fail when X86 TTI is missing.
Benjamin Kramer
2013-01-16
reverting 172579
Jack Carter
2013-01-16
Akira,
Jack Carter
2013-01-15
Split address information for DWARF5 split dwarf proposal. This involves
Eric Christopher
2013-01-15
Teach InstCombine to optimize extract of a value from a vector add operation ...
Nadav Rotem
2013-01-15
1. Hoist minus sign as high as possible in an attempt to reveal
Shuxin Yang
2013-01-15
[IR] Add verification for module flags with the "require" behavior.
Daniel Dunbar
2013-01-15
[msan] Temporarily remove ICmpEQ tests.
Evgeniy Stepanov
2013-01-15
[msan] Fix handling of equality comparison of pointer vectors.
Evgeniy Stepanov
2013-01-15
Pattern-matched variables in post-inc-icmpzero.ll
Renato Golin
2013-01-15
[IR] Add verifier support for llvm.module.flags.
Daniel Dunbar
2013-01-15
This patch fixes a Mips specific bug where
Jack Carter
2013-01-14
This change is to implement following rules under the condition C_A and/or C_R
Shuxin Yang
2013-01-14
[ms-inline asm] Extend support for parsing Intel bracketed memory operands that
Chad Rosier
2013-01-14
This patch addresses an incorrect transformation in the DAG combiner.
Bill Schmidt
2013-01-14
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-13
Added bugzilla PR number to test case.
Michael Gottesman
2013-01-13
Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...
Michael Gottesman
2013-01-13
X86: Add patterns for X86ISD::VSEXT in registers.
Benjamin Kramer
2013-01-13
Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...
Nadav Rotem
2013-01-12
When lowering an inreg sext first shift left, then right arithmetically.
Benjamin Kramer
2013-01-12
Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...
Michael Gottesman
2013-01-12
Fixed a bug where we were tail calling objc_autorelease causing an object to ...
Michael Gottesman
2013-01-12
This patch tackles the problem of parsing Mips
Jack Carter
2013-01-11
PPC: Implement efficient lowering of sign_extend_inreg.
Nadav Rotem
2013-01-11
Update patch for the pad short functions pass for Intel Atom (only).
Preston Gurd
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-11
ARM Cost Model: Modify the target independent cost model to ask
Nadav Rotem
2013-01-11
For inline asm:
Eric Christopher
2013-01-11
Simplify writing floating types to assembly.
Tim Northover
2013-01-11
ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...
Nadav Rotem
2013-01-11
Converted test dont-tce-tail-marked-call.ll to use FileCheck.
Michael Gottesman
2013-01-11
This commit is a 4x squash commit consisting of 4x functions converted to use...
Michael Gottesman
2013-01-10
PR14904: Segmentation fault running pass 'Recognize loop idioms'
Shuxin Yang
2013-01-10
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
[prev]
[next]