aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2013-02-06Attempt to recover gdb bot after r174445.Manman Ren
2013-02-05Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren
2013-02-05[SjLj Prepare] When demoting an invoke instructions to the stack, if the normalChad Rosier
2013-02-05Link .ARM.exidx with corresponding text section.Logan Chien
2013-02-04[Stack Alignment] emit warning instead of a hard errorManman Ren
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-30Add missing header and test cases for r173939.Logan Chien
2013-01-29Fix 64-bit atomic operations in Thumb mode.Tim Northover
2013-01-25Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga
2013-01-19Remove some register allocation order dependencies.Jakob Stoklund Olesen
2013-01-11Simplify writing floating types to assembly.Tim Northover
2013-01-10Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren
2013-01-09MIsched: add an ILP window property to machine model.Andrew Trick
2013-01-08Specify complete triple for fp128 tests.Tim Northover
2013-01-08Allow the asm printer to print fp128 values properly.Tim Northover
2013-01-07Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga
2012-12-20Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson
2012-12-20Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin
2012-12-19LLVM sdisel normalize bit extraction of the form:Evan Cheng
2012-12-18Disable ARM partial flag dependency optimization at -OzQuentin Colombet
2012-12-18MISched: add dependence to ExitSU to model live-out latency.Andrew Trick
2012-12-10Some enhancements for memcpy / memset inline expansion.Evan Cheng
2012-12-07Added Mapping Symbols for ARM ELFTim Northover
2012-12-06Fix typos in CHECK lines.Dmitri Gribenko
2012-12-06Properly fix the tes.Evan Cheng
2012-12-06llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...NAKAMURA Takumi
2012-12-06[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier
2012-12-06Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng
2012-12-04ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-04Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren
2012-12-01Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen
2012-11-30Codegen failure for vmull with small vectorsSebastian Pop
2012-11-29Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling
2012-11-29Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga
2012-11-29Avoid rewriting instructions twice.Jakob Stoklund Olesen
2012-11-28ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer
2012-11-27Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier
2012-11-27CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren
2012-11-27Never use .lcomm on platforms where it does not accept an alignmentUlrich Weigand
2012-11-27Extend test case for r168657.Chad Rosier
2012-11-20Fix physical register liveness calculations:Tim Northover
2012-11-19Factor out type info emission into separate routine.Anton Korobeynikov
2012-11-17Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...Eli Friedman
2012-11-17[fast-isel] Add the -verify-machineinstrs to these test cases. The remainingChad Rosier
2012-11-16Remove hard coded registers in ARM ldrexd and strexd instructionsWeiming Zhao
2012-11-16Make sure FABS on v2f32 and v4f32 is legal on ARM NEONAnton Korobeynikov
2012-11-15Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missingEli Friedman
2012-11-14The code pattern "imm0_255_neg" is used for checking if an immediate value is...Nadav Rotem