aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Thumb2 assembly parsing and encoding for USUB8/USUB16.Jim Grosbach2011-09-201-0/+16
* Thumb2 assembly parsing and encoding for USAX.Jim Grosbach2011-09-202-0/+20
* Thumb2 assembly parsing and encoding for USAT16.Jim Grosbach2011-09-201-0/+10
* Thumb2 assembly parsing and encoding for USAT.Jim Grosbach2011-09-201-0/+16
* Remove incorrect comments. These are not disassmebly only patterns.Jim Grosbach2011-09-201-12/+6
* Tidy up.Jim Grosbach2011-09-201-1/+3
* Thumb2 assembly parsing and encoding for UQSAD8/USADA8.Jim Grosbach2011-09-201-0/+16
* Thumb2 assembly parsing and encoding for UQSUB16/UQSUB8.Jim Grosbach2011-09-201-0/+16
* Thumb2 assembly parsing and encoding for UQASX/UQSAX.Jim Grosbach2011-09-202-0/+32
* Thumb2 assembly parsing and encoding for UQADD16/UQADD8.Jim Grosbach2011-09-201-0/+16
* Remove llvmc from CMake as well.Eric Christopher2011-09-201-1/+0
* Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction.Jim Grosbach2011-09-201-0/+8
* Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,Bruno Cardoso Lopes2011-09-205-7/+7
* Thumb CPS definition is not disassembler only.Jim Grosbach2011-09-201-2/+1
* Thumb2 range check on CPS mode immediate.Jim Grosbach2011-09-191-1/+1
* tMOVSr is not allowed in an IT block either.Owen Anderson2011-09-191-0/+1
* Update to the new EH syntax.Bill Wendling2011-09-191-7/+3
* CPS instructions are UNPREDICTABLE inside IT blocks.Owen Anderson2011-09-191-0/+4
* Dramatically reduce this testcase.Bill Wendling2011-09-191-873/+14
* Tidy up comments.Jim Grosbach2011-09-191-10/+5
* Fix PR10949. Fix the encoding of VMOVPQIto64rr.Bruno Cardoso Lopes2011-09-192-3/+7
* Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes2011-09-192-0/+23
* Tidy up a bit.Jim Grosbach2011-09-191-30/+31
* Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL.Jim Grosbach2011-09-192-4/+40
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-192-12/+2
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-1982-3115/+2
* Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8.Jim Grosbach2011-09-191-0/+16
* Thumb2 assembly parsing and encoding for UHASX/UHSAX.Jim Grosbach2011-09-192-0/+30
* Thumb2 assembly parsing and encoding for UHADD16/UHADD8.Jim Grosbach2011-09-191-0/+16
* Thumb2 assembly parsing and encoding for UBFX.Jim Grosbach2011-09-191-0/+12
* Thumb2 assembly parsing and encoding for UASX.Jim Grosbach2011-09-192-0/+20
* Update test to remove the 'unwind' instruction.Bill Wendling2011-09-191-1/+4
* If we are extracting a basic block that ends in an invoke call, we must alsoBill Wendling2011-09-191-1/+8
* Fix copy/past-o. Gotta remember that 'modify' step...Jim Grosbach2011-09-191-1/+1
* Thumb2 assembly parsing and encoding for UADD16/UADD8.Jim Grosbach2011-09-191-0/+16
* Thumb2 assembly parsing and encoding for TST.Jim Grosbach2011-09-191-0/+20
* Thumb2 TBB and TBH instructions are only allowed at the end of IT blocks, not...Owen Anderson2011-09-191-0/+2
* Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach2011-09-197-4/+102
* Replace uses of unwind with unreachable for the same effect.Bill Wendling2011-09-191-2/+2
* Replace more uses of 'unwind' in the tests with calls to landingpad andBill Wendling2011-09-195-27/+29
* Some additional tests for Thumb atomic load and store (which I somehow forgot...Eli Friedman2011-09-191-0/+15
* Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...Eli Friedman2011-09-192-21/+29
* Thumb2 assembly parsing and encoding for TEQ.Jim Grosbach2011-09-191-0/+20
* Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fixBruno Cardoso Lopes2011-09-192-60/+49
* This testcase is dead. It doesn't inline even if I add the 'alwaysinline'Bill Wendling2011-09-191-23/+0
* Regenerate configure.Eric Christopher2011-09-192-5/+4
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-1910-24/+24
* Tidy up a bit.Jim Grosbach2011-09-191-4/+2
* Remove FIXME. TBB/TBH are Thumb mode only instructions.Jim Grosbach2011-09-191-5/+0
* Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH.Jim Grosbach2011-09-194-12/+150