oota-llvm.git
2007-08-01 Owen AndersonForgot to update these files for the FastDSE changes.
2007-08-01 Dan GohmanMore explicit keywords.
2007-08-01 Dan GohmanChange a .size directive to use a tab instead of a...
2007-08-01 Dan GohmanMake ImmutablePass::runOnModule non-virtual, since...
2007-08-01 Owen AndersonRename FastDSE to just DSE.
2007-08-01 Owen AndersonMove FastDSE in to DeadStoreElimination.
2007-08-01 Owen AndersonRemove old DSE.
2007-08-01 David GreeneUpdate generated files.
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-08-01 Evan ChengIndexed loads each has 2 outputs.
2007-08-01 Evan ChengRequires SSE2.
2007-07-31 Owen AndersonDon't let the memory allocator outsmart GVN. ;-)
2007-07-31 Evan Chengsimpleregistercoalescing -> regcoalescing. It's too...
2007-07-31 Owen AndersonFix a failure I accidentally caused in my last commit...
2007-07-31 Lauro Ramos... Fix a bug in GetKnownAlignment of packed structs.
2007-07-31 Dan GohmanChange the x86 assembly output to use tab characters...
2007-07-31 David GreeneFix GLIBCXX_DEBUG error owing to dereference of end...
2007-07-31 Owen AndersonFix a misoptimization in aha.
2007-07-31 Dan GohmanUse SCEVExpander::InsertCastOfTo instead of calling...
2007-07-31 Devang PatelAdd note.
2007-07-31 Chris Lattnernew testcase
2007-07-31 Christopher... Revert overly aggressive interpretation of noalias
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid Spencerfp2uint -> fptoui
2007-07-31 Reid SpencerAfter a discussion with Anton, it turns out that the...
2007-07-31 Devang PatelBunch of tests to check loop passes.
2007-07-31 Evan ChengRedo and generalize previously removed opt for pinsrw...
2007-07-31 Devang PatelLoop unswitch preserves dom info.
2007-07-31 Devang PatelImplement Simple Analysis interfaces - cloneBasicBlockA...
2007-07-31 Devang PatelIntroduce Simple Analysis interface for loop passes.
2007-07-31 Christopher... Teach BasicAA about noalias function parameters. Passes...
2007-07-31 Christopher... Un-XFAIL these tests after r40622 fixed them.
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid SpencerAllow the INREG parameter attribute to be added to...
2007-07-31 Reid SpencerThe InReg parameter attribute is valid on function...
2007-07-31 Evan ChengThis isn't safe when there are uses of load's chain...
2007-07-31 Chris LattnerFix PR1581, patch by Timo Savola
2007-07-31 Reid SpencerRegenerate (again).
2007-07-31 Reid SpencerDon't include newlines in the whitespace before newline...
2007-07-31 Reid SpencerRegenerate.
2007-07-31 Reid SpencerFor PR1553:
2007-07-30 Devang PatelIf loop can be unswitched again, then do it yourself.
2007-07-30 Anton KorobeynikovAdd a comment: don't expect from external function...
2007-07-30 Owen AndersonAvoid potential iterator invalidation problems.
2007-07-30 Devang PatelRemove dead code.
2007-07-30 Scott Michel- Allow custom lowering for CTPOP, CTTZ, CTLZ.
2007-07-30 Devang PatelLCSSA preserves dom info.
2007-07-30 Devang PatelLoop Rotation pass preserves dominator tree and frontier.
2007-07-30 Devang PatelLICM preserves scalar evolution and dom frontier.
2007-07-30 Reid SpencerRegenerate for __dso_handle, per Anton's request.
2007-07-30 Anton KorobeynikovAdd detection of __dso_handle presence during configure...
2007-07-30 Reid SpencerFix a typo/thinko.
2007-07-30 Dan GohmanFix a bug in getCopyFromParts turned up in the testcase...
2007-07-30 Owen AndersonUse more caching when computing non-local dependence...
2007-07-30 Owen AndersonFix a bug caused by indiscriminantly asking for the...
2007-07-30 Dan GohmanUse tabs more consistently in assembler pseudo-ops.
2007-07-30 Dan GohmanPrint a space between the comment character and the...
2007-07-30 Dan GohmanFix the comments for the 'fast' parameter in addPassesT...
2007-07-30 Dan GohmanRemove a FIXME comment that wasn't removed when the...
2007-07-30 Dan GohmanFix the comment for getClosestTargetForJIT to reflect...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-30 Dan GohmanFix pastos in comments for doFinalization functions.
2007-07-30 Evan ChengNew test case.
2007-07-30 Evan ChengVector fneg must be expanded into fsub -0.0, X.
2007-07-29 Christopher... Add tests for generating noalias parameter attribute...
2007-07-29 Reid SpencerBe explicit about which level of optimization is being...
2007-07-29 Christopher... Change the x86 backend to use extract_subreg for trunca...
2007-07-28 Christopher... Add register info needed to use subreg sets on X86.
2007-07-28 Nick LewyckyMake this explictly signed. Fixes PR1571.
2007-07-27 Devang PatelAdd facility to dump pass manager structure
2007-07-27 Duncan SandsTrampoline codegen support for X86-32.
2007-07-27 Duncan SandsForget to add 'nest' to the list of parameter
2007-07-27 Devang PatelFix edge cases in handling basic block split.
2007-07-27 Devang PatelUse SmallPtrSet.
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-07-27 Chuck Rose IIIUpdates to the VStudio project files:
2007-07-27 Owen AndersonAllow SmallPtrSet to hold pointers to const data.
2007-07-27 Dan GohmanRe-apply 40504, but with a fix for the segfault it...
2007-07-27 Duncan SandsIt seems logical that InReg should be incompatible
2007-07-27 Duncan SandsAs the number of parameter attributes increases,
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-27 Christopher... Move subreg lowering pass to be right after regalloc...
2007-07-27 Evan ChengReverting 40504 for now. It's breaking oggenc.
2007-07-26 Devang PatelFix thinko. Update return status appropriately.
2007-07-26 Owen AndersonFix a bug introduced in my last commit.
2007-07-26 Owen AndersonFix a couple more bugs in the phi construction by pulli...
2007-07-26 Evan ChengTest case for PR1573.
2007-07-26 Evan ChengMake sure epilogue esp adjustment is placed before...
2007-07-26 Evan ChengDon't pollute the meaning of isUnpredicatedTerminator.
2007-07-26 Evan ChengFix test.
2007-07-26 Evan ChengMinor bug.
2007-07-26 Dan GohmanFix the alias analysis query in DAGCombiner to not...
2007-07-26 Dan GohmanMove the GET_SIDE_EFFECT_INFO logic from isInstructionT...
2007-07-26 Dan GohmanRemove a bogus return statement, what appears to have...
2007-07-26 Dan GohmanDummyInst's member functions don't need to be virtual.
2007-07-26 Dan GohmanIn the .loc directive, print the fields as "debug"...
2007-07-26 Dan GohmanFix a whitespace difference between CMPSSrr and CMPSDrr.
2007-07-26 Dan GohmanFix a pasto in a comment.
2007-07-26 Christopher... Add a MachineFunction pass, which runs post register...
2007-07-26 Christopher... Teach DAG scheduling how to properly emit subreg insert...
next