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
2012-09-25
Don't drop the alignment on a memcpy intrinsic when producing a store. This is
Nick Lewycky
2012-09-25
Don't try to promote the same alloca twice. Fixes PR13916!
Nick Lewycky
2012-09-25
Make this test check the transforms it's actually doing. Also add a test that it
Nick Lewycky
2012-09-25
Add missing i64 max/min/umax/umin on 32-bit target
Michael Liao
2012-09-25
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-25
Fix a case where SROA did not correctly detect dead PHI or selects due
Chandler Carruth
2012-09-25
Change the way the lint sanity checking pass detects misaligned memory accesses.
Duncan Sands
2012-09-25
Fix an illegal tailcall opt where the callee returns a double via xmm while c...
Evan Cheng
2012-09-25
Don't forget that strcpy and friends return a pointer to the destination, so
Nick Lewycky
2012-09-25
ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'.
Jim Grosbach
2012-09-24
Mark jump tables in code sections with DataRegion directives.
Jim Grosbach
2012-09-24
Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be
Nick Lewycky
2012-09-24
Specify MachinePointerInfo as refering to the argument value and offset of the
Roman Divacky
2012-09-24
Add missing : in CHECK line.
Richard Osborne
2012-09-24
Add missing check for presence of target data.
Richard Osborne
2012-09-24
Address one of the original FIXMEs for the new SROA pass by implementing
Chandler Carruth
2012-09-23
Emit dtors into proper section while compiling in vcpp-compatible mode.
Anton Korobeynikov
2012-09-23
Switch to a signed representation for the dynamic offsets while walking
Chandler Carruth
2012-09-23
Don't do actual work inside an assert statement. Fixes PR11760!
Nick Lewycky
2012-09-23
Revise test to avoid using of 'grep'
Michael Liao
2012-09-22
Enhance test case of atomic16 to verify inst encoding fixed in r164453.
Michael Liao
2012-09-22
Fix edge cases of ARM shift operands in arith instructions.
Tim Northover
2012-09-22
Fix the handling of edge cases in ARM shifted operands.
Tim Northover
2012-09-21
Fix a case where the new SROA pass failed to zap dead operands to
Chandler Carruth
2012-09-21
LoopIdiom: Give up when the loop is not in canonical form.
Benjamin Kramer
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
InstCombine: Make sure we use the pre-zext type when creating a constant of a...
Benjamin Kramer
2012-09-21
BitcodeReader: Correctly insert blockaddress constant referring to a already ...
Benjamin Kramer
2012-09-21
Fix SymbolRef::getAddress implementation for ELF. The 'value' field in symbol...
Alexey Samsonov
2012-09-21
llvm/test/CodeGen/X86/pr5145.ll: Tweak expressions to match for darwin target.
NAKAMURA Takumi
2012-09-21
Add missing i8 max/min/umax/umin support
Michael Liao
2012-09-21
llvm/test/CodeGen/ARM/fast-isel.ll: Fix possible typos, s/@unaligned_i16_stor...
NAKAMURA Takumi
2012-09-21
Testcase does not need to be this strict.
Chad Rosier
2012-09-21
Add newline.
Chad Rosier
2012-09-21
[fast-isel] Fallback to SelectionDAG isel if we require strict alignment for
Chad Rosier
2012-09-21
ARM: Use a dedicated intrinsic for vector bitwise select.
Jim Grosbach
2012-09-20
Ignore PHI-defs for -new-coalescer interference checks.
Jakob Stoklund Olesen
2012-09-20
Only emit DW_AT_object_pointer if this is a definition.
Eric Christopher
2012-09-20
SimplifyCFG: sink common codes from IF, ELSE blocks down to END block.
Manman Ren
2012-09-20
Try to make these tests more portable.
Evan Cheng
2012-09-20
Fix broken check lines.
Benjamin Kramer
2012-09-20
Specify cpu to get the correct instruction ordering. Remove XFAIL.
Roman Divacky
2012-09-20
Specify CPu to prevent failure on ATOM due to different code scheduling
Michael Liao
2012-09-20
Re-work X86 code generation of atomic ops with spin-loop
Michael Liao
2012-09-19
Resolve conflicts involving dead vector lanes for -new-coalescer.
Jakob Stoklund Olesen
2012-09-19
Add support for macro parameters/arguments delimited by spaces,
Preston Gurd
2012-09-19
Support default parameters/arguments for assembler macros.
Preston Gurd
2012-09-19
Enhance unmatched '.endr' directive error message in assembler.
Preston Gurd
2012-09-19
Unify the logic in SelectAtomicLoadAdd and SelectAtomicLoadArith
Michael Liao
2012-09-19
Really XFAIL test/CodeGen/PowerPC/structsinregs.ll.
Jordan Rose
[next]