summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update config.sub, config.guess and configure.Ivan Krasin2011-08-23
* Add support for breaking 256-bit v16i16 and v32i8 VSETCC into two 128-bit one...Craig Topper2011-08-23
* lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi2011-08-23
* Introduce a pass to insert vzeroupper instructions to avoid AVX toBruno Cardoso Lopes2011-08-23
* Thumb parsing and encoding for SETEND.Jim Grosbach2011-08-22
* Thumb parsing and encoding for SBC.Jim Grosbach2011-08-22
* Thumb parsing and encoding for RSB.Jim Grosbach2011-08-22
* Reject invalid imod values in t2CPS instructions.Owen Anderson2011-08-22
* Add an MCInstrAnalysis version of isCall.Benjamin Kramer2011-08-22
* Thumb parsing and encoding for ROR.Jim Grosbach2011-08-22
* Thumb parsing and encoding for REV/REV16/REVSH.Jim Grosbach2011-08-22
* Split the landing pad's edge. Then for all uses of a landingpad instruction'sBill Wendling2011-08-22
* t2SMLAD is a four-register instruction, not a three-register one.Owen Anderson2011-08-22
* Correct operand naming of t2USAT16 to allow proper decoding.Owen Anderson2011-08-22
* Revert r138278 now that r138289 has fixed the root issue.Jim Grosbach2011-08-22
* Match operand naming to allow correct decoding of t2LDRSH_POST.Owen Anderson2011-08-22
* docs/ReleaseNotes.html: Mention that Windows 2000 will not be supported any m...NAKAMURA Takumi2011-08-22
* Improve error checking for tPUSH and tPOP register lists.Jim Grosbach2011-08-22
* Match operand names to provide correct decoding for Thumb2 SMULL.Owen Anderson2011-08-22
* Tidy up. Trailing whitespace.Jim Grosbach2011-08-22
* Provide a correct decoder hook for Thumb2 shifted registers. Found by random...Owen Anderson2011-08-22
* Add NativeClient support to Triple::ParseOS.Ivan Krasin2011-08-22
* Thumb parsing and encoding for PUSH.Jim Grosbach2011-08-22
* Follow up to Jim's r138278. This fixes commuteInstruction so it handles two-a...Evan Cheng2011-08-22
* Fix think-o.Jim Grosbach2011-08-22
* Thumb assemmbly parsing diagnostic improvements for LDM.Jim Grosbach2011-08-22
* Thumb assembly parsing and encoding for POP.Jim Grosbach2011-08-22
* X86: Add some operand types required to identify calls.Benjamin Kramer2011-08-22
* Temporarilly mark tMUL as not commutable.Jim Grosbach2011-08-22
* Some minor wording updates and cross-linking for atomic docs. Explicitly not...Eli Friedman2011-08-22
* Provide operand encoding information for half-precision VCVT instructions. F...Owen Anderson2011-08-22
* Add support for breaking 256-bit int VETCC into two 128-bit ones,Bruno Cardoso Lopes2011-08-22
* Add 128-bit AVX codegen for PCMP* family of integer instructionsBruno Cardoso Lopes2011-08-22
* Fix decoding of VMOVSRR and VMOVRRS, which account for the overwhelming major...Owen Anderson2011-08-22
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-22
* Tighten up ARM reglist validation a bit.Jim Grosbach2011-08-22
* Some whitespace fixes and #include reordering.Bill Wendling2011-08-22
* Fix another batch of VLD/VST decoding crashes discovered by randomized testing.Owen Anderson2011-08-22
* Be less redundant.Nick Lewycky2011-08-22
* Correct writeback handling of duplicating VLD instructions. Discovered by ra...Owen Anderson2011-08-22
* Port another swathe of Thumb1 encoding tests over to decoding tests.Owen Anderson2011-08-22
* Clean up predicates on ARM target instruction aliases.Jim Grosbach2011-08-22
* Fix an incorrect shift when decoding SP-relative stores in Thumb1-mode. Add ...Owen Anderson2011-08-22
* Thumb assembly parsing and encoding for ORR.Jim Grosbach2011-08-22
* Add a comment.Dan Gohman2011-08-22
* Constant pointers to objects don't need reference counting.Dan Gohman2011-08-22
* Make a few tests slightly more strict.Dan Gohman2011-08-22
* Testcase for PR10663.Duncan Sands2011-08-22
* Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS, folding itsJay Foad2011-08-22
* PathV2: Handle more reserved filenames on windows.Benjamin Kramer2011-08-20