aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2013-05-13Correctly preserve the input chain for potential tailcall nodes whoseLang Hames
2013-05-13Fix PR15950 A bug in DAG Combiner about undef maskHao Liu
2013-05-05Test case for r181160 and r181161. rdar://13782395Evan Cheng
2013-05-05For ARM backend, fixed "byval" attribute support.Stepan Dyatkovskiy
2013-05-01Optimize away nop CONCAT_VECTOR nodes.Nadav Rotem
2013-04-30Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin
2013-04-30Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl
2013-04-30Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-26ARM/NEON: Pattern match vector integer abs to vabs.Benjamin Kramer
2013-04-25Fix constant folding for one lane vector types. Constant folding one lane vec...Silviu Baranga
2013-04-24MI Sched: eliminate local vreg copies.Andrew Trick
2013-04-23Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin
2013-04-22Extra paranoid test for r179925 (verify that tail calls are not generated to ...Stephen Lin
2013-04-22Fix for 5.5 Parameter Passing --> Stage C:Stepan Dyatkovskiy
2013-04-22Cleanup: test source files do not need to be executableArnaud A. de Grandmaison
2013-04-22Revert "Revert "PR14606: debug info imported_module support""David Blaikie
2013-04-21Legalize vector truncates by parts rather than just splitting.Jim Grosbach
2013-04-21ARM: Split out cost model vcvt testcases.Jim Grosbach
2013-04-21ARM: fix part of test which actually needed an asserts buildTim Northover
2013-04-21ARM: Use ldrd/strd to spill 64-bit pairs when available.Tim Northover
2013-04-20ARM: don't add FrameIndex offset for LDMIA (has no immediate)Tim Northover
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-04-18Fix for PR14824, An ARM Load/Store Optimization bugHao Liu
2013-04-16Implement ARM unwind opcode assembler.Logan Chien
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck
2013-04-11Add missing colons to check lines.Benjamin Kramer
2013-04-11FileCheckize a bunch of tests.Benjamin Kramer
2013-04-09DAGCombiner: Fold a shuffle on CONCAT_VECTORS into a new CONCAT_VECTORS if po...Benjamin Kramer
2013-04-05Reverting 178851 as it broke buildbotsRenato Golin
2013-04-05Fix for PR14824: "Optimization arm_ldst_opt inserts newly generated instructi...Stepan Dyatkovskiy
2013-04-04Avoid high-latency false CPSR dependencies even for tMOVSi.Jakob Stoklund Olesen
2013-04-04New-password-test commit.Stepan Dyatkovskiy
2013-04-02DAGCombiner: Merge store/loads when we have extload/truncstoresArnold Schwaighofer
2013-03-29Remove the old CodePlacementOpt pass.Benjamin Kramer
2013-03-28Revert "Adding DIImportedModules to DIScopes."David Blaikie
2013-03-27Enabling the generation of dependency breakers for partial updates on Cortex-...Silviu Baranga
2013-03-27Adding DIImportedModules to DIScopes.David Blaikie
2013-03-22Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie
2013-03-21Move the DIFile in DISubprogram to the beginning to be a common prefix along ...David Blaikie
2013-03-21Fix Darwin NEON FP and increase coverageRenato Golin
2013-03-21Remove unused field in DISubprogramDavid Blaikie
2013-03-21Avoid NEON SP-FP unless unsafe-math or DarwinRenato Golin
2013-03-20Debug info: refactor the first field of DICompileUnit to be a raw file/direct...David Blaikie
2013-03-20When computing the demanded bits of Load SDNodes, make sure that we are looki...Nadav Rotem
2013-03-20Debug Info: Swap the 2nd and 3rd parameters to DICompileUnit to match the com...David Blaikie
2013-03-20Remove unused field in DICompileUnitDavid Blaikie