aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-08-24Be stricter in enforcing IT instruction predicate values, so that we don't en...Owen Anderson
2011-08-24Port over more encoding tests to decoding tests.Owen Anderson
2011-08-24Tidy up. Trailing whitespace.Jim Grosbach
2011-08-24Add Uses=[SP] to call instructions. This fixes a miscompilation with aRichard Osborne
2011-08-24Break 256-bit vector int add/sub/mul into two 128-bit operations to avoid cos...Craig Topper
2011-08-24Add the sentinal "no handle" value to the ResumeInst.Bill Wendling
2011-08-23Don't replace *all* uses with the new stuff.Bill Wendling
2011-08-23Look at the end of the entry block for an invoke.Bill Wendling
2011-08-23Fix a nasty bug where a v4i64 was being wrong emitted with 32-bitBruno Cardoso Lopes
2011-08-23A landingpad instruction is neither folded nor dead.Bill Wendling
2011-08-23Move ARM frame-unwinding EHABI handling a touch earlier.Jim Grosbach
2011-08-23[SU]XT[BH] are only available on ARMv6 and up.Jim Grosbach
2011-08-23Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman
2011-08-23Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng
2011-08-23Revert "Address Duncan's CR request:"Eric Christopher
2011-08-23Thumb parsing and encoding for WFE, WFI and YIELD.Jim Grosbach
2011-08-23Thumb parsing and encoding for UXTB and UXTH.Jim Grosbach
2011-08-23Thumb parsing and encoding for TST.Jim Grosbach
2011-08-23Thumb parsing and encoding for SXTB and SXTH.Jim Grosbach
2011-08-23Thumb parsing and encoding for SVC.Jim Grosbach
2011-08-23Thumb parsing and encoding for SUB.Jim Grosbach
2011-08-23Fix 80 col violations.Evan Cheng
2011-08-23PerformSubCombine to work on integers larger than i128. Fixes a crasher.Nick Lewycky
2011-08-23Thumb parsing and encoding for STRH.Jim Grosbach
2011-08-23Thread safety: Adding in an option for variadic expr* array of argumentsCaitlin Sadowski
2011-08-23Thumb parsing and encoding for STRB.Jim Grosbach
2011-08-23Thumb parsing and encoding for tSTRspi.Jim Grosbach
2011-08-23Thumb parsing and encoding for STR.Jim Grosbach
2011-08-23Fix an example in the documentation.Rafael Espindola
2011-08-23Thumb parsing and encoding for STM.Jim Grosbach
2011-08-23Factor low reg checking into a helper function.Jim Grosbach
2011-08-23Fix a typo in the test from the previous commit.Nadav Rotem
2011-08-23Fix decoding of Thumb2 prefetch instructions, which account for all the remai...Owen Anderson
2011-08-23Address Duncan's CR request:Nadav Rotem
2011-08-23Fix Thumb2 decoding of CPS instructions to mirror ARM decoding of the same in...Owen Anderson
2011-08-23Clean up Thumb load/store multiple definitions.Jim Grosbach
2011-08-23Fix two more instances of mis-matched operand names breaking disassembly. Fo...Owen Anderson
2011-08-23Port more assemble tests over to disassembly tests.Owen Anderson
2011-08-23This patch adds support of le32 pseudo-cpu that stands for genericIvan Krasin
2011-08-23Fix fpimmm->fpimm typo.Eric Christopher
2011-08-23Update config.sub, config.guess and configure.Ivan Krasin
2011-08-23Add support for breaking 256-bit v16i16 and v32i8 VSETCC into two 128-bit one...Craig Topper
2011-08-23lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi
2011-08-23Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes
2011-08-22Thumb parsing and encoding for SETEND.Jim Grosbach
2011-08-22Thumb parsing and encoding for SBC.Jim Grosbach
2011-08-22Thumb parsing and encoding for RSB.Jim Grosbach
2011-08-22Reject invalid imod values in t2CPS instructions.Owen Anderson
2011-08-22Add an MCInstrAnalysis version of isCall.Benjamin Kramer
2011-08-22Thumb parsing and encoding for ROR.Jim Grosbach