oota-llvm.git
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Chris Lattneradd some disassemble testcases for weird instructions
2010-02-12 Sean CallananReworked the Intel disassembler to support instructions
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
2010-02-12 Dale JohannesenAdd the problem I just hacked around in 96015/96020.
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Jeffrey YasskinMake JIT::runFunction clean up the generated stub function.
2010-02-12 Chris Lattnerimplement infrastructure to support fixups for rip-rel
2010-02-12 Johnny ChenAdd YIELD, WFE, WFI, and SEV instructions for disassemb...
2010-02-12 Chris Lattnerpull the rip-relative addressing mode case up early.
2010-02-12 Chris Lattnerfixme resolved!
2010-02-12 Chris Lattnerstart producing reloc_pcrel_4byte/reloc_pcrel_1byte...
2010-02-12 Bob WilsonFix a comment typo.
2010-02-12 Chris Lattnerenhance the immediate field encoding to know whether...
2010-02-12 Evan ChengLoad / store multiple instructions cannot load / store...
2010-02-12 Dale JohannesenThis should have gone in with 26015, see comments there.
2010-02-12 Johnny ChenAdd halfword multiply accumulate long SMLALBB/BT/TB...
2010-02-12 Chris Lattnerdoxygenize some comments, patch by Peter Collingbourne!
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Johnny ChenAdd SWP (Swap) and SWPB (Swap Byte) for disassembly...
2010-02-12 Evan ChengAlso recognize armv6t2-* and armv5te-* triplets.
2010-02-12 Dan GohmanFix a case of mismatched types in an Add that turned...
2010-02-12 Evan ChengAdd ARM bitcode file magic.
2010-02-12 Dan GohmanReapply 95979, a compile-time speedup, now that the...
2010-02-12 Dan GohmanFix this code to avoid dereferencing an end() iterator in
2010-02-12 Johnny ChenAdd CPS, MRS, MRSsys, MSR, MSRsys for disassembly only.
2010-02-12 Dale JohannesenRewrite handling of DBG_VALUE; previous algorithm
2010-02-12 Chris Lattner1. modernize the constantmerge pass, using densemap...
2010-02-12 Chris Lattnerrename test
2010-02-12 Daniel DunbarRevert "Reverse the order for collecting the parts...
2010-02-12 Anton KorobeynikovTestcases for recent stdcall / fastcall mangling improv...
2010-02-12 Anton KorobeynikovSetup correct data layout to match gcc's expectations...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Dan GohmanReverse the order for collecting the parts of an addrec...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-12 Lang Hames* Updated the cost matrix normalization proceedure...
2010-02-12 Evan ChengUpdate test to match 95961.
2010-02-12 Evan ChengTest for 95961.
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
2010-02-12 Evan ChengTest case for 95958.
2010-02-12 Chris Lattnerrevert r95949, it turns out that adding new prefixes...
2010-02-12 Daniel DunbarMC: Fix bug where trailing tied operands were forgotten...
2010-02-12 Johnny ChenAdded coprocessor Instructions CDP, CDP2, MCR, MCR2...
2010-02-12 Bob WilsonAdd a new pass on machine instructions to optimize...
2010-02-12 Daniel DunbarX86: Fix definition for RCL/RCR.*m? operations -- they...
2010-02-12 Chris Lattneradd another bit of space for new kinds of instruction...
2010-02-12 Nate BegemanAdd a missing pattern for movhps so that we get:
2010-02-12 Chris Lattnerfix the encodings of monitor and mwait, which were...
2010-02-12 Chris Lattnerimprove support for minix, PR6280, patch by
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-11 Jakob Stoklund... Reapply coalescer fix for better cross-class coalescing.
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2010-02-11 Anton KorobeynikovDocument binutils requirements for coff targets (cygwin...
2010-02-11 Chris Lattnerimprove encoding information for branches. We now...
2010-02-11 Daniel DunbarMC: Move assembler-backend's fixup list into the fragment.
2010-02-11 Daniel DunbarMC: Move MCSectionData::Fixup out to MCAsmFixup.
2010-02-11 Chris Lattnermake getFixupKindInfo return a const reference, allowing
2010-02-11 Jakob Stoklund... Revert functional change. This broke a bunch of tests.
2010-02-11 Chris Lattnerswitch to target-indep fixups for 1/2/4/8 byte data.
2010-02-11 Devang Patelrevert 95903.
2010-02-11 Jakob Stoklund... It is always good to do a cross-class join when the...
2010-02-11 Johnny ChenAdded LDRT/LDRBT/STRT/STRBT for disassembly only.
2010-02-11 Chris Lattnerunbreak the build.
2010-02-11 Dan Gohmanllvm-db was removed.
2010-02-11 Devang PatelDestroy MDNodes while destructing llvm context.
2010-02-11 Chris Lattnerrefactor x86 conditional branches to use a multipattern
2010-02-11 Chris Lattnerrefactor the conditional jump instructions in the ...
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-11 Dan GohmanAdd an svn:ignore.
2010-02-11 Johnny ChenForgot to also check in this file for vcvt (floating...
2010-02-11 Dale JohannesenAllow for more than one DBG_VALUE targeting the
2010-02-11 Dale JohannesenDon't allow DBG_VALUE to affect codegen.
2010-02-11 Johnny ChenAdded VCVT (between floating-point and fixed-point...
2010-02-11 Johnny ChenAdded BKPT/tBKPT (breakpoint) to the instruction table...
2010-02-11 Jakob Stoklund... Use array_pod_sort instead of std::sort for improved...
2010-02-11 Eric ChristopherMake sure that ConstantExpr offsets also aren't off...
2010-02-11 Johnny ChenAdd pseudo instruction TRAP for disassembly, which...
2010-02-11 Bill WendlingUse .empty() instead of .size().
2010-02-11 Chris Lattnerdont' call getX86RegNum on X86::RIP, it doesn't like...
2010-02-11 Chris Lattnerfix a really nasty bug I introduced in r95693: r12...
2010-02-11 Jeffrey YasskinFix (harmless) memory leak found by memcheck.
2010-02-11 Chris LattnerAdd and commonize encoder support for all immediates.
2010-02-11 Chris Lattnergeneralize EmitDisplacementField to work with any size
2010-02-11 Chris Lattnereliminate the dead IsPCRel argument.
2010-02-11 Chris Lattnereliminate the dead "PCAdj" logic.
2010-02-11 Jeffrey YasskinFix some of the memcheck errors found in the JIT unittests.
2010-02-11 Chris LattnerRename ValueRequiresCast to ShouldOptimizeCast, to...
2010-02-11 Chris Lattnerconvert to filecheck.
2010-02-11 Chris LattnerMake DSE only scan blocks that are reachable from the...
2010-02-11 Chris Lattnera testcase that doesn't crash GVN but could someday.
2010-02-11 Chris LattnerMake jump threading honor x|undef -> true and x&undef...
2010-02-11 Eric ChristopherAdd ConstantExpr handling to Intrinsic::objectsize...
2010-02-11 Devang Pateltest case for r95842.
2010-02-11 Bill WendlingFix to get it to compile.
2010-02-11 Bill WendlingDon't print out a default newline when emitting the...
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-02-11 Jakob Stoklund... Reuse operand location when updating PHI instructions.
2010-02-11 Jakob Stoklund... Remove duplicate successors from indirectbr instruction...
next