oota-llvm.git
2010-01-30 Dale JohannesenFix a case where debug_value could affect codegen.
2010-01-30 Bob WilsonUse more specific types to avoid casts. No functionali...
2010-01-30 Bob WilsonRemove ARM-specific calling convention from this test...
2010-01-30 Daniel DunbarX86.td: Refactor to bring operands that use print_pcrel...
2010-01-30 Daniel DunbarFileCheck: When looking for "possible matches", only...
2010-01-30 Daniel DunbarAsmMatcher/X86: Separate out sublass for memory operand...
2010-01-29 Jakob Stoklund... Keep iterating over all uses when meeting a phi node...
2010-01-29 Daniel DunbarMC/X86: Add a nice X86 assembler matcher test case...
2010-01-29 Johnny ChenModified encoding bits specification for VFP instructio...
2010-01-29 Dan GohmanPrint a comment next to "materializable" global values...
2010-01-29 Evan ChengPPC is not ready for sibcall optimization.
2010-01-29 Bob WilsonPreserve load alignment in instcombine transformations...
2010-01-29 Dan GohmanMinor code cleanup.
2010-01-29 Dan GohmanSkip whitespace when looking for a potential intended...
2010-01-29 Dan GohmanFix the position of the caret in the FileCheck error...
2010-01-29 Junjie GuMake sure the size is doubled (not 4x).
2010-01-29 Sean CallananRemoved symbols from .exports that are not yet in
2010-01-29 Dale JohannesenAdd assertion to humor the paranoid.
2010-01-29 Victor HernandezWe were not writing bitcode for function-local metadata...
2010-01-29 Eric ChristopherRevert my last couple of patches. They appear to have...
2010-01-29 Jeffrey YasskinRename two IRReader.h functions to indicate that they...
2010-01-29 Bob WilsonUse uint64_t instead of unsigned for offsets and sizes.
2010-01-29 Dan GohmanAdd svn:ignore properties.
2010-01-29 Bob WilsonImprove isSafeToLoadUnconditionally to recognize that...
2010-01-29 Jeffrey YasskinBelatedly document r85295 and r85330.
2010-01-29 Devang PatelAdd size and location info in DW_TAG_class_type descriptor.
2010-01-29 Devang PatelBefore inserting llvm.dbg.declare intrinsic at the...
2010-01-29 Benjamin KramerFix MSVC build.
2010-01-29 Benjamin KramerConvert some users of ftostr to raw_ostream.
2010-01-29 Benjamin KramerUse llvm::format instead of ftostr (which just calls...
2010-01-29 Duncan SandsChange the SREM case to match the logic in the IR versi...
2010-01-29 Evan ChengCatch more trivial tail call opportunities: no inputs...
2010-01-29 Duncan SandsHaving RHSKnownZero and RHSKnownOne be alternative...
2010-01-29 Duncan SandsIt looks like the changes to the SRem logic of Simplify...
2010-01-29 Daniel DunbarFileCheck: Switch "possible match" calculation to use...
2010-01-29 Eric ChristopherMake strcpy_chk lower to strcpy if we have a safe size.
2010-01-29 Sean CallananQuick fix to make the header file for the enhanced
2010-01-29 Sean CallananAdded a bare-bones Makefile to build the enhanced disas...
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...
next