work around an MSVC2010 bug, PR6504
[oota-llvm.git] / lib /
2010-03-16 Bob WilsonRemove redundant writeback flag in ARM addressing mode 5.
2010-03-16 Bob WilsonRemove the writeback flag from ARM's address mode 4...
2010-03-16 Bob WilsonFix unused variable warnings.
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2010-03-16 Chris Lattnerfix the same bug on the x86-64 side of the fence.
2010-03-16 Chris Lattnerfix the encoding of TAILJMPd. This fixes Benchmarks...
2010-03-16 Jeffrey YasskinAvoid a memory leak in JITDebugRegisterer.
2010-03-16 Bill WendlingUse getFirstTerminator().
2010-03-16 Bill WendlingWhen checking if something's killed, don't rely simply...
2010-03-16 Bob WilsonWrap a long line and add some parens to be consistent.
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
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 Devang PatelSkip debug info intrinsics.
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-15 Daniel DunbarMC/Mach-O: Add MCSectionMachO::getType()
2010-03-15 Devang PatelSkip debug info intrinsics.
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Chris Lattneruse Mang->getSymbol()
2010-03-15 Chris Lattneruse Mang->getSymbol() more.
2010-03-15 Douglas GregorExtend MemoryBuffer::getFile() to take an optional...
2010-03-15 Devang PatelCreate SDDbgValue for dbg_value intrinsics and remember...
2010-03-15 Chris LattnerFix the case when a reference to an address taken BB...
2010-03-15 Devang PatelIn "empty" bb, the return instruction may not be first...
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 Lattnerrevert r98550, it isn't necessary or sufficient.
2010-03-15 Devang PatelEmit dwarf variable info communicated by code generator...
2010-03-15 Chris Lattnerdon't eliminate address-taken blocks here.
2010-03-15 Chris LattnerSIGN_EXTEND from the same type as the dest is valid.
2010-03-15 Chris Lattnersink the call to VT.getSizeInBits() down into its uses,
2010-03-15 Duncan SandsTreat copysignl like the other copysign functions.
2010-03-15 Chris Lattnerfix MCSectionELF to not leak memory, just like I did...
2010-03-15 Chris Lattnerfix a memory leak yjasskin pointed out: MCSymbol is...
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-15 Chris Lattnerremove dead method.
2010-03-14 Chris Lattnerdon't forget to close a FD on an error condition, found by
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 Benjamin KramerRemove pointless forward declaration, MSVC got confused...
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 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 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2010-03-14 Anton KorobeynikovAdd DAG nodes to represent FP16 <-> FP32 intrinsics
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 Lattnerunbreak the build, grr symlinks.
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 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 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-13 Jeffrey YasskinAllow types that have been forwarded to to be freed.
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 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...
next