rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::strings.
[oota-llvm.git] / lib /
2009-11-07 Chris Lattnerrewrite TargetData to use StringRef/raw_ostream instead...
2009-11-07 Chris Lattnerprune #include / layering violation
2009-11-07 Jeffrey YasskinMake the need-stub variables accurate and consistent...
2009-11-07 Eric ChristopherFix a couple of shuffle patterns to use movhlps instead
2009-11-07 Nick LewyckyTeach dead store elimination that certain intrinsics...
2009-11-07 Chris Lattnerreapply 86289, 86278, 86270, 86267, 86266 & 86264 plus...
2009-11-07 Chris LattnerFix PR5421 by APInt'izing switch lowering.
2009-11-07 Nick LewyckyOops, FunctionContainsEscapingAllocas is really used...
2009-11-07 Nick LewyckyDust off tail recursion elimination. Fix a fixme by...
2009-11-07 Mikhail Glushenkovllvmc: Add a '-time' option.
2009-11-07 Mikhail GlushenkovTrailing whitespace.
2009-11-07 Lang HamesUpdate some globals to use ManagedStatic.
2009-11-07 Mon P WangFix memoizing of CvtRndSatSDNode
2009-11-07 Mon P WangFixed Overload table bug noticed by Jakob
2009-11-07 Evan ChengRefactor code. Fix a potential missing check. Teach...
2009-11-07 Evan Cheng- Add TargetInstrInfo::isIdentical(). It's similar...
2009-11-07 Ted KremenekUpdate CMake file.
2009-11-07 Kenneth UildriksAdd code to check at SelectionDAGISel::LowerArguments...
2009-11-07 Jakob Stoklund OlesenFix inverted conflict test in -early-coalesce.
2009-11-07 Devang PatelRevert following patches to fix llvmgcc bootstrap.
2009-11-07 Johnny ChenMy previous patch (r84124) for setting the encoding...
2009-11-07 Victor Hernandez- new SROA mallocs should have the mallocs running...
2009-11-07 Victor HernandezFit in 80 columns
2009-11-07 Jeffrey YasskinAvoid "ambiguous 'else'" warning from gcc.
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-07 Jim Grosbach80-columns
2009-11-07 Jeffrey YasskinGive the JITResolver a direct pointer to its JITEmitter...
2009-11-06 Evan Cheng- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic...
2009-11-06 Anton KorobeynikovHonour subreg machine operands during asmprinting
2009-11-06 Bob WilsonPrint VMOV (immediate) operands as hexadecimal values...
2009-11-06 Chris LattnerFix a bug where we'd call SplitBlockPredecessors with...
2009-11-06 Bob WilsonFix comment typos.
2009-11-06 Evan ChengRemove ARMPCLabelIndex from ARMISelLowering. Use ARMFun...
2009-11-06 Victor HernandezCallInst::CreateMalloc() and CallInst::CreateFree(...
2009-11-06 Eli FriedmanRemove function left over from other jump threading...
2009-11-06 Chris LattnerFix a problem discovered on self host.
2009-11-06 Chris Lattnerremove more code subsumed by r86264
2009-11-06 Devang PatelTolerate invalid derived type.
2009-11-06 Chris Lattnereliminate some more code subsumed by r86264
2009-11-06 Chris Lattnerremove now redundant code, r86264 handles this case.
2009-11-06 Chris LattnerExtend jump threading to support much more general...
2009-11-06 Dan GohmanUse WriteAsOperand to print GlobalAddress MachineOperan...
2009-11-06 Devang PatelDo not bother to emit debug info for nameless global...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-11-06 Chris Lattnerremove some more Context arguments.
2009-11-06 Chris Lattnerremove a bunch of extraneous LLVMContext arguments
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-06 Devang PatelDo not try to emit debug info entry for dead global...
2009-11-06 Dan GohmanFactor out the printing of the leading tab into printIn...
2009-11-05 Dan GohmanUse SUBREG_TO_REG instead of INSERT_SUBREG to model...
2009-11-05 Dan GohmanTeach LSR to avoid calling SplitCriticalEdge on edges...
2009-11-05 Dan GohmanFix the label name generation for address-taken labels...
2009-11-05 Lang HamesAdded support for renumbering existing index list eleme...
2009-11-05 Dan GohmanAvoid calling getUniqueExitBlocks from within LoopSimpl...
2009-11-05 Dan GohmanLoopDeletion depends on loops having dedicated exits.
2009-11-05 Dan GohmanThe introduction of indirectbr meant the introduction of
2009-11-05 Dan GohmanUpdate various Loop optimization passes to cope with...
2009-11-05 David GoodwinFix bug in aggressive antidep breaking; liveness was...
2009-11-05 Dan GohmanTeach LoopUnroll how to bail if LoopSimplify can't...
2009-11-05 Dan GohmanCall getAnalysis<LoopInfo> the normal way, instead...
2009-11-05 Dan GohmanFix IVUsers to avoid assuming that the loop has a uniqu...
2009-11-05 Dan GohmanDelete an unused member variable.
2009-11-05 Dan GohmanFactor out the predicate code for loopsimplify form...
2009-11-05 Dan GohmanAvoid printing a redundant space in SDNode->dump().
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-11-05 Dan GohmanAdd an assertion to catch indirectbr in SplitBlockPrede...
2009-11-05 Chris Lattneradd a note from PR5313
2009-11-05 Benjamin KramerTeach SimplifyLibCalls to fold memcmp calls with consta...
2009-11-05 Benjamin KramerDo map insert+find in one step. TODO -= 2.
2009-11-05 Benjamin KramerPath::createDirectoryOnDisk should ignore existing...
2009-11-05 Mon P WangReintroduce support for overloading target intrinsics
2009-11-05 David GoodwinReplace std::map.at() with std::map[].
2009-11-05 David GoodwinBreak anti-dependencies using free registers in a round...
2009-11-05 Evan ChengNow that code placement optimization pass is run for...
2009-11-05 Devang PatelUse WeakVH while storing metadata in containers.
2009-11-05 Evan ChengCode refactoring.
2009-11-05 David GoodwinCorrectly add chain dependencies around calls and unkno...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-04 Devang PatelWhile calculating original type size for a derived...
2009-11-04 Jim GrosbachGrammar.
2009-11-04 Chris Lattnerimprove DSE when TargetData is not around, based on...
2009-11-04 Jim GrosbachNow that the memory leak from McCat/08-main has been...
2009-11-04 Jim GrosbachIf a function has no stack frame at all, dynamic realig...
2009-11-04 Jim Grosbachdynamic stack realignment necessitates scanning the...
2009-11-04 Devang PatelFix DW_AT_data_member_location for bit-fields. It point...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-11-04 Lang HamesHandle empty/tombstone keys for LiveIndex more cleanly...
2009-11-04 Duncan SandsA value is only assigned to errno if NumRead equals...
2009-11-04 Eric ChristopherAdd some options to disable various code gen optimizations.
2009-11-04 Devang PatelArray element size does not match array size but array...
2009-11-04 Jakob Stoklund OlesenPrint out an informative comment for KILL instructions.
2009-11-04 Chris LattnerFix an iterator invalidation bug that happens when...
2009-11-04 Evan ChengRangeIsDefinedByCopyFromReg() should check for subreg_t...
2009-11-04 Chris Lattnermove two functions up higher in the file. Delete a...
2009-11-04 Evan ChengThe .n suffix must go after the predicate.
2009-11-04 Douglas GregorFix CMake makefiles
2009-11-04 Evan ChengUse ldr.n to workaround a darwin assembler bug.
2009-11-03 Lang HamesThe Indexes Patch.
2009-11-03 Bob WilsonFix branch folding bug for indirect branches: for a...
2009-11-03 Chris Lattnerreimplement multiple return value handling in IPSCCP...
next