oota-llvm.git
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...
2010-03-12 Daniel DunbarMC: Add MCAssembler::addFixup, which enforces that...
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnermake DecorateCygMingName a static method.
2010-03-12 Benjamin KramerAdd a virtual destructor and give vtable a home.
2010-03-12 Chris Lattnerminor tidying, only do work if a function is
2010-03-12 Chris Lattnereliminate the string form of DecorateCygMingName
2010-03-12 Chris Lattnerremove the FnArgWords cache to make way for future...
2010-03-12 Bill WendlingAdd a beta-test for placing the LSDA into the TEXT...
2010-03-12 Devang PatelFix llc crash on invalid input.
2010-03-12 Chris LattnerRemove some dead code. This method only gets called on
2010-03-12 Chris Lattneruse Mang->getSymbol instead of duplicating the logic...
2010-03-12 Chris Lattnerfinally give Mangler a getSymbol method, which returns...
2010-03-12 Chris Lattnerremove dead code.
2010-03-12 Chris Lattnersimplify code to use OutContext.GetOrCreateTemporarySym...
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-12 Chris Lattnerremove MAI argument from createAsmStreamer since it
2010-03-12 Chris Lattnerfix a bug emitting .secrel32 that I introduced, PR6587...
2010-03-12 Duncan SandsWhen constant folding GEP of GEP, do not crash if an...
2010-03-12 Jeffrey YasskinFree DbgScopes in DwarfDebug::endFunction(). Also...
2010-03-12 Duncan SandsRevert turning copysignl into a COPYSIGN node for the...
2010-03-12 Kovarththanan... Remove superfluous NULL assignment
2010-03-12 Benjamin KramerUse StringRef::substr instead of std::string::substr...
2010-03-12 Duncan SandsNow that it's supported, turn copysignl into a COPYSIGN...
2010-03-12 Duncan SandsFix PR6522: implement copysign expansion for x86 long...
2010-03-12 Benjamin KramerFactor checked library call optimization into a common...
2010-03-12 Chris Lattnerfix PR6577, a bug in sdbuilder lowering select instructions
2010-03-12 Chris Lattnerupdate mkpatch for MC, patch by Aaron Gray
2010-03-12 Bill WendlingThe same situation that effected ARM effects PPC with...
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Devang PatelThere is no need to create specification DIE for defini...
2010-03-11 Bill WendlingMC-ize PPC's asm printing of stubs.
2010-03-11 Nate BegemanWhoops this already existed.
2010-03-11 Nate BegemanAdd a handful of additional useful pass manager things...
2010-03-11 Jakob Stoklund... Extract methods from LocalRewriter::RewriteMBB bringing...
2010-03-11 Chris Lattnerenhance MCContext::GetOrCreateTemporarySymbol() to...
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Dan GohmanRemove getWidenVectorType, which is no longer used.
2010-03-11 Chris Lattnerempty symbols aren't possible, the mcsymbol ctor aborts...
2010-03-11 Johnny ChenSet the (Format)F filed of t2Int_MemBarrierV7 & t2Int_S...
2010-03-11 Benjamin Kramerstpcpy is so similar to strcpy, it doesn't deserve...
2010-03-11 Bill Wendlingrevert r98270.
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-11 Evan ChengIn case of tail call size of Ins and InVals may not...
2010-03-11 Eric ChristopherLower stpcpy_chk when possible.
2010-03-11 Evan ChengBad bad bug. x86 force indirect tail call address into...
2010-03-11 Richard OsborneRemove dead code. (S|U)MUL_LO is now lowered to LMUL...
2010-03-11 Jeffrey YasskinAvoid leaking CompileUnits in DwarfDebug.cpp.
2010-03-11 Daniel DunbarMC/Mach-O: Add MCSymbolData::getAddress() utility.
next