oota-llvm.git
2010-01-26 Chris Lattnerremove a noop function.
2010-01-26 Jakob Stoklund... Fix inline cost predictions with SCIENCE.
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris Lattnerconstify a bunch of dwarf stuff now that the registerin...
2010-01-26 Chris Lattnerconstify a method argument.
2010-01-26 Evan ChengAllow some automatic tailcall optimization without...
2010-01-26 Evan ChengDelete blank lines that bug me.
2010-01-26 Chris Lattnercall emitconstantpool and emitjumptable like other...
2010-01-26 Devang PatelBefore existing NamedMDNode entry in the symbol table...
2010-01-26 Chris Lattneremit jump table an alias ".set" directives through...
2010-01-26 Chris Lattnerfix CastInst::castIsValid to reject aggregate types...
2010-01-26 Devang PatelRemve unnecessary include.
2010-01-26 Devang PatelUse AssertingVH, just to be paranoid.
2010-01-26 Jakob Stoklund... Revert test polarity to match comment and desired outco...
2010-01-26 Jakob Stoklund... Remove dead code.
2010-01-26 Jakob Stoklund... Skip calculation of ArgumentWeights if it will never...
2010-01-26 Devang PatelEmit DW_AT_containing_type attribute for a class if...
2010-01-26 Devang PatelAdd extra element to composite type. This new element...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Evan ChengDelete dead code.
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-26 Chris Lattnerdon't set to the default value.
2010-01-26 Junjie Gutest commit.
2010-01-26 Dan Gohman-disable-output is no longer needed with -analyze.
2010-01-26 Dan GohmanMake the unsigned-range code more consistent with the...
2010-01-26 Evan ChengCode refactoring, no functionality change.
2010-01-26 Bob WilsonRevert 94484. Re-disable unittests that need RTTI.
2010-01-26 Victor HernandezSwitch AllocaDbgDeclares to SmallVector and don't leak...
2010-01-26 Dan GohmanFix a typo in a comment that Duncan noticed.
2010-01-26 Dan GohmanRemove SIL, DIL, and BPL from the GR8_NOREX allocation...
2010-01-26 Dan GohmanSIL, DIL, BPL, and SPL require a REX prefix.
2010-01-26 Dan GohmanRename ItCount to BECount, since it holds a backedge...
2010-01-26 Dan GohmanFix ICmpInst::makeConstantRange to use ConstantRange...
2010-01-26 Dan GohmanFix a typo that several people pointed out. Also, addre...
2010-01-26 Mikhail GlushenkovSupport -arch.
2010-01-26 Mikhail GlushenkovSupport for -iquote.
2010-01-26 Mikhail GlushenkovBetter error message.
2010-01-26 Mikhail GlushenkovEscape double quotes in 'help'.
2010-01-26 Duncan SandsTweak the way appendModuleInlineAsm works, so you aren...
2010-01-26 Torok EdwinRegenerate configure.
2010-01-26 Torok EdwinRemove unneeded checks from configure.ac.
2010-01-26 Torok EdwinFix autoconf 2.65 warning (don't use _cv_ inside AC_CAC...
2010-01-26 Bill WendlingRemove warning about non return on a non-void function.
2010-01-26 Chris Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
2010-01-26 Chris LattnerNow that printPICJumpTableSetLabel is not overloaded,
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattneradd a new MachineJumpTableInfo::getJTISymbol method,
2010-01-26 Chris Lattnerstub out a new target hook, need some refactoring befor...
2010-01-26 Chris Lattnersimplify asmprinter: only emit .set directives when...
2010-01-26 Chris Lattnerrename printPICJumpTableEntry -> EmitJumpTableEntry,
2010-01-26 Chris Lattnerimplement X86 @GOTOFF jump table entries with the new...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Lang HamesNew PBQP solver.
2010-01-26 Dan GohmanFix the the ceiling-division used in computing the...
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Chris Lattnerthis hook should be const.
2010-01-26 Dan GohmanAdd a comment about a missed opportunity.
2010-01-26 Dan GohmanPrint empty and full sets specially.
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-26 Daniel DunbarUnbreak MSVC/CMake build.
2010-01-26 Chris Lattnermake jit jump table emission be based on the EntryKind...
2010-01-26 Chris Lattnerswitch jump table entry emission to be based on EntryKind
2010-01-26 Victor HernandezIn mem2reg, for all alloca/stores that get promoted...
2010-01-26 Victor HernandezAdd MDNode::getIfExists(), an efficient way to determin...
2010-01-26 Victor HernandezAssert when debug intrinsic insert functions are passed...
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-26 Dale JohannesenAccept immediate as value of a dbg_value.
2010-01-26 Jeffrey YasskinRe-enable unit tests disabled in r94164 by telling...
2010-01-26 Sean CallananAdded the implementation of the Intel-specific
2010-01-26 Dale JohannesenGenerate DEBUG_VALUE comments on x86. The (limited)
2010-01-26 Sean CallananAdded the TargetAsmLexer implementation for AT&T syntax.
2010-01-26 Dale Johannesenuse findDebugLoc in more places.
2010-01-25 Jim GrosbachMinor jump table cleanup.
2010-01-25 Chris Lattnerin 32-bit pic mode for targets with a GOT, x86 emits...
2010-01-25 Chris Lattnerfix quoting problem jim noticed!
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-25 Chris Lattnerprep work to support a future where getJumpTableInfo...
2010-01-25 Chris Lattneradd a method to get the alignment of an integer type...
2010-01-25 Johnny ChenMake it SP, LR, PC for GPR Register Class instead of...
2010-01-25 Chris Lattnereliminate redundant argument to EmitJumpTableInfo
2010-01-25 Johnny ChenImplemented ARMInstPrinter::printThumbS4ImmOperand().
2010-01-25 Sean CallananImplemented the dialect decision logic for the X86
2010-01-25 Johnny ChenFixed the order of GPR RegisterClass regs to be: ....
2010-01-25 Dan GohmanFix the bitcode reader to deserialize nuw/nsw/etc....
2010-01-25 Chris Lattnermcstreamerize gprel32 emission.
2010-01-25 Bob WilsonRemove check for an impossible condition: the condition...
2010-01-25 Chris Lattnermcize the non-gprel cases of AsmPrinter::printPICJumpTa...
2010-01-25 Chris Lattnerhandle the _set_ symbol with an MCSymbol.
2010-01-25 Chris Lattnerrename MAI::PICJumpTableDirective to MAI::GPRel32Direct...
2010-01-25 Chris Lattnerpull the non-pic jump table case out of printPICJumpTab...
2010-01-25 Chris Lattnerremove JumpTableDirective, it is always null.
2010-01-25 Chris Lattnerno need to implement these.
2010-01-25 Chris Lattnermcize jump table symbol manipulation.
2010-01-25 Chris Lattnersink an arm specific method out of asmprinter into...
2010-01-25 Chris Lattnerremove dead code: the x86 target never sets usesGlobalO...
2010-01-25 Chris Lattnerwirte up .file and .file to the mc asmparser.
2010-01-25 Chris Lattnermcstreamerize .file and .file. This also fixes an...
2010-01-25 Chris Lattneremit ELF .type directives through MCStreamer instead...
next