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