summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAge
* LSR: rewrite inner loops only.Andrew Trick2011-09-29
* whitespaceAndrew Trick2011-09-29
* Tighten a ARM dag combine condition to avoid an identity transformation, whichEvan Cheng2011-09-28
* Convert more tests over to the new atomic instructions.Eli Friedman2011-09-26
* PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 201...David Meyer2011-09-26
* Also match negative offsets for addrmode3 and addrmode5.Jakob Stoklund Olesen2011-09-23
* Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman2011-09-22
* Fix a bug introduced during refactoring a couple of months ago. Cortex-M3 doe...Evan Cheng2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* Some additional tests for Thumb atomic load and store (which I somehow forgot...Eli Friedman2011-09-19
* Some legalization fixes for atomic load and store.Eli Friedman2011-09-15
* Fix mistake in test runline.Eli Friedman2011-09-12
* Make the SelectionDAG verify that all the operands of BUILD_VECTOR have the s...Eli Friedman2011-09-09
* Directly point debug info to the stack slot of the arugment, instead of tryin...Devang Patel2011-09-08
* Relax the MemOperands on atomics a bit. Fixes -verify-machineinstrs failures...Eli Friedman2011-09-07
* Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky2011-09-06
* Fix fall outs from my recent change on how carry bit is modeled during isel.Evan Cheng2011-09-06
* Atomic pseudos don't use (as in read) CPSR. They clobber it.Jakob Stoklund Olesen2011-09-06
* Don't fast-isel for atomic load/store; some cases require extra handling miss...Eli Friedman2011-09-02
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-01
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Permit remat of partial register defs when it is safe.Jakob Stoklund Olesen2011-09-01
* Prevent remat of partial register redefinitions.Jakob Stoklund Olesen2011-09-01
* Generic expansion for atomic load/store into cmpxchg/atomicrmw xchg; implemen...Eli Friedman2011-08-31
* 64-bit atomic cmpxchg for ARM.Eli Friedman2011-08-31
* Some minor cleanups for r138845.Eli Friedman2011-08-31
* Some 64-bit atomic operations on ARM. 64-bit cmpxchg coming next.Eli Friedman2011-08-31
* Change ARM / Thumb2 addc / adde and subc / sube modeling to use physicalEvan Cheng2011-08-30
* Add testcase for r138746.Owen Anderson2011-08-29
* Atomic load/store on ARM/Thumb.Eli Friedman2011-08-26
* ARM fix for missing implicit operands on ldmia_ret.Andrew Trick2011-08-25
* With the fix in r138164: "Add <imp-def> operands to QQ and QQQQ stack loads."Chad Rosier2011-08-20
* VMOVQQQQs pseudo instructions are only created by ARMBaseInstrInfo::copyPhysReg.Chad Rosier2011-08-20
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-19
* Use regex to remove false dependencies on register allocation.Jim Grosbach2011-08-19
* Update tests.Jim Grosbach2011-08-19
* FastISel: avoid function calls between the materialization of the constant an...Ivan Krasin2011-08-18
* Thumb assembly parsing and encoding for ADR.Jim Grosbach2011-08-17
* Fix this test to avoid leaving a temporary file behind.Eric Christopher2011-08-15
* Expand VMOVQQQQ pseudo instructions.Bob Wilson2011-08-13
* ARM push of a single register encodes as pre-indexed STR.Jim Grosbach2011-08-11
* ARM pop of a single register encodes as post-indexed LDR.Jim Grosbach2011-08-11
* While extending definition range of a debug variable, consult lexical scopes ...Devang Patel2011-08-10
* Add support for the R and Q constraints.Rafael Espindola2011-08-10
* Inflate register classes after coalescing.Jakob Stoklund Olesen2011-08-09
* print st_shndx with the correct number of bits.Rafael Espindola2011-08-04
* print st_other with the correct number of bits.Rafael Espindola2011-08-04
* print st_type with the correct number of bits.Rafael Espindola2011-08-04
* Print st_bind with the correct number of bits.Rafael Espindola2011-08-04
* Print r_sym with the correct number of bits.Rafael Espindola2011-08-04