oota-llvm.git
2010-03-14 Duncan SandsTurn calls to copysignl into an FCOPYSIGN node. Handle...
2010-03-14 Evan ChengRename SDDbgValue.h to SDNodeDbgValue.h for consistency.
2010-03-14 Chris Lattnerfix ShrinkDemandedOps to not leave dead nodes around,
2010-03-14 Chris Lattnerrewrite ShrinkDemandedOps to be faster and indent less,
2010-03-14 Evan ChengFix jit encoding bugs.
2010-03-14 Chris Lattnermake -view-isel-dags print after the 'ShrinkDemandedOps...
2010-03-14 Chris Lattnerdon't have i386-specific tests in CodeGen/Generic,...
2010-03-14 Chris Lattnerfix PR6605, X86ISD::CMP always returns i32 (EFLAGS...
2010-03-14 Anton KorobeynikovFix typo
2010-03-14 Anton KorobeynikovDocument fp16 intrinsics
2010-03-14 Anton KorobeynikovFeature test for half precision FP.
2010-03-14 Anton KorobeynikovAdd substarget feature for FP16
2010-03-14 Anton KorobeynikovAdd codegen support for FP16 on ARM
2010-03-14 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2010-03-14 Anton KorobeynikovAdd DAG nodes to represent FP16 <-> FP32 intrinsics
2010-03-14 Anton KorobeynikovCleanup
2010-03-14 Anton KorobeynikovThe fp16 <-> fp32 intrinsics are pure, mark them so...
2010-03-14 Anton KorobeynikovAdd intrinsics to represent fp16 <-> fp32 conversions
2010-03-14 Chris Lattneradd support for pentium class CPUs which do not have...
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnercomment fix.
2010-03-14 Chris Lattnershrink 4-byte branches to 1-byte branches when lowering...
2010-03-14 Bill WendlingSkip over debug info when trying to merge two return...
2010-03-14 Bill WendlingMake returns more consistent with others.
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattnerfix these two get the mcsymbol operand instead of imm...
2010-03-14 Chris Lattneradd a new CreateTempSymbol method, the use case for
2010-03-14 Chris Lattnerdon't use getDWLabel("label" anymore, always go through...
2010-03-14 Chris Lattnerremove now-dead code, all labels use MCSymbols.
2010-03-14 Chris Lattnerchange SrcLineInfo to contain a label instead of a...
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerchange the DBG_LABEL MachineInstr to always be created
2010-03-14 Chris Lattnerxfail properly
2010-03-14 Chris Lattnerunbreak the build, grr symlinks.
2010-03-14 Chris Lattnerxfail these tests temporarily to get teh buildbots...
2010-03-14 Chris LattnerChange this code to allocate temporary labels from...
2010-03-14 Chris Lattnerswitch GC_LABEL to use an MCSymbol operand instead...
2010-03-14 Chris LattnerFix some EH failures on NNT I introduced in r98461
2010-03-14 Chris Lattnerfix a bug I introduced in r98459, causing some NNT...
2010-03-14 Evan ChengCheck in tablegen changes to fix disassembler related...
2010-03-14 Evan ChengDo not force indirect tailcall through fixed registers...
2010-03-14 Daniel DunbarMC: Fix a crash on invalid, attempting to evaluate...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnereliminate InvalidateLabel and LabelIDList from MMI...
2010-03-14 Chris Lattneruse Label->isDefined() instead of isLabelDeleted()...
2010-03-14 Chris Lattnerfix some pointless layering violations.
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-13 Daniel DunbarX86_64: Fix encoding for the rest of the 64i32 instruct...
2010-03-13 Daniel DunbarX86: Fix ADD64i32 encoding.
2010-03-13 Daniel DunbarMC/X86_64: Symbol support.
2010-03-13 Daniel DunbarMC/Mach-O: Initial x86_64 support.
2010-03-13 Daniel Dunbarmacho-dump: Basic Mach 64 support.
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-13 Jeffrey YasskinMake lit pay attention to --vg for unittests too.
2010-03-13 Jeffrey YasskinAllow types that have been forwarded to to be freed.
2010-03-13 Nick LewyckyTeach this test not to leak. Also, clean up all the...
2010-03-13 Daniel Dunbarllvm-mc: Delete output files on error.
2010-03-13 Daniel DunbarMC/X86_64: Fix matching of leaq.
2010-03-13 Daniel DunbarMC/X86_64: Fix matching of callq.
2010-03-13 Chris Lattneradd a hack to allow parsing negative minint. rdar:...
2010-03-13 Chris Lattneradd builder support for mcsymbol operands.
2010-03-13 Chris Lattneradd support for MCSymbols as operands to MachineInstrs.
2010-03-13 Chris Lattnersimplify EmitFrameMoves to take BaseLabel in as a symbol
2010-03-13 Chris Lattnersimplify some overly general code. The stack always...
2010-03-13 Benjamin KramerFix another warning. There is a functionality change...
2010-03-13 Chris Lattnerfactor some labels, simplify some code.
2010-03-13 Benjamin KramerAdd some parens and silence a warning.
2010-03-13 Bob WilsonAttempt to appease the arm-linux buildbot by fixing...
2010-03-13 Chris Lattnervarious cleanups.
2010-03-13 Daniel DunbarMC/Mach-O: PCrel relocations weren't using the right...
2010-03-13 Daniel Dunbarllvm-mc: Support -n, useful for comparing -integrated...
2010-03-13 Daniel Dunbarllvm-mc: Support -arch as a simplified form of -triple.
2010-03-13 Evan ChengFix a typo in ValueTracking that's causing instcombine...
2010-03-13 Chris Lattnerreimplement the string pool used for inlined function
2010-03-13 Jeffrey YasskinRemove the last memory leak from the VMCore unit tests.
2010-03-13 Chris Lattnerswitch to the text section at the start of the .s file...
2010-03-13 Jeffrey YasskinRemove a memory leak from MetadataTest.
2010-03-13 Jeffrey YasskinRemove a memory leak from VerifierTest.
2010-03-13 Jeffrey YasskinDelete MDNodes when LLVMContext is destroyed. Previous...
2010-03-13 Bob WilsonChange ARM ld/st multiple instructions to have variant...
2010-03-13 Devang PatelDo not ignore arg_size() impact while counting bb...
2010-03-13 Daniel DunbarMC/X86: Add temporary hack to match shrl $1,%eax correc...
2010-03-13 Daniel DunbarMC/X86: Add an XFAIL test where we aren't matching...
2010-03-13 Devang PatelRemove extra parameter.
2010-03-13 Bob WilsonCombine the code to build VLDM and VSTM instructions...
2010-03-13 Devang PatelDo not overestimate code size reduction in presense...
2010-03-12 Bob WilsonTidy up. No functional changes.
2010-03-12 Daniel DunbarMC/Mach-O: Implement initial support for relaxation.
2010-03-12 Bob WilsonRemove obsolete comments. VLDM is implemented in ARMIn...
2010-03-12 Jeffrey YasskinFix LLVM build when the user specifies CPPFLAGS on...
2010-03-12 Chris Lattnerremove gone method, grr symlinks.
2010-03-12 Chris Lattnerremove special case code that isn't needed anymore.
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-12 Chris Lattnerinline the now-trivial implementation of GetGlobalValue...
2010-03-12 Chris Lattnereliminate the X86 version of GetGlobalValueSymbol,...
2010-03-12 Chris Lattnerprune #includes, this file should be removed pending...
2010-03-12 Chris Lattnermove fastcall/stdcall mangling up into Mangler.
2010-03-12 Daniel DunbarMC: Factor out MCAssembler::EvaluateFixup, and simplify.
2010-03-12 Daniel DunbarMC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...
next