aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2011-05-31Add XCore intrinsic for crc8.Richard Osborne
2011-05-31Add XCore intrinsic for crc32.Richard Osborne
2011-05-31Convert test to FileCheck.Richard Osborne
2011-05-31This patch implements atomic intrinsics atomic.load.add (sub,and,or,xor,Bruno Cardoso Lopes
2011-05-31This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes
2011-05-30Use the dwarf->llvm mapping to print register names in the cfiRafael Espindola
2011-05-29Fix PR10046 by updating LiveVariables kill info when splitting live ranges.Jakob Stoklund Olesen
2011-05-29On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall
2011-05-29I didn't mean to commit these residues of a personal project.John McCall
2011-05-29On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall
2011-05-28Add support for ARM ldrexd/strexd intrinsics. They both use i32 register pairsBruno Cardoso Lopes
2011-05-28Implement the 'M' output modifier for arm inline asm. This is fairlyEric Christopher
2011-05-28Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka
2011-05-27Fix the remaining atomic intrinsics to use the right register classes on Thumb2,Cameron Zwarich
2011-05-27Force a triple to make this test pass on Darwin.Eli Friedman
2011-05-27Add a GR32_NOREX_NOSP register class and fix a bug where getMatchingSuperRegC...Cameron Zwarich
2011-05-27Make size computation less brittle.Rafael Espindola
2011-05-27Make room for register allocation to improve.Jakob Stoklund Olesen
2011-05-27Don't use movw / movt for iOS static codegen for now to workaround some tools...Evan Cheng
2011-05-27Delete a test that is no longer relevant.Jakob Stoklund Olesen
2011-05-27Add iOS testEvan Cheng
2011-05-27And fix the test in r132194.Eli Friedman
2011-05-27Fix a silly mistake (which trips over an assertion) in r132099. rdar://9515076Eli Friedman
2011-05-27Select DW_AT_const_value size based on variable size.Devang Patel
2011-05-27Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich
2011-05-26Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier
2011-05-26During branch folding avoid inserting redundant DBG_VALUE machine instructions.Devang Patel
2011-05-26Add support for C++ exception handling.Akira Hatanaka
2011-05-26Fix test on Windows.Eli Friedman
2011-05-26Reverting 132105: it broke some LLVM-GCC DejaGNU tests.Stuart Hastings
2011-05-26Correctly handle a one-word struct passed byval on x86_64.Stuart Hastings
2011-05-25Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman
2011-05-25Define WeakRefDirective.Akira Hatanaka
2011-05-25Implement the 'm' modifier. Note that it only works for memory operands.Eric Christopher
2011-05-25Custom-lower FCOPYSIGN nodes.Akira Hatanaka
2011-05-25Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. ThisCameron Zwarich
2011-05-25Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola
2011-05-25Fix lowering of DYNAMIC_STACKALLOC nodes.Akira Hatanaka
2011-05-24Implement the arm 'L' asm modifier.Eric Christopher
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-24Test case for r132003.Akira Hatanaka
2011-05-24Fix test case.Akira Hatanaka
2011-05-24Revision 131986 test case.Akira Hatanaka
2011-05-24Fix the defaults for .eh_frame. We were marking it as writable.Rafael Espindola
2011-05-24- Teach SelectionDAG::isKnownNeverZero to return true (op x, c) when c isEvan Cheng
2011-05-23Add pattern for double-to-integer conversion. Patch by Sasa Stankovic.Akira Hatanaka
2011-05-23When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman
2011-05-23Change StackDirection from StackGrowsUp to StackGrowsDown.Akira Hatanaka
2011-05-23Test case for r131908.Devang Patel