OSDN Git Service

android-x86/external-llvm.git
2011-08-30 James MolloyFix typo in MSP430MCTargetDesc.h.
2011-08-30 James MolloyFix typo in MipsMCTargetDesc.h; Patch supplied by Liu...
2011-08-30 Craig TopperAdd vvvv support to disassembling of instructions with...
2011-08-30 Bob WilsonDo not try to rematerialize a value from a partial...
2011-08-30 Evan ChengChange ARM / Thumb2 addc / adde and subc / sube modelin...
2011-08-29 Jim GrosbachRevert 138781. It's not playing nicely with the immedia...
2011-08-29 Jim GrosbachThumb2 assembler aliases for ADC/SBC w/o the .w suffix.
2011-08-29 Owen AndersonAdd missing encoding information for some of the GPR...
2011-08-29 Jim GrosbachRemove redundant tests from XFAIL'ed test file.
2011-08-29 Jim GrosbachThumb2 assembly parsing and encoding support for ADC...
2011-08-29 Jim GrosbachRemove test file. Superceded by other more exhaustive...
2011-08-29 Jim GrosbachThumb2 parsing and encoding for IT blocks.
2011-08-29 Kevin EnderbyFix the disassembly of the X86 crc32 instruction. ...
2011-08-29 Eli FriedmanExplicitly zero out parts of a vector which are require...
2011-08-29 Jim GrosbachTidy up. Whitespace.
2011-08-29 Owen AndersonApply the same fix for the change in LDR_PRE_IMM/LDRB_P...
2011-08-29 Bill WendlingFix grammar, noticed by Duncan.
2011-08-29 Owen AndersonSpecify an additional fixed bit in the PLD/PLDW/PLI...
2011-08-29 Bill WendlingUpdate tests to new EH model. Add landingpad instructio...
2011-08-29 Owen Andersonaddrmode_imm12 and addrmode2_offset encode their immedi...
2011-08-29 Nadav RotemFixes following the CR by Chris and Duncan:
2011-08-29 Owen AndersonImprove handling of #-0 offsets for many more pre-index...
2011-08-29 Bill WendlingInitialize CompactUnwindSection so that other targets...
2011-08-29 Eli FriedmanExpand ATOMIC_LOAD and ATOMIC_STORE for architectures...
2011-08-29 Jim GrosbachTidy up. 80 columns.
2011-08-29 Benjamin KramerDump with dbgs() instead of printf.
2011-08-29 Benjamin KramerMake GCC happy by adding parens.
2011-08-29 Owen AndersonAdd testcase for r138746.
2011-08-29 Owen AndersonUpdate the load-store optimizer for changes to the...
2011-08-29 Matt Beaumont-GayFix a test that wasn't testing the right thing.
2011-08-29 Bruno Cardoso... Move non-intruction patterns to a more appropriate...
2011-08-29 Owen AndersonAdd support for parsing #-0 on non-memory-operand immed...
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-29 Tobias GrosserAdd AMDIL as valid target triple to LLVM.
2011-08-28 Nicolas GeoffrayRemove premature previous commit.
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-28 Nicolas GeoffrayEncoding of instructions referencing segments has chang...
2011-08-28 Nadav RotemBitcasts are transitive. Bitcast-Bitcast-X becomes...
2011-08-28 Nick LewyckyFix integer overflow bug in raw_ostream::write. This...
2011-08-27 John McCallThe 'expected' argument to EXPECT_EQ is actually the...
2011-08-27 Benjamin KramerSilence GCC warnings and make an array const.
2011-08-27 Benjamin KramerReport failure if there are less bytes than requested...
2011-08-27 Andrew TrickReverted r138652, valgrind doesn't understand obj:...
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Bill WendlingOnly delete instructions once.
2011-08-27 Bill WendlingUpdate to new EH scheme.
2011-08-27 Bill WendlingCannot have an llvm.eh.exception call in a non-landing...
2011-08-27 Bill WendlingThese splits should be done whether they are critical...
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-08-26 Andrew TrickExcluding ARM JIT tests until someone can fix this...
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
2011-08-26 Jim GrosbachARM assembly parsing tweak for pldw.
2011-08-26 Owen AndersonSpelling fail.
2011-08-26 Jim GrosbachThumb2 assembler parsing and encoding of IT instruction.
2011-08-26 Bill WendlingUpdate the dominator tree with the correct dominator...
2011-08-26 Eli FriedmanAdd support for generating CMPXCHG16B on x86-64 for...
2011-08-26 Bill WendlingSplit the landing pad block only if it's a critical...
2011-08-26 Owen AndersonFix ARM codegen breakage caused by r138653.
2011-08-26 Bill WendlingRevert r138606 until LowerInvoke has been converted...
2011-08-26 Eric ChristopherWhitespace and 80-col.
2011-08-26 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-26 Andrew Trickvalgrind: Always suppress tblgen leaks.
2011-08-26 Bill WendlingDon't sink landingpad instructions during ind-var simpl...
2011-08-26 Andrew TrickUse %% for literals in RUN lines.
2011-08-26 Owen AndersonUpdate for feedback from Jim.
2011-08-26 Douglas Gregorlit: Add %T as a replacement for the output directory
2011-08-26 Benjamin KramerARMDisassembler: Always return a size, even when disass...
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-26 Benjamin KramerWe don't care if TableGen leaks memory.
2011-08-26 Kalle RaiskilaDon't insert branch hint lables that are never used.
2011-08-26 Owen AndersonAdd a testcase for r138625.
2011-08-26 Owen AndersonFix PR10755 by checking for invalid predicate codes...
2011-08-26 Craig TopperFix disassembling of VCVTSD2SI
2011-08-26 Andrew TrickLoopInfo::updateUnloop fix, and verify Block->Loop...
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-26 Benjamin KramerAddress review comments.
2011-08-26 Benjamin KramerSimplifyCFG: If we have a PHI node that can evaluate...
2011-08-25 Bill WendlingUpdate to the new EH scheme.
2011-08-25 Bill WendlingLook at only the terminators of the basic block. Also...
2011-08-25 Bill WendlingInitial check in that will auto-upgrade the old EH...
2011-08-25 Bruno Cardoso... Do the same as r138461. Mark VZEROALL as clobbering...
2011-08-25 Nick LewyckyRemove stray fullstop.
2011-08-25 Bruno Cardoso... Add support for AVX 256-bit version of MOVDDUP!
2011-08-25 Bruno Cardoso... Make isMOVDDUP mask check more strict and update comments!
2011-08-25 David GreeneConstify Comparison
2011-08-25 Owen AndersonPort over additional encoding tests to decoding tests...
2011-08-25 Benjamin KramerIntel family 6 model 44 is Gulftown/Westmere-EP and...
2011-08-25 Andrew TrickARM fix for missing implicit operands on ldmia_ret.
2011-08-25 Andrew Trickwhitespace
2011-08-25 Jim GrosbachExplicitly disallow predication in Thumb1 assembly.
2011-08-25 Craig TopperAdd more missing TB encodings to VEX instructions to...
2011-08-25 Craig TopperGive ATTR_VEX higher priority when generating the disas...
2011-08-25 Craig TopperAdd TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD...
2011-08-25 Bill WendlingLSR wants to split the landing pad's critical edge...
2011-08-25 Benjamin KramerInitialize member variable.
2011-08-25 Bruno Cardoso... Add support for 256-bit versions of VSHUFPD and VSHUFPS.
2011-08-25 Bruno Cardoso... Add memory version of SHUFPD to mask decoding!
2011-08-25 Eli FriedmanRemove empty directories.
next