When checking if something's killed, don't rely simply on whether it's marked as
[oota-llvm.git] / lib / Target /
2010-03-16 Bob WilsonWrap a long line and add some parens to be consistent.
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-15 Dan GohmanRecognize code for doing vector gather/scatter index...
2010-03-15 Bob WilsonTranslate "cc" clobber in ARM inline assembly to ARM...
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Chris Lattneruse Mang->getSymbol()
2010-03-15 Bill WendlingPlace the LSDA into the TEXT section for x86 Darwin...
2010-03-15 Evan ChengAvoid sibcall optimization if either caller or callee...
2010-03-15 Chris Lattnerdo some serious surgery on CellSPU to get it back into...
2010-03-15 Chris Lattnerfix a few more ambiguous types.
2010-03-15 Chris Lattneradd some missing types
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-03-15 Chris Lattnerfix an ambiguous pattern, contrary to expectations...
2010-03-14 Chris Lattnertidy indentation
2010-03-14 Chris Lattnerno really, all 64-bit cpu's have cmov support. This...
2010-03-14 Chris Lattnerall 64-bit cpus have cmov, this should fix CodeGen...
2010-03-14 Evan ChengFix jit encoding bugs.
2010-03-14 Chris Lattnerfix PR6605, X86ISD::CMP always returns i32 (EFLAGS...
2010-03-14 Anton KorobeynikovAdd substarget feature for FP16
2010-03-14 Anton KorobeynikovAdd codegen support for FP16 on ARM
2010-03-14 Chris Lattneradd support for pentium class CPUs which do not have...
2010-03-14 Chris Lattnercomment fix.
2010-03-14 Chris Lattnershrink 4-byte branches to 1-byte branches when lowering...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
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 Lattnerswitch GC_LABEL to use an MCSymbol operand instead...
2010-03-14 Evan ChengDo not force indirect tailcall through fixed registers...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
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 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
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 Lattnersimplify some overly general code. The stack always...
2010-03-13 Benjamin KramerFix another warning. There is a functionality change...
2010-03-13 Bob WilsonAttempt to appease the arm-linux buildbot by fixing...
2010-03-13 Chris Lattnerswitch to the text section at the start of the .s file...
2010-03-13 Bob WilsonChange ARM ld/st multiple instructions to have variant...
2010-03-13 Daniel DunbarMC/X86: Add temporary hack to match shrl $1,%eax correc...
2010-03-13 Bob WilsonCombine the code to build VLDM and VSTM instructions...
2010-03-12 Bob WilsonTidy up. No functional changes.
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 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: Constify MCAsmLayout argument to MCExpr::EvaluteAs...
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnermake DecorateCygMingName a static method.
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 Lattnersimplify code to use OutContext.GetOrCreateTemporarySym...
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-12 Benjamin KramerUse StringRef::substr instead of std::string::substr...
2010-03-12 Bill WendlingThe same situation that effected ARM effects PPC with...
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Bill WendlingMC-ize PPC's asm printing of stubs.
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Dan GohmanRemove getWidenVectorType, which is no longer used.
2010-03-11 Johnny ChenSet the (Format)F filed of t2Int_MemBarrierV7 & t2Int_S...
2010-03-11 Bill Wendlingrevert r98270.
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
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 Richard OsborneAdd dag combine to simplify lmul(x, 0, a, b)
2010-03-11 Richard OsborneSwitch XCore over to using inline jump table entries.
2010-03-11 Eric ChristopherHave fast-isel understand llvm.objectsize. Update...
2010-03-11 Daniel DunbarMC: Sketch initial MCAsmLayout class, which encapsulate...
2010-03-11 Daniel DunbarMC: Sketch some TargetAsmBackend hooks we are going...
2010-03-11 Daniel DunbarMC: Provide the target triple to AsmBackend constructors.
2010-03-11 Bill WendlingWhen outputing a non-lazy pointer for a stub, we may...
2010-03-11 Johnny ChenAdded Thumb2 LDRD/STRD pre/post variants for disassembl...
2010-03-11 Bob WilsonFix ARM buildbot breakage.
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-11 Bob WilsonLower small memcpys to load/stores on Thumb2.
2010-03-11 Chris LattnerWork around a bug in the openbsd assembler on i386,
2010-03-10 Bob WilsonFix an obvious typo in an assert.
2010-03-10 Bill WendlingAdd a bit along with the MCSymbols stored in the Machin...
2010-03-10 Dale JohannesenProgress towards shepherding debug info through Selecti...
2010-03-10 Chris Lattnermove PR6576 here.
2010-03-10 Jim GrosbachMake sure the LR gets pushed in functions that use...
2010-03-10 Jim Grosbachcomment why we use custom epilogue for t1 functions...
2010-03-10 Johnny ChenFactored out the disassembly printing of CPS option...
2010-03-10 Richard OsborneThe backend now makes a reasonable job of targeting...
2010-03-10 Richard OsborneHandle MVT::i64 type in DAG combine for ISD::ADD. Fold...
2010-03-10 Richard OsborneFix checking of intermediates having one use in isADDADDMUL
2010-03-10 Richard OsborneExtract recognition of patterns such as add(add(mul...
next