oota-llvm.git
2010-01-29 Ted KremenekRecognize 'add_executable' when analyzing CMake files.
2010-01-29 Ted KremenekUpdate CMake build.
2010-01-29 Eric ChristopherAdd constant support to object size handling and remove...
2010-01-29 Bill WendlingGeneric reformatting and comment fixing. No functionali...
2010-01-29 Bill WendlingAdd newline to debugging output, and fix some grammar...
2010-01-29 Sean CallananAdded a custom TableGen backend to support the
2010-01-29 Victor Hernandezmem2reg erases the dbg.declare intrinsics that it conve...
2010-01-28 Bill WendlingAssign the ordering of SDNodes in a much less intrusive...
2010-01-28 Mikhail GlushenkovSupport some more options...
2010-01-28 Dan GohmanRemove the folding rule
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-28 Duncan SandsFix PR6165. The bug was that LHSKnownZero was being...
2010-01-28 Douglas GregorAdd llvm::Program::ChangeStderrToBinary().
2010-01-28 Dan GohmanCheck Type::isSized before calling ScalarEvolution...
2010-01-28 Chris Lattnerconvert the last 3 targets to use EmitFunctionBody...
2010-01-28 Dan GohmanMake getAlignOf return an i64, for consistency with...
2010-01-28 Dan GohmanRemove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and...
2010-01-28 Chris Lattneradd target hooks for emitting random gunk before and...
2010-01-28 Evan ChengFix a bug introduced by r94490 where it created a X86IS...
2010-01-28 Chris Lattnerswitch blackfin to the default runOnMachineFunction
2010-01-28 Chris Lattnereliminate a now-useless class.
2010-01-28 Chris LattnerSwitch MSP430, SPU, Sparc, and SystemZ to use EmitFunct...
2010-01-28 Jim GrosbachUpdate of 94055 to track the IR level call site informa...
2010-01-28 Jeffrey YasskinRecord the death of ModuleProvier and GhostLinkage...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Jeffrey YasskinTruncate the release notes so they're ready to accumula...
2010-01-28 Chris Lattnerswitch ARM to EmitFunctionBody().
2010-01-28 Chris Lattneremit a 0 byte instead of a noop if a function is empty...
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris LattnerDrop the argument to AsmPrinter::EmitConstantPool and...
2010-01-28 Chris Lattnerdon't emit constant pools twice.
2010-01-28 Chris Lattnerrename printVisibility to EmitVisibility and make it...
2010-01-27 Chris Lattnerswitch ARM to use EmitFunctionHeader.
2010-01-27 Chris Lattnereliminate the ARMFunctionInfo::Align member, using
2010-01-27 Chris Lattneradd a helper function for bumping up the alignment...
2010-01-27 Chris Lattnerswitch blackfin to use EmitFunctionHeader. BlackfinAsm...
2010-01-27 Chris Lattnerswitch mips to use the shared EmitFunctionHeader()...
2010-01-27 Sean CallananChanged constants to an enum so as not to pollute the
2010-01-27 Sean CallananAdded a header file defining the externally-visible...
2010-01-27 Dale JohannesenIf the only use of something is a DEBUG_VALUE, don't
2010-01-27 Dale JohannesenTreat MO_REG 0 location as undefined in DEBUG_VALUE,
2010-01-27 Dan GohmanAdd an svn:ignore.
2010-01-27 Victor HernandezNeed to recurse for all operands of function-local...
2010-01-27 Bob WilsonAvoid creating redundant PHIs in SSAUpdater::GetValueIn...
2010-01-27 Ted KremenekUpdate CMake build.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-27 Benjamin KramerDon't bother with sprintf, just pass the Twine through.
2010-01-27 Benjamin KramerUse the less expensive getName function instead of...
2010-01-27 Chandler CarruthQuick fix to a test that is currently failing on every...
2010-01-27 Chandler CarruthSilence GCC warnings with asserts turned off. No functi...
2010-01-27 Mikhail GlushenkovMake SMDiagnostic::Print a const method.
2010-01-27 Mikhail GlushenkovTrailing whitespace.
2010-01-27 Duncan SandsRevert commit 94666 (ddunbar) [Suppress clang warning...
2010-01-27 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-27 Daniel DunbarSuppress clang warning about unused arguments.
2010-01-27 Evan ChengPerform trivial tail call optimization for callees...
2010-01-27 Chris Lattnermerge two ifs
2010-01-27 Chris Lattnersome cleanups.
2010-01-27 Chris Lattnerno need to check for null
2010-01-27 Evan ChengRemove a dead target hook.
2010-01-27 Chris Lattnerppc/linux isn't ready for this and it was an accident...
2010-01-27 Victor HernandezWhen converting dbg.declare to dbg.value, attach promot...
2010-01-27 Victor HernandezLinker needs to do deep-copy of function-local metadata...
2010-01-27 Chris Lattneruse existing basic block numbers instead of recomputing
2010-01-27 Chris LattnerSwitch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha...
2010-01-27 Evan ChengClarify what -tailcallopt option actually do.
2010-01-27 Jim GrosbachAdjust setjmp instruction sequence to not need 32-bit...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-27 Evan ChengRestore to pre-94570 state.
2010-01-26 Chris Lattnermcize label emission for functions.
2010-01-26 Chris Lattneruse EmitLinkage for functions as well as globals. ...
2010-01-26 Chris Lattnerpull linkage emission code out to a new EmitLinkage...
2010-01-26 Chris Lattnerrearrange some directives, no functionality change.
2010-01-26 Jeffrey YasskinRoll r94484 (avoiding RTTI problems in tests) forward...
2010-01-26 Victor HernandezAvoid extra calls to MD->getNumOperands()
2010-01-26 Evan ChengIgnore 'forced' tailcall opt in fastisel mode.
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.
next