aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
AgeCommit message (Expand)Author
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
2011-04-19Do not lose mem_operands while lowering VLD / VST intrinsics.Evan Cheng
2011-04-18Fix a bug where we were counting the alias sets as completely usedEric Christopher
2011-04-16Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...Evan Cheng
2011-04-15Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generateCameron Zwarich
2011-04-15The AND instruction leaves the V flag unmodified, so it falls victim to the sameCameron Zwarich
2011-04-15Add missing register forms of instructions to the ARM CMP-folding code. ThisCameron Zwarich
2011-04-15Fix another fcopysign lowering bug. If src is f64 and destination is f32, don'tEvan Cheng
2011-04-13Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>.Cameron Zwarich
2011-04-13Fix an obvious problem with an alignment computation. AsmPrinter actually doesCameron Zwarich
2011-04-13If a global variable has a specified alignment that is less than the preferredCameron Zwarich
2011-04-13Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...Andrew Trick
2011-04-13Temporarily revert r129408 to see if it brings the bots back.Eric Christopher
2011-04-12Fix a bug where we were counting the alias sets as completely usedEric Christopher