summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
* ARM NEON: Merge a f32 bitcast of a v2i32 extracteltArnold Schwaighofer2013-02-191-0/+25
* Comment out the rdar number.Chad Rosier2013-02-181-1/+1
* [fast-isel] Remove an invalid assert.Chad Rosier2013-02-181-0/+7
* Re-apply r175088 for bug fix 13622: Add paired register support forWeiming Zhao2013-02-142-2/+55
* Make ARMAsmParser accept the correct alignment specifier syntax in instructions.Kristof Beyls2013-02-141-1/+1
* temporarily revert the patch due to some conflictsWeiming Zhao2013-02-132-55/+2
* Bug fix 13622: Add paired register support for inline asm with 64-bit data on...Weiming Zhao2013-02-132-2/+55
* PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIADavid Peixotto2013-02-131-0/+28
* ARM NEON: Handle v16i8 and v8i16 reverse shufflesArnold Schwaighofer2013-02-121-0/+27
* Revert 172027 and 174336. Remove diagnostics about over-aligned stack objects.Bob Wilson2013-02-082-20/+1
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-062-2/+2
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-052-2/+2
* [SjLj Prepare] When demoting an invoke instructions to the stack, if the normalChad Rosier2013-02-051-0/+67
* Link .ARM.exidx with corresponding text section.Logan Chien2013-02-051-0/+47
* [Stack Alignment] emit warning instead of a hard errorManman Ren2013-02-041-2/+2
* Add a special ARM trap encoding for NaCl.Eli Bendersky2013-01-301-0/+28
* Add missing header and test cases for r173939.Logan Chien2013-01-304-0/+211
* Fix 64-bit atomic operations in Thumb mode.Tim Northover2013-01-291-0/+147
* Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga2013-01-251-2/+2
* Remove some register allocation order dependencies.Jakob Stoklund Olesen2013-01-193-11/+11
* Simplify writing floating types to assembly.Tim Northover2013-01-111-10/+0
* Stack Alignment: throw error if we can't satisfy the minimal alignmentManman Ren2013-01-102-1/+20
* MIsched: add an ILP window property to machine model.Andrew Trick2013-01-091-48/+0
* Specify complete triple for fp128 tests.Tim Northover2013-01-081-1/+1
* Allow the asm printer to print fp128 values properly.Tim Northover2013-01-081-0/+10
* Make the MergeGlobals pass correctly handle the address space qualifiers of t...Silviu Baranga2013-01-071-0/+12
* Revert "Adding support for llvm.arm.neon.vaddl[su].* and"Bob Wilson2012-12-202-128/+0
* Adding support for llvm.arm.neon.vaddl[su].* andRenato Golin2012-12-202-0/+128
* LLVM sdisel normalize bit extraction of the form:Evan Cheng2012-12-191-0/+25
* Disable ARM partial flag dependency optimization at -OzQuentin Colombet2012-12-181-0/+34
* MISched: add dependence to ExitSU to model live-out latency.Andrew Trick2012-12-181-0/+48
* Some enhancements for memcpy / memset inline expansion.Evan Cheng2012-12-104-30/+133
* Added Mapping Symbols for ARM ELFTim Northover2012-12-071-2/+2
* Fix typos in CHECK lines.Dmitri Gribenko2012-12-061-1/+1
* Properly fix the tes.Evan Cheng2012-12-061-2/+1
* llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...NAKAMURA Takumi2012-12-061-1/+1
* [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier2012-12-061-3/+94
* Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng2012-12-061-0/+27
* ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng2012-12-041-0/+191
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-042-2/+2
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-042-2/+2
* Stack Alignment: when creating stack objects in MachineFrameInfo, make sureManman Ren2012-12-041-0/+48
* Simplify REG_SEQUENCE lowering.Jakob Stoklund Olesen2012-12-011-3/+3
* Codegen failure for vmull with small vectorsSebastian Pop2012-11-301-0/+150
* Handle the situation where CodeGenPrepare removes a reference to a BB that hasBill Wendling2012-11-291-0/+23
* Added atomic 64 min/max/umin/umax instrinsics support in the ARM backend.Silviu Baranga2012-11-291-0/+61
* Avoid rewriting instructions twice.Jakob Stoklund Olesen2012-11-291-0/+41
* ARM: Implement CanLowerReturn so large vectors get expanded into sret.Benjamin Kramer2012-11-281-0/+12
* Add -verify-machineinstrs to these fast-isel test cases.Chad Rosier2012-11-274-6/+6
* CSE: allow PerformTrivialCoalescing to check copies across basic blockManman Ren2012-11-271-0/+32
OpenPOWER on IntegriCloud