aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-03-30Merge 99620 from mainline.Tanya Lattner
2010-03-12Merge 97980 from mainline.Tanya Lattner
2010-03-11Merge 98212 from mainline.Tanya Lattner
2010-03-11Merge 98203 from mainline.Tanya Lattner
2010-03-06Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck
2010-03-06Initial bits of ARMv4-only support.Anton Korobeynikov
2010-03-06Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov
2010-03-06revert r97807, it introduced build warnings.Chris Lattner
2010-03-05Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. ThisCharles Davis
2010-03-05Better handling of dead super registers in LiveVariables. We used to do this:Jakob Stoklund Olesen
2010-03-05We don't really care about correct register liveness information after theJakob Stoklund Olesen
2010-03-05Avoid creating bad PHI instructions when BR is being const-folded.Jakob Stoklund Olesen
2010-03-05fix bss section printing for cell, patch by Kalle Raiskila!Chris Lattner
2010-03-05Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck
2010-03-05Fix an oops in x86 sibcall optimization. If the ByVal callee argument is itse...Evan Cheng
2010-03-05Fix PR6497, a bug where we'd fold a load into an addcChris Lattner
2010-03-05cleanupChris Lattner
2010-03-05Rever 96389 and 96990. They are causing some miscompilation that I do not ful...Evan Cheng
2010-03-05Revert r97766. It's deleting a tag.Bill Wendling
2010-03-05Micro-optimization:Bill Wendling
2010-03-04Drop the ".w" qualifier for t2UXTB16* instructions as there is no 16-bit versionJohnny Chen
2010-03-04pr6478: The frame pointer spill frame index is only defined when there is aBob Wilson
2010-03-04pr6480: Don't try producing ld/st-multiple instructions when the address isBob Wilson
2010-03-04Fix the remaining MUL8 and DIV8 to define AX instead of AL,AH.Jakob Stoklund Olesen
2010-03-04Fix recognition of 16-bit bswap for C front-ends which emit theDan Gohman
2010-03-03Revert r97580; that's not the right way to fix this.Dan Gohman
2010-03-03This test case:Bill Wendling
2010-03-02Fix some issues in WalkChainUsers dealing with Chris Lattner
2010-03-02this testcase is failing because pic16 doesn't define a reg/reg Chris Lattner
2010-03-02xfail this for now.Chris Lattner
2010-03-02When expanding an expression such as (A + B + C + D), sort the operandsDan Gohman
2010-03-02clean up some testcases.Chris Lattner
2010-03-02Fix the xfail I added a couple of patches back. The issueChris Lattner
2010-03-02Rewrite chain handling validation and input TokenFactor handlingChris Lattner
2010-03-02Fix several places to handle vector operands properly.Dan Gohman
2010-03-01Fix PR2590 by making PatternSortingPredicate actually be Chris Lattner
2010-03-01stop using anders-aaChris Lattner
2010-03-01Rewrite test to test VLA using new debug info encoding scheme.Devang Patel
2010-03-01Remove this generic debug info intrinsic test. LLVM does not use this llvm.db...Devang Patel
2010-02-28add some random nounwinds.Chris Lattner
2010-02-28Don't try to replace physical registers when doing CSE.Dan Gohman
2010-02-27Add nounwinds.Dan Gohman
2010-02-27Re-apply 97040 with fix. This survives a ppc self-host llvm-gcc bootstrap.Evan Cheng
2010-02-26Use the right floating point load/store instructions in PPCInstrInfo::foldMem...Jakob Stoklund Olesen
2010-02-26Reapply things reverted back in 97220, with the fixed test case.Sanjiv Gupta
2010-02-26Fix XCoreTargetLowering::isLegalAddressingMode() to handle VoidTy.Richard Osborne
2010-02-25change the scope node to include a list of children to be checkedChris Lattner
2010-02-25Revert r97064. Duncan pointed out that bitcasts are defined inDan Gohman
2010-02-25Make LoopSimplify change conditional branches in loop exiting blocksDan Gohman
2010-02-24Create a stack frame on ARM whenJakob Stoklund Olesen