aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
2011-05-24Implement the immediate part of the 'B' modifier.Eric Christopher
2011-05-24Add support for the arm 'y' asm modifier.Eric Christopher
2011-05-23Fix <rdar://problem/9476260> by having tail calls always generate 32-bit bran...Cameron Zwarich
2011-05-22RTABI chapter 4.3.4 specifies __eabi_mem* calls. Specifically, __eabi_memset ...Renato Golin
2011-05-18Handle perfect shuffle case that generates a vrev for vectors of floats.Tanya Lattner
2011-05-18In r131488 I misunderstood how VREV works. It splits the vector in half and s...Tanya Lattner
2011-05-17vrev is incorrectly defined in the perfect shuffle table. The ordering is bac...Tanya Lattner
2011-05-16Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen
2011-05-12Correction. Use explicit target triple in the test.Galina Kistanova
2011-05-11Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).Nadav Rotem
2011-05-10Produce a __debug_frame section on darwin ARM when appropriate.Rafael Espindola
2011-05-04Give this test an explicit register allocator, so that it can work even ifDan Gohman
2011-05-04SjLj EH could produce a machine basic block that legitimately has more than oneBill Wendling
2011-05-04This test fails on ARM. The test shouldn't explicitly specify alignment (and ...Galina Kistanova
2011-05-04Do not emit location expression size twice.Devang Patel
2011-05-03Fix a bunch of ARM tests to be register allocation independent.Jakob Stoklund Olesen
2011-05-03Make the test less likely to fail with minor changes.Evan Cheng
2011-05-03Remove test for iOS divmod function, since that is disabled for now.Bob Wilson
2011-05-03Add a few ARM coprocessor intrinsics. Testcases includedBruno Cardoso Lopes
2011-05-03Add an unfolded offset field to LSR's Formula record. This is used toDan Gohman
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-04-29Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastE...Eli Friedman
2011-04-29Switch to ImmLeaf (which can be used by FastISel) for a few more common ARM/T...Eli Friedman
2011-04-29Fix run-line, again. :(Eli Friedman
2011-04-29Re-committing r130454, which does not in fact break anything.Eli Friedman
2011-04-29Add trunc->branch support, this won't help with clang's i8->i1 truncationsEric Christopher
2011-04-28Revert r130454; apparently this doesn't actually work.Eli Friedman
2011-04-28Fix runline.Eli Friedman
2011-04-28Fix a rather obscure crash caused by ARM fast-isel generating code which rede...Eli Friedman
2011-04-28Teach dwarf writer to handle complex address expression for .debug_loc entries.Devang Patel
2011-04-27If converter was being too cute. It look for root BBs (which don't haveEvan Cheng
2011-04-27Also add <imp-def> operands for defined and dead super-registers when rewriting.Jakob Stoklund Olesen
2011-04-26Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng
2011-04-26This test should be in MC. It breaks with changes to scheduling / register al...Evan Cheng
2011-04-26don't emit the symbol name twice for local bss and commonChris Lattner
2011-04-25Make this test disable fast isel as it's not needed.Eric Christopher
2011-04-25Make tests more useful.Benjamin Kramer
2011-04-23Thumb2 and ARM add/subtract with carry fixes.Andrew Trick
2011-04-21Fix DWARF description of Q registers.Devang Patel
2011-04-21Fix DWARF description of S registers.Devang Patel
2011-04-21Test case for r129922Devang Patel
2011-04-20Remove -use-divmod-libcall. Let targets opt in when they are available.Evan Cheng
2011-04-20Rewrite the expander for umulo/smulo to remember to sign extend the inputEric Christopher
2011-04-19CodeGen: Eliminate a use of getDarwinMajorNumber().Daniel Dunbar
2011-04-19This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson
2011-04-19Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.Bob Wilson
2011-04-19Avoid some 's' 16-bit instruction which partially update CPSRBob Wilson
2011-04-19Avoid write-after-write issue hazards for Cortex-A9.Bob Wilson
2011-04-19Tighten test case a bit.Jakob Stoklund Olesen
2011-04-19Make tests register allocation independent again.Jakob Stoklund Olesen