aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2010-09-25Add test case for PTX ret instructionChe-Liang Chiou
2010-09-25Add ret instruction to PTX backendChe-Liang Chiou
2010-09-24Enable code placement optimization pass for ARM.Evan Cheng
2010-09-23Set alignment operand for NEON VST instructions.Bob Wilson
2010-09-23Set alignment operand for NEON VLD instructions.Bob Wilson
2010-09-23Disable codegen prepare critical edge splitting. Machine instruction passes nowEvan Cheng
2010-09-22A select between a constant and zero, when fed by a bit test, can be efficientlyOwen Anderson
2010-09-22Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.Cameron Esfahani
2010-09-22Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner
2010-09-22reimplement elf TLS support in terms of addressing modes, eliminating Segment...Chris Lattner
2010-09-22linux has a different stack alignment than the mac, relax this a bit.Chris Lattner
2010-09-22give VZEXT_LOAD a memory operand, it now works with segment registers.Chris Lattner
2010-09-22revert r114386 now that address modes work correctly, we get a niceChris Lattner
2010-09-21give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner
2010-09-21filecheckizeChris Lattner
2010-09-21OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe...Evan Cheng
2010-09-21Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ...Owen Anderson
2010-09-21Use FileCheckDevang Patel
2010-09-21When adding the carry bit to another value on X86, exploit the fact that the ...Owen Anderson
2010-09-21fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner
2010-09-20Enable machine sinking critical edge splitting. e.g.Evan Cheng
2010-09-20CombinerAA is now reordering these stores.Owen Anderson
2010-09-20When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson
2010-09-20Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach
2010-09-19test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa...NAKAMURA Takumi
2010-09-18Add the exit instruction to the PTX target.Eric Christopher
2010-09-18Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson
2010-09-17Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64Bob Wilson
2010-09-17Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach
2010-09-17Teach machine sink toEvan Cheng
2010-09-17Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach
2010-09-17FileCheck-izeJim Grosbach
2010-09-17Move thumb2 tests to the thumb2 directoryJim Grosbach
2010-09-17tweak test to check instructions rather than relying on the comment stringJim Grosbach
2010-09-17Avoid emitting a PIC base register if no PIC addresses are needed.Dan Gohman
2010-09-17tweak test to check instructions rather than relying on the comment stringJim Grosbach
2010-09-17tweak test to check instructions rather than relying on the comment stringJim Grosbach
2010-09-16When substituting sunkaddrs into indirect arguments an asm, we wereDale Johannesen
2010-09-16Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila
2010-09-15Reapply Gabor's 113839, 113840, and 113876 with a fix for a problemBob Wilson
2010-09-15the darwin9-powerpc buildbot keeps consistently crashing,Gabor Greif
2010-09-14forgot the testcase change for r113839Gabor Greif
2010-09-14test for and-tst peephole optimizationGabor Greif
2010-09-13Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson
2010-09-12Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher
2010-09-10Fix test so it passes on non-Darwin hosts.Evan Cheng
2010-09-10Fix merging base-updates for VLDM/VSTM: Before I switched these instructionsBob Wilson
2010-09-10Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng
2010-09-09Add one more pattern to fallback movddupBruno Cardoso Lopes
2010-09-09Fix NEON VLD pseudo instruction itineraries that were incorrectly copied fromBob Wilson