aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren'tAkira Hatanaka2011-09-191-12/+22
* Nope, there's another one!Benjamin Kramer2011-09-191-1/+1
* Missed one instance of implicit pointer conversion.Benjamin Kramer2011-09-191-1/+1
* Silence -Wsign-compare warnings from GCC.Benjamin Kramer2011-09-191-2/+2
* Try to make MSVC 2010 happy.Benjamin Kramer2011-09-191-2/+2
* Specify an additional fixed bit in the Thumb2 SSAT encoding to prevent the de...Owen Anderson2011-09-191-0/+1
* Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman2011-09-192-2/+2
* ARM asm parsing should handle pre-indexed writeback w/o immediate.Jim Grosbach2011-09-191-0/+7
* Better Error ReportingDavid Greene2011-09-191-0/+4
* X86 has asterisk-free inline asm support now.Jakob Stoklund Olesen2011-09-191-4/+1
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-192-0/+153
* Thumb2 assembly parsing and encoding for SXTAB/SXTAB16/SXTAH.Jim Grosbach2011-09-192-0/+61
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-196-205/+671