summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Formalize MDNode's function-localness:Victor Hernandez2009-12-18
* Add utility routines for NSW multiply.Dan Gohman2009-12-18
* Add utility routines for creating integer negation operators with NSW set.Dan Gohman2009-12-18
* Preserve NSW information in more places.Dan Gohman2009-12-18
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-18
* Reapply LoopStrengthReduce and IVUsers cleanups, excluding the partDan Gohman2009-12-18
* Sundry dependent-name fixes flagged by clang++.John McCall2009-12-17
* tabs -> spaces.Chris Lattner2009-12-17
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-17
* Fix Windows build breakage...Steve Naroff2009-12-17
* Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() inKen Dyck2009-12-17
* This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin2009-12-17
* Fix unused variable warning.Eric Christopher2009-12-17
* Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...Evan Cheng2009-12-17
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-17
* BIT_CONVERT nodes are used for vector types, too.Bob Wilson2009-12-17
* Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar2009-12-16
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-16
* Fix one more missing this-> to placate that picky clang++.Daniel Dunbar2009-12-16
* Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar2009-12-16
* fix more missing this->'s to placate clang++Chris Lattner2009-12-16
* Fix a missing this-> that clang++ notices.Chris Lattner2009-12-16
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-16
* factor out the grow() method for all pod implementations into oneChris Lattner2009-12-16
* Use different name for argument and fieldVictor Hernandez2009-12-16
* pull destroy_range and uninitialized_copy up to theChris Lattner2009-12-16
* sink most of the meat in smallvector back from SmallVectorTemplateCommonChris Lattner2009-12-16
* substantial refactoring of SmallVector, now most code is in SmallVectorTempla...Chris Lattner2009-12-16
* MDNodes that refer to an instruction are local to a function; in that case, e...Victor Hernandez2009-12-16
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-15
* Add support to emit debug info for C++ namespaces.Devang Patel2009-12-15
* a few improvements:Chris Lattner2009-12-15
* hoist the begin/end/capacity members and a few trivial methodsChris Lattner2009-12-15
* improve isPodLike to know that all non-class types are pod.Chris Lattner2009-12-15
* Lang verified that SlotIndex is "pod like" even though it isn't a pod.Chris Lattner2009-12-15
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-15
* add an ALWAYS_INLINE macro, which does the obvious thing.Chris Lattner2009-12-15
* Names from dependent base classes are not found by unqualified lookup.John McCall2009-12-15
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-15
* Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling2009-12-15
* Revert these. They may have been causing 483_xalancbmk to fail:Bill Wendling2009-12-15
* Move Flag and isVoid after the vector types, since bit arithmetic withDan Gohman2009-12-14
* Fix these asserts to check the invariant that the code actuallyDan Gohman2009-12-14
* Update this comment.Dan Gohman2009-12-14
* Move several function bodies which are rarely inlined out of line.Dan Gohman2009-12-14
* Micro-optimize these functions in the case where they are not inlined.Dan Gohman2009-12-14
* Make the IVUses member private.Dan Gohman2009-12-14
* Drop Loop::isNotAlreadyContainedIn in favor of Loop::contains. TheDan Gohman2009-12-14
* Whitespace changes, comment clarification. No functional changes.Bill Wendling2009-12-14
* Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames2009-12-14