oota-llvm.git
2011-08-24 Jim GrosbachThumb parsing and encoding for SUB (SP minu immediate).
2011-08-24 Owen AndersonBe careful not to walk off the end of the operand info...
2011-08-24 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Eli FriedmanFix whitespace.
2011-08-24 Eli FriedmanBasic tests for atomic load and store on x86.
2011-08-24 Bill WendlingSkip the landingpad instruction when determining the...
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-24 Bill WendlingUse getFirstInsertionPt instead of getFirstNonPHI so...
2011-08-24 Eli FriedmanSome minor updates to atomic acquire/release docs in...
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-24 Jim GrosbachWhen printing Thumb1 NOP ('mov r8, r8'), make sure...
2011-08-24 Bruno Cardoso... Mark VZEROALL as clobbering all YMM registers
2011-08-24 Jim GrosbachAdd missing explicit writeback operand to tSTMIA_UPD.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-24 Rafael EspindolaFix a crashing bug in SplitBlock when it is called...
2011-08-24 Jim GrosbachThumb add SP assembly syntax fix.
2011-08-24 Jim GrosbachThumb1 ADD/SUB SP instructions are predicable in Thumb2...
2011-08-24 Owen AndersonBe stricter in enforcing IT instruction predicate value...
2011-08-24 Owen AndersonPort over more encoding tests to decoding tests.
2011-08-24 Jim GrosbachTidy up. Trailing whitespace.
2011-08-24 Richard OsborneAdd Uses=[SP] to call instructions. This fixes a miscom...
2011-08-24 Craig TopperBreak 256-bit vector int add/sub/mul into two 128-bit...
2011-08-24 Bill WendlingAdd the sentinal "no handle" value to the ResumeInst.
2011-08-23 Bill WendlingDon't replace *all* uses with the new stuff.
2011-08-23 Bill WendlingLook at the end of the entry block for an invoke.
2011-08-23 Bruno Cardoso... Fix a nasty bug where a v4i64 was being wrong emitted...
2011-08-23 Bill WendlingA landingpad instruction is neither folded nor dead.
2011-08-23 Jim GrosbachMove ARM frame-unwinding EHABI handling a touch earlier.
2011-08-23 Jim Grosbach[SU]XT[BH] are only available on ARMv6 and up.
2011-08-23 Nate BegemanAdd some useful accessors to c++ api that appear to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-23 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Jim GrosbachThumb parsing and encoding for WFE, WFI and YIELD.
2011-08-23 Jim GrosbachThumb parsing and encoding for UXTB and UXTH.
2011-08-23 Jim GrosbachThumb parsing and encoding for TST.
2011-08-23 Jim GrosbachThumb parsing and encoding for SXTB and SXTH.
2011-08-23 Jim GrosbachThumb parsing and encoding for SVC.
2011-08-23 Jim GrosbachThumb parsing and encoding for SUB.
2011-08-23 Evan ChengFix 80 col violations.
2011-08-23 Nick LewyckyPerformSubCombine to work on integers larger than i128...
2011-08-23 Jim GrosbachThumb parsing and encoding for STRH.
2011-08-23 Caitlin SadowskiThread safety: Adding in an option for variadic expr...
2011-08-23 Jim GrosbachThumb parsing and encoding for STRB.
2011-08-23 Jim GrosbachThumb parsing and encoding for tSTRspi.
2011-08-23 Jim GrosbachThumb parsing and encoding for STR.
2011-08-23 Rafael EspindolaFix an example in the documentation.
2011-08-23 Jim GrosbachThumb parsing and encoding for STM.
2011-08-23 Jim GrosbachFactor low reg checking into a helper function.
2011-08-23 Nadav RotemFix a typo in the test from the previous commit.
2011-08-23 Owen AndersonFix decoding of Thumb2 prefetch instructions, which...
2011-08-23 Nadav RotemAddress Duncan's CR request:
2011-08-23 Owen AndersonFix Thumb2 decoding of CPS instructions to mirror ARM...
2011-08-23 Jim GrosbachClean up Thumb load/store multiple definitions.
2011-08-23 Owen AndersonFix two more instances of mis-matched operand names...
2011-08-23 Owen AndersonPort more assemble tests over to disassembly tests.
2011-08-23 Ivan KrasinThis patch adds support of le32 pseudo-cpu that stands...
2011-08-23 Eric ChristopherFix fpimmm->fpimm typo.
2011-08-23 Ivan KrasinUpdate config.sub, config.guess and configure.
2011-08-23 Craig TopperAdd support for breaking 256-bit v16i16 and v32i8 VSETC...
2011-08-23 NAKAMURA Takumilib/Support/Windows/Windows.h: Update required IE ver...
2011-08-23 Bruno Cardoso... Introduce a pass to insert vzeroupper instructions...
2011-08-22 Jim GrosbachThumb parsing and encoding for SETEND.
2011-08-22 Jim GrosbachThumb parsing and encoding for SBC.
2011-08-22 Jim GrosbachThumb parsing and encoding for RSB.
2011-08-22 Owen AndersonReject invalid imod values in t2CPS instructions.
2011-08-22 Benjamin KramerAdd an MCInstrAnalysis version of isCall.
2011-08-22 Jim GrosbachThumb parsing and encoding for ROR.
2011-08-22 Jim GrosbachThumb parsing and encoding for REV/REV16/REVSH.
2011-08-22 Bill WendlingSplit the landing pad's edge. Then for all uses of...
2011-08-22 Owen Andersont2SMLAD is a four-register instruction, not a three...
2011-08-22 Owen AndersonCorrect operand naming of t2USAT16 to allow proper...
2011-08-22 Jim GrosbachRevert r138278 now that r138289 has fixed the root...
2011-08-22 Owen AndersonMatch operand naming to allow correct decoding of t2LDR...
2011-08-22 NAKAMURA Takumidocs/ReleaseNotes.html: Mention that Windows 2000 will...
2011-08-22 Jim GrosbachImprove error checking for tPUSH and tPOP register...
2011-08-22 Owen AndersonMatch operand names to provide correct decoding for...
2011-08-22 Jim GrosbachTidy up. Trailing whitespace.
2011-08-22 Owen AndersonProvide a correct decoder hook for Thumb2 shifted regis...
2011-08-22 Ivan KrasinAdd NativeClient support to Triple::ParseOS.
2011-08-22 Jim GrosbachThumb parsing and encoding for PUSH.
2011-08-22 Evan ChengFollow up to Jim's r138278. This fixes commuteInstructi...
2011-08-22 Jim GrosbachFix think-o.
2011-08-22 Jim GrosbachThumb assemmbly parsing diagnostic improvements for...
2011-08-22 Jim GrosbachThumb assembly parsing and encoding for POP.
2011-08-22 Benjamin KramerX86: Add some operand types required to identify calls.
2011-08-22 Jim GrosbachTemporarilly mark tMUL as not commutable.
2011-08-22 Eli FriedmanSome minor wording updates and cross-linking for atomic...
2011-08-22 Owen AndersonProvide operand encoding information for half-precision...
2011-08-22 Bruno Cardoso... Add support for breaking 256-bit int VETCC into two...
2011-08-22 Bruno Cardoso... Add 128-bit AVX codegen for PCMP* family of integer...
2011-08-22 Owen AndersonFix decoding of VMOVSRR and VMOVRRS, which account...
2011-08-22 Jordy RoseMake DynamicLibrary thread-safe w/r/t call to dlerror...
2011-08-22 Jim GrosbachTighten up ARM reglist validation a bit.
2011-08-22 Bill WendlingSome whitespace fixes and #include reordering.
2011-08-22 Owen AndersonFix another batch of VLD/VST decoding crashes discovere...
2011-08-22 Nick LewyckyBe less redundant.
2011-08-22 Owen AndersonCorrect writeback handling of duplicating VLD instructi...
2011-08-22 Owen AndersonPort another swathe of Thumb1 encoding tests over to...
2011-08-22 Jim GrosbachClean up predicates on ARM target instruction aliases.
2011-08-22 Owen AndersonFix an incorrect shift when decoding SP-relative stores...
next