aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-24Basic x86 code generation for atomic load and store instructions.Eli Friedman
2011-08-24Use getFirstInsertionPt instead of getFirstNonPHI so that it skips to the properBill Wendling
2011-08-24Implement Constant::isAllOnesValue(). Fix ConstantFolding to use the new api.Nadav Rotem
2011-08-24When printing Thumb1 NOP ('mov r8, r8'), make sure to print the predicate.Jim Grosbach
2011-08-24Mark VZEROALL as clobbering all YMM registersBruno Cardoso Lopes
2011-08-24Add missing explicit writeback operand to tSTMIA_UPD.Jim Grosbach
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-08-24Fix a crashing bug in SplitBlock when it is called on a block with noRafael Espindola
2011-08-24Thumb add SP assembly syntax fix.Jim Grosbach
2011-08-24Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.Jim Grosbach
2011-08-24Be stricter in enforcing IT instruction predicate values, so that we don't en...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 SVC.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 tSTRspi.Jim Grosbach
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 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-23This patch adds support of le32 pseudo-cpu that stands for genericIvan 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 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-22Split the landing pad's edge. Then for all uses of a landingpad instruction'sBill Wendling
2011-08-22t2SMLAD is a four-register instruction, not a three-register one.Owen Anderson
2011-08-22Correct operand naming of t2USAT16 to allow proper decoding.Owen Anderson
2011-08-22Revert r138278 now that r138289 has fixed the root issue.Jim Grosbach
2011-08-22Match operand naming to allow correct decoding of t2LDRSH_POST.Owen Anderson
2011-08-22Improve error checking for tPUSH and tPOP register lists.Jim Grosbach
2011-08-22Match operand names to provide correct decoding for Thumb2 SMULL.Owen Anderson
2011-08-22Provide a correct decoder hook for Thumb2 shifted registers. Found by random...Owen Anderson