summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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 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
* 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
* 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
* 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
* Follow up to Jim's r138278. This fixes commuteInstruction so it handles two-a...Evan Cheng2011-08-22
* Thumb assemmbly parsing diagnostic improvements for LDM.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
* 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
* 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
* Add a comment.Dan Gohman2011-08-22
* Constant pointers to objects don't need reference counting.Dan Gohman2011-08-22
* PathV2: Handle more reserved filenames on windows.Benjamin Kramer2011-08-20
* Fix AsmParser binary precedence for shift operators.Jim Grosbach2011-08-20
* Add constant folding support for bitcasts of splat vectors to integers.Nadav Rotem2011-08-20
* lib/Support/CrashRecoveryContext.cpp: Add Win32 support to CrashRecoveryConte...NAKAMURA Takumi2011-08-20
* lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...NAKAMURA Takumi2011-08-20
* Cast through intptr_t, ISO C++ requires it.Benjamin Kramer2011-08-20
* Remove the VMOVQQ pseudo instruction.Chad Rosier2011-08-20
* Remove VMOVQQQQ pseudo instruction.Chad Rosier2011-08-20
* Add <imp-def> operands to QQ and QQQQ stack loads.Jakob Stoklund Olesen2011-08-20
* VMOVQQQQs pseudo instructions are only created by ARMBaseInstrInfo::copyPhysReg.Chad Rosier2011-08-20
* If we're splitting the landing pad block and assigning it only one predecessor,Bill Wendling2011-08-19
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-19
* Thumb parsing and encoding support for NOP.Jim Grosbach2011-08-19
* Fix bug in function IsShiftedMask. Remove parameter SizeInBits, which is notAkira Hatanaka2011-08-19
* Thumb assembly parsing and encoding for NEG.Jim Grosbach2011-08-19
* Roll back the rest of r126557. It's a hack that will break in some obscure ca...Benjamin Kramer2011-08-19
* Fix NEG aliasJim Grosbach2011-08-19