oota-llvm.git
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-09 Chris LattnerTeach BasicAA::getModRefInfo(CallSite, CallSite) some
2008-12-09 Chris LattnerFix a fixme: allow memdep to see past read-only calls...
2008-12-09 Chris Lattnerrename getNonLocalDependency -> getNonLocalCallDependen...
2008-12-09 Chris LattnerSwitch GVN::processNonLocalLoad to using the new
2008-12-09 Chris Lattnerrandom cleanups, no functionality change.
2008-12-09 Evan Chengxfail this for now.
2008-12-09 Evan ChengBack out 60748 for now. It's breaking SPASS, 254.gap...
2008-12-09 Evan ChengCosmetic changes.
2008-12-09 Nuno Lopesremove unused var
2008-12-09 Dan GohmanWhitespace cleanups.
2008-12-09 Mikhail GlushenkovRemove Clang tests since clang is not installed on...
2008-12-09 Mikhail GlushenkovAdd some rudimentary tests for .
2008-12-09 Mikhail GlushenkovMan page typo fix.
2008-12-09 Mikhail GlushenkovSupport -emit-llvm properly (with -S and -c).
2008-12-09 Duncan SandsHandle a compiler warning.
2008-12-09 Chris Lattnerfix typos gabor noticed
2008-12-09 Bill WendlingCorrect my English.
2008-12-09 Chris Lattnerrestructure the top level non-local ptr dep query to...
2008-12-09 Chris Lattnerrename getNonLocalPointerDepInternal -> getNonLocalPoin...
2008-12-09 Evan ChengDisableGVCompilation should not abort on internal Globa...
2008-12-09 Mon P WangIn LegalizeOp, don't change the result type of CONVERT_...
2008-12-09 Nick LewyckyIt's easy to handle SLE/SGE when the loop has a unit...
2008-12-09 Chris Lattnerif we have two elements, insert both, don't use std...
2008-12-09 Chris LattnerIf we're only adding one new element to 'Cache', insert...
2008-12-09 Chris Lattnerconvert a couple other places that use pred_iterator...
2008-12-09 Chris Lattnernewline at end of phile
2008-12-09 Chris Lattneruse hte new pred cache to speed up the new non-local...
2008-12-09 Chris Lattnerpred_iterator got a lot slower since use-diet landed...
2008-12-09 Scott MichelCellSPU:
2008-12-09 Mon P WangFix getNode to allow a vector for the shift amount...
2008-12-09 Chris LattnerFix a really subtle off-by-one bug that Duncan noticed...
2008-12-09 Scott MichelCellSPU:
2008-12-09 Bill WendlingAdd initial support for fast-isel of the [SU]ADDO intri...
2008-12-09 Dan GohmanFix the name of ISD::TokenFactor in a comment. Thanks...
2008-12-09 Chris Lattnerremove two unneeded forward declarations, pointed out...
2008-12-09 Dan GohmanDon't charge full latency for an anti-dependence, in...
2008-12-08 Dan GohmanFix a couple of mistaken switch case fall-throughs...
2008-12-08 Devang PatelActually test something. Use PR3170 test case.
2008-12-08 Chris Lattnerremove DebugIterations option. Despite the accusations,
2008-12-08 Evan ChengRe-apply 60689 now my head is screwed on right.
2008-12-08 Dan GohmanFix the top-level comments, and fix some 80-column...
2008-12-08 Dan GohmanMove the conversion to intptr_t to a separate statement...
2008-12-08 Dan GohmanRevert 60689. It caused many regressions on Darwin...
2008-12-08 Ted KremenekUse 'delete []' instead of 'delete' in OwningArray...
2008-12-08 Devang PatelFix spelling.
2008-12-08 Devang PatelUndo previous patch.
2008-12-08 Duncan SandsFix comment typo.
2008-12-08 Duncan SandsFix comment typo.
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-12-08 Chris Lattneradd another level of caching for non-local pointer...
2008-12-08 Chris Lattnerconsistency
2008-12-08 Chris Lattnerintroduce a new RoundUpAlignment helper function, use...
2008-12-08 Dan GohmanMake ConstantAggregateZero::get return a ConstantAggreg...
2008-12-08 Dan GohmanUpdate CPP backend for PrintModulePass API changes.
2008-12-08 Evan ChengPerform cheap checks first.
2008-12-08 Chris LattnerSpeed up getABITypeSize by turning a i64 mul and div...
2008-12-08 Chris LattnerSome minor optimizations for isObjectSmallerThan.
2008-12-08 Dan GohmanClarify a comment.
2008-12-08 Dan GohmanMove createVirtualRegister out-of-line.
2008-12-08 Dan GohmanClarify some comments.
2008-12-08 Dan GohmanAdd svn:ignore property.
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-12-08 Nick LewyckyFixes for Visual Studio users. Patch by OvermindDL1...
2008-12-07 Dan GohmanUse bool instead of int, now that it no longer evokes...
2008-12-07 Dan GohmanUse intptr_t instead of unsigned here, which is more...
2008-12-07 Chris Lattneradd an assert. the cast<> below would catch this but...
2008-12-07 Chris Lattnerfactor some code better.
2008-12-07 Chris Lattnerfactor some code, fixing some fixme's.
2008-12-07 Chris Lattnerfix a typo duncan noticed!
2008-12-07 Oscar FuentesCMake: Added Tool.cpp to tools/llvmc/driver.
2008-12-07 Mikhail GlushenkovMan page update.
2008-12-07 Mikhail GlushenkovDescribe recent changes in the documentation.
2008-12-07 Mikhail GlushenkovMake 'extern' an option property.
2008-12-07 Mikhail GlushenkovPlugin updates: support more options.
2008-12-07 Mikhail GlushenkovJoin tools couldn't be used in the middle of the toolchain.
2008-12-07 Mikhail GlushenkovBetter error message.
2008-12-07 Mikhail GlushenkovRe-apply Cedric's changes.
2008-12-07 Mikhail GlushenkovAdd some clarifying comments.
2008-12-07 Mikhail GlushenkovEnable the Clang plugin by default.
2008-12-07 Mikhail GlushenkovUpdate plugins to use (actions).
2008-12-07 Mikhail GlushenkovTry to guess when the auto-generated cl::Sink option...
2008-12-07 Mikhail GlushenkovAdd a (progn)-like construct for (actions). Implemented...
2008-12-07 Mikhail GlushenkovAdd tests for tblgen's LLVMC backend.
2008-12-07 Mikhail GlushenkovUse (actions) instead of option properties, support...
2008-12-07 Chris Lattneradd support for caching pointer dependence queries...
2008-12-07 Chris Lattnerfix a bug I introduced in simplifycfg handling single...
2008-12-07 Owen AndersonSwitch to top-down mode and fix a crasher this exposed...
2008-12-07 Nick LewyckyFix typo, psuedo -> pseudo.
2008-12-07 Chris LattnerSome internal refactoring to make it easier to cache...
2008-12-07 Chris LattnerIntroduce a new MemDep::getNonLocalPointerDependency
2008-12-07 Chris Lattnerpush the "pointer case" up the analysis stack a bit...
2008-12-07 Chris Lattnermake clients have to know how to call getCallSiteDepend...
2008-12-07 Chris Lattnerrename some variables for consistency
2008-12-07 Chris LattnerI love how using out of scope variables is not an error...
2008-12-07 Chris LattnerRename getCallSiteDependency -> getCallSiteDependencyFr...
2008-12-07 Chris Lattnera memdep query on a volatile load/store will always...
2008-12-07 Chris Lattnerdon't bother touching volatile stores, they will just...
2008-12-07 Chris Lattnerremove the ability to get memdep info for vaarg. I...
2008-12-07 Chris Lattnermake getDependencyFrom private.
next