clean up some testcases.
[oota-llvm.git] / lib / Transforms / IPO /
2010-02-26 Chris LattnerFix rdar://7694996 a miscompile of 183.equake from...
2010-02-26 Chris Lattnerremove dead code, by this point all uses of CI are...
2010-02-26 Chris Lattnerfix PR6435 another bug from the MallocInst elimination...
2010-02-25 Chris Lattnerrewrite OptimizeGlobalAddressOfMalloc to fix PR6422...
2010-02-25 Nick LewyckyModernize comment.
2010-02-25 Nick LewyckyCorrect whitespace.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-13 Jakob Stoklund OlesenEnable the inlinehint attribute in the Inliner.
2010-02-12 Chris Lattner1. modernize the constantmerge pass, using densemap...
2010-02-10 Devang PatelStrip new llvm.dbg.value intrinsic.
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-04 Jakob Stoklund OlesenIncrease inliner thresholds by 25.
2010-01-29 Jakob Stoklund OlesenKeep iterating over all uses when meeting a phi node...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-23 Nick LewyckySpeculatively revert r94322 to see if it fixes darwin...
2010-01-23 Nick LewyckyTeach DAE that even though it can't modify the function...
2010-01-22 Benjamin KramerAnother strncmp -> StringRef.startswith simplification.
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-20 Jakob Stoklund OlesenMove per-function inline threshold calculation to a...
2010-01-07 Duncan SandsBe less stingy as to how many selects and phi nodes we
2010-01-07 Chris Lattnerhandle ConstantVector while I'm in here.
2010-01-07 Chris Lattnerfix a globalopt crash on 'bullet' (handling evaluation...
2010-01-06 Duncan SandsFix a README item: have functionattrs look through...
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Dan GohmanFix indentation.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-08 Duncan SandsTeach GlobalOpt to delete aliases with internal linkage...
2009-11-23 Dan GohmanMake ConstantFoldConstantExpression recursively visit...
2009-11-23 Nick LewyckyRemove unused LLVMContext.
2009-11-19 Dan GohmanExtend CaptureTracking to indicate when a value is...
2009-11-17 Devang PatelRemove debug info attached with an instruction.
2009-11-12 Chris Lattneruse isInstructionTriviallyDead, as pointed out by Duncan
2009-11-12 Chris Lattnerimplement a nice little efficiency hack in the inliner...
2009-11-10 Victor HernandezUpdate computeArraySize() to use ComputeMultiple()...
2009-11-07 Victor Hernandez- new SROA mallocs should have the mallocs running...
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
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-05 Dan GohmanUpdate various Loop optimization passes to cope with...
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-03 Benjamin KramerEliminate some temporaries.
2009-11-01 Chris Lattnercleanups, switch GlobalDCE to SmallPtrSet instead of...
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanRemove the #include of Pass.h from PassManager.h. This...
2009-11-01 Chris Lattnerteach ipsccp and ipconstprop that a blockaddress doesn...
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris Lattneradjust a couple xforms to work with null bb's in BlockA...
2009-10-29 Chris Lattnerjust for the hell of it, allow globalopt to statically...
2009-10-29 Chris Lattnerteach various passes about blockaddress. We no longer
2009-10-28 Victor HernandezExtend getMallocArraySize() to determine the array...
2009-10-28 Devang Patelllvm.dbg.global_variables do not exist anymore.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-21 Devang PatelDerive metadata hierarchy from Value instead of User.
2009-10-21 Devang PatelDo not remove dead metadata for now.
2009-10-19 Victor HernandezMalloc calls are marked NoAlias, so the code below...
2009-10-18 Chris Lattnerremove the IndMemRemPass, which only made sense for...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Victor HernandezHeapAllocSRoA also needs to check if malloc array size...
2009-10-15 Victor HernandezFix bug where array malloc with unexpected computation...
2009-10-13 Dan GohmanMove the InlineCost code from Transforms/Utils to Analysis.
2009-10-09 Dale JohannesenUse names instead of numbers for some of the magic
2009-10-09 Dale JohannesenWhen considering whether to inline Callee into Caller,
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-05 Dan GohmanRemove an unnnecessary LLVMContext argument in
2009-10-04 Evan ChengAllow -inline-threshold override default threshold...
2009-09-28 Dan GohmanConvert LoopSimplify and LoopExtractor from FunctionPas...
2009-09-27 Chris Lattnerremove special handling of bitcast(malloc), it will...
2009-09-27 Chris Lattnerunlike the malloc instruction, "malloc" calls do not...
2009-09-24 Torok EdwinConstant propagating byval pointer is safe if function...
2009-09-24 Torok EdwinDon't constant propagate byval pointers, since they...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-19 Nick LewyckyRemove the default value for ConstantStruct::get's...
2009-09-18 Victor HernandezEnhance transform passes so that they apply the same...
2009-09-15 Chris Lattneradd a new CallGraphNode::replaceCallEdge method and...
2009-09-10 Dan GohmanFactor out the code for checking that all indices in...
2009-09-08 Owen AndersonFix PR4909, patch by Jakub Staszak.
2009-09-07 Dan GohmanDon't commit stores with addresses that have indices...
2009-09-07 Dan GohmanDon't commit addresses of aggregate values. This avoids...
2009-09-07 Dan GohmanFix GlobalOpt to avoid committing a store if the addres...
2009-09-07 Dan GohmanPreserve the InBounds flag when evaluating a getelement...
next