aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-12-16Add @earlyclobber TableGen constraintJim Grosbach
2009-12-16Fix one more missing this-> to placate that picky clang++.Daniel Dunbar
2009-12-16Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar
2009-12-16fix more missing this->'s to placate clang++Chris Lattner
2009-12-16Fix a missing this-> that clang++ notices.Chris Lattner
2009-12-16now that libsystem no longer uses SmallVector, we can move Chris Lattner
2009-12-16factor out the grow() method for all pod implementations into oneChris Lattner
2009-12-16Use different name for argument and fieldVictor Hernandez
2009-12-16pull destroy_range and uninitialized_copy up to theChris Lattner
2009-12-16sink most of the meat in smallvector back from SmallVectorTemplateCommonChris Lattner
2009-12-16substantial refactoring of SmallVector, now most code is in SmallVectorTempla...Chris Lattner
2009-12-16MDNodes that refer to an instruction are local to a function; in that case, e...Victor Hernandez
2009-12-15Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin
2009-12-15Add support to emit debug info for C++ namespaces.Devang Patel
2009-12-15a few improvements:Chris Lattner
2009-12-15hoist the begin/end/capacity members and a few trivial methodsChris Lattner
2009-12-15improve isPodLike to know that all non-class types are pod.Chris Lattner
2009-12-15Lang verified that SlotIndex is "pod like" even though it isn't a pod.Chris Lattner
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
2009-12-15add an ALWAYS_INLINE macro, which does the obvious thing.Chris Lattner
2009-12-15Names from dependent base classes are not found by unqualified lookup.John McCall
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-15Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling
2009-12-15Revert these. They may have been causing 483_xalancbmk to fail:Bill Wendling
2009-12-14Move Flag and isVoid after the vector types, since bit arithmetic withDan Gohman
2009-12-14Fix these asserts to check the invariant that the code actuallyDan Gohman
2009-12-14Update this comment.Dan Gohman
2009-12-14Move several function bodies which are rarely inlined out of line.Dan Gohman
2009-12-14Micro-optimize these functions in the case where they are not inlined.Dan Gohman
2009-12-14Make the IVUses member private.Dan Gohman
2009-12-14Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. TheDan Gohman
2009-12-14Whitespace changes, comment clarification. No functional changes.Bill Wendling
2009-12-14Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames
2009-12-13Fix weird typo which leads to unallocated memory access for nodes with 4 resu...Anton Korobeynikov
2009-12-12Make it easier to use the llvm_unreachable and DEBUG macros without "usingJeffrey Yasskin
2009-12-11Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG.Dan Gohman
2009-12-11Make getUniqueExitBlocks's precondition assert more precise, toDan Gohman
2009-12-11Simplify this class by removing the result cache.Gabor Greif
2009-12-11Add utility method for determining whether a function argumentDuncan Sands
2009-12-11Address comments on last patch:Bill Wendling
2009-12-11A machine basic block may end in an unconditional branch, however it may haveBill Wendling
2009-12-11Add qualifiers for calls to member functions in dependent bases.Anders Carlsson
2009-12-10Remove a broken, unused headerDouglas Gregor
2009-12-10Also attempt trivial coalescing for live intervals that end in a copy.Jakob Stoklund Olesen
2009-12-09Silence conversion warning from 64 to 32-bit.Eric Christopher
2009-12-09enhance NonLocalDepEntry to keep the per-block phi translated addressChris Lattner
2009-12-09DeltaAlgorithm: Add a virtual destructor and home.Daniel Dunbar
2009-12-09change NonLocalDepEntry from being a typedef for an std::pair to be itsChris Lattner
2009-12-09Added a new "splitting" spiller.Lang Hames
2009-12-09Remove unneeded ';' and a class/struct mismatch (noticed by clang).Daniel Dunbar