summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Followup to 132316; accept arbitrary constants, add with a constant,Stuart Hastings2011-05-31
* 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
* Fix ssat and ssat16 encodings for ARM and Thumb. The bit position valueBruno Cardoso Lopes2011-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
* (1 - X) * (-2) -> (x - 1) * 2, for all positive nonzero powers of 2Stuart Hastings2011-05-30
* Add the test case for phis in the outer landing pad during the inliner'sJohn McCall2011-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
* Add testcase for r132290, to check for the crasher caught by the buildbotsNick Lewycky2011-05-29
* On Darwin ARM, set the UNWIND_RESUME libcall to _Unwind_SjLj_Resume.John McCall2011-05-29
* Obey the isVolatile bit on memory intrinsics when analyzing uses of a globalNick Lewycky2011-05-29
* Use %rbp on a 64 bit test.Rafael Espindola2011-05-29
* Move ARM specific test into the ARM subdir.Benjamin Kramer2011-05-28
* ConstantFoldInstOperands doesn't like compares, hand it off to instsimplify i...Benjamin Kramer2011-05-28
* Implement and document the llvm.eh.resume intrinsic, which isJohn McCall2011-05-28
* 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
* Add missing newlines.Chad Rosier2011-05-28
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-28
* Fix test cases that were previously using grep to use FileCheckChad Rosier2011-05-28
* Fix the remaining atomic intrinsics to use the right register classes on Thumb2,Cameron Zwarich2011-05-27
* ARM asm parser wasn't able to parse a "mov" instruction while in ThumbBruno Cardoso Lopes2011-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
* Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola2011-05-27
* Make size computation less brittle.Rafael Espindola2011-05-27
* Add the suffix to the Win64 EH data sections' names if given. Add a test forCharles Davis2011-05-27
* Typo is test caseChad Rosier2011-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
* CRC32 intrinsics were renamed at revision 132163. This submissionChad Rosier2011-05-27
* Add iOS testEvan Cheng2011-05-27
* Fix the inliner to maintain the current de facto invoke semantics:John McCall2011-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
* Assorted fixes for Win64 EH unwind info emission:Charles Davis2011-05-27
* InstCombine: Make switch folding with equality compares more aggressive by tr...Benjamin Kramer2011-05-27
* Fix PR10029 - VerifyCoalescing failure on patterns_dfa.c of 445.gobmk.Cameron Zwarich2011-05-27
* Add a test for Win64 EH unwind information emission.Charles Davis2011-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
* Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova2011-05-26
* Add support for C++ exception handling.Akira Hatanaka2011-05-26