aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson
2011-03-04Be nice to Xcore and the XMOS assembler and avoid quoting section namesJoerg Sonnenberger
2011-03-04XFAIL for all. These tests are darwin specific anyway.Devang Patel
2011-03-04Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract ind...Devang Patel
2011-03-03Bug#9033: For the ELF assembler output, always quote the section name.Joerg Sonnenberger
2011-03-02Eliminate the unused CodeGenPrepare option to split critical edges.Cameron Zwarich
2011-03-01Narrow right shifts need to encode their immediates differently from a normalBill Wendling
2011-02-28Fix typo introduced by r126661: "Fix a typo which ..."Jakob Stoklund Olesen
2011-02-28Fix a typo which cause dag combine crash. rdar://9059537.Evan Cheng
2011-02-25Add patterns to use post-increment addressing for Neon VST1-lane instructions.Bob Wilson
2011-02-24Move arch specific tests in arch specific directories.Devang Patel
2011-02-23Check only relevant strings in output to increase stability of the tests.Devang Patel
2011-02-23More fcopysign correctness and performance fix.Evan Cheng
2011-02-22available_externally (hidden or not) GVs are always accessed via stubs. rdar:...Evan Cheng
2011-02-14PR9139: Specify ARM/Darwin triple for vector-DAGCombine.ll test.Bob Wilson
2011-02-11Implement sdiv & udiv for <4 x i16> and <8 x i8> NEON vector types.Nate Begeman
2011-02-11Fix buggy fcopysign lowering.Evan Cheng
2011-02-08PostRA antidependence breaker unit test for PR8986.Andrew Trick
2011-02-08PostRA antidependence breaker unit test for rdar://8959122.Andrew Trick
2011-02-07Fix an obvious typo which caused an isel assertion. rdar://8964854.Evan Cheng
2011-02-07Add codegen support for using post-increment NEON load/store instructions.Bob Wilson
2011-02-07Rework some .ARM.attribute work for improved gcc compatibility.Jason W Kim
2011-02-02Given a pair of floating point load and store, if there are no other uses ofEvan Cheng
2011-01-27Add a testcase for my last checkin.Eric Christopher
2011-01-25Don't merge restore with tail call instruction.Evan Cheng
2011-01-21Last round of fixes for movw + movt global address codegen.Evan Cheng
2011-01-21Enable support for precise scheduling of the instruction selectionAndrew Trick
2011-01-21Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick
2011-01-20Don't be overly aggressive with CSE of "ldr constantpool". If it's a pc-relativeEvan Cheng
2011-01-20Add test.Evan Cheng
2011-01-20Sorry, several patches in one.Evan Cheng
2011-01-20If we can, lower the multiply part of a umulo/smulo call to a libcallEric Christopher
2011-01-20Fix debug info for merged global.Devang Patel
2011-01-17Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.Evan Cheng
2011-01-11Even if we don't have 7 bytes of stack space we may need to save andEric Christopher
2011-01-08Recognize inline asm 'rev /bin/bash, ' as a bswap intrinsic call.Evan Cheng
2011-01-07Lower some BUILD_VECTORS using VEXT+shuffle.Bob Wilson
2011-01-07Add testcases for PR8411 (vget_low and vget_high implemented as shuffles).Bob Wilson
2011-01-07Add ARM patterns to match EXTRACT_SUBVECTOR nodes.Bob Wilson
2011-01-06PR8921: LDM/POP do not support interworking prior to v5t.Bob Wilson
2011-01-01Update the testAnton Korobeynikov
2010-12-23Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions.Bob Wilson
2010-12-21Add ARM-specific DAG combining to cast i64 vector element load/stores to f64.Bob Wilson
2010-12-19move this test into the ARM test so that it is only run when the arm backendChris Lattner
2010-12-18Fix result type of Neon floating-point comparisons against zero.Bob Wilson
2010-12-17During local stack slot allocation, the materializeFrameBaseRegister functionBill Wendling
2010-12-17Fix a DAGCombiner crash when folding binary vector operations with constantBob Wilson
2010-12-17Combine several vector-related DAGCombiner tests.Bob Wilson
2010-12-17Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation.Bob Wilson
2010-12-161. ARM/MC/ELF: A few more ELF relocs for .oJason W Kim