aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman2009-12-211-2/+4
* Fixed use of phi param in SlotIndex constructors.Lang Hames2009-12-191-2/+2
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-191-1/+1
* Remove spurious semicolon. Thanks, ClangDouglas Gregor2009-12-191-1/+1
* Delete unused code.Dan Gohman2009-12-191-14/+0
* Make some methods const. The only interesting change here is thatChris Lattner2009-12-193-11/+11
* Forgot forward declaration.Bill Wendling2009-12-191-0/+2
* Eliminate unnecessary LLVMContexts.Dan Gohman2009-12-184-8/+2
* Changes from review:Bill Wendling2009-12-183-50/+71
* Formalize MDNode's function-localness:Victor Hernandez2009-12-181-6/+18
* Add utility routines for NSW multiply.Dan Gohman2009-12-186-0/+37
* Add utility routines for creating integer negation operators with NSW set.Dan Gohman2009-12-186-0/+19
* Preserve NSW information in more places.Dan Gohman2009-12-181-1/+1
* Add Loop contains utility methods for testing whether a loopDan Gohman2009-12-181-1/+17
* Reapply LoopStrengthReduce and IVUsers cleanups, excluding the partDan Gohman2009-12-182-8/+1
* Sundry dependent-name fixes flagged by clang++.John McCall2009-12-171-2/+2
* tabs -> spaces.Chris Lattner2009-12-171-3/+3
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-23/+24
* Fix Windows build breakage...Steve Naroff2009-12-171-4/+4
* Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() inKen Dyck2009-12-171-1/+19
* This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin2009-12-171-3/+1
* Fix unused variable warning.Eric Christopher2009-12-171-1/+1
* Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...Evan Cheng2009-12-172-1/+8
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-171-0/+1
* BIT_CONVERT nodes are used for vector types, too.Bob Wilson2009-12-171-6/+7
* Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar2009-12-161-0/+50
* Add @earlyclobber TableGen constraintJim Grosbach2009-12-161-2/+3
* Fix one more missing this-> to placate that picky clang++.Daniel Dunbar2009-12-161-1/+1
* Revert "Initial work on disabling the scheduler. This is a work in progress, andDaniel Dunbar2009-12-161-50/+0
* fix more missing this->'s to placate clang++Chris Lattner2009-12-161-26/+27
* Fix a missing this-> that clang++ notices.Chris Lattner2009-12-161-1/+1
* now that libsystem no longer uses SmallVector, we can move Chris Lattner2009-12-161-21/+3
* factor out the grow() method for all pod implementations into oneChris Lattner2009-12-161-37/+76
* Use different name for argument and fieldVictor Hernandez2009-12-161-1/+1
* pull destroy_range and uninitialized_copy up to theChris Lattner2009-12-161-26/+32
* sink most of the meat in smallvector back from SmallVectorTemplateCommonChris Lattner2009-12-161-202/+210
* substantial refactoring of SmallVector, now most code is in SmallVectorTempla...Chris Lattner2009-12-161-57/+93
* MDNodes that refer to an instruction are local to a function; in that case, e...Victor Hernandez2009-12-161-2/+8
* Change indirect-globals to use a dedicated allocIndirectGV. This lets usJeffrey Yasskin2009-12-152-62/+27
* Add support to emit debug info for C++ namespaces.Devang Patel2009-12-151-1/+23
* a few improvements:Chris Lattner2009-12-151-10/+8
* hoist the begin/end/capacity members and a few trivial methodsChris Lattner2009-12-151-145/+145
* improve isPodLike to know that all non-class types are pod.Chris Lattner2009-12-152-27/+24
* Lang verified that SlotIndex is "pod like" even though it isn't a pod.Chris Lattner2009-12-151-1/+3
* Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner2009-12-1512-68/+105
* add an ALWAYS_INLINE macro, which does the obvious thing.Chris Lattner2009-12-151-0/+10
* Names from dependent base classes are not found by unqualified lookup.John McCall2009-12-151-1/+1
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-151-1/+1
* Initial work on disabling the scheduler. This is a work in progress, and thisBill Wendling2009-12-151-0/+50
* Revert these. They may have been causing 483_xalancbmk to fail:Bill Wendling2009-12-151-5/+0