aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2009-12-24Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall
2009-12-23Fix a comment.David Greene
2009-12-23Remove dump routine and the associated Debug.h from a header. Patch upDavid Greene
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-12-23Provide dbgs(), a circular-buffering debug output stream. By default itDavid Greene
2009-12-23Add circular_raw_ostream, which buffers its output in a circular queueDavid Greene
2009-12-23Update objectsize intrinsic and associated dependencies. FixEric Christopher
2009-12-22Restore snprintf weirdness for VCPP onlyAnton Korobeynikov
2009-12-22don't run GVN at -O1, GCC doesn't do it's equivalent at that optimization level.Chris Lattner
2009-12-22The phi translated pointer can be computed when returning a partially cached ...Chris Lattner
2009-12-22Add more plumbing. This time in the LowerArguments and "get" functions whichBill Wendling
2009-12-22fix unit test that I broke.Chris Lattner
2009-12-22types don't need atomic inc/dec, they are local to an llvmcontext.Chris Lattner
2009-12-22comment fix: weakvh -> tracking vhChris Lattner
2009-12-22Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames
2009-12-21- Add a bit more plumbing assigning an order to SDNodes.Bill Wendling
2009-12-21Remove uber-gross hack. The define _snprintf to snprintf is invalid due to tw...Anton Korobeynikov
2009-12-21Place SDNodeOrdering.h in the directory it's used.Bill Wendling
2009-12-21Fix setting and default setting of code model for jit. Do thisEric Christopher
2009-12-21improve compatibility with SWIG, patch by James Knight!Chris Lattner
2009-12-21add a helper ctor.Chris Lattner
2009-12-21Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman
2009-12-19Fixed use of phi param in SlotIndex constructors.Lang Hames
2009-12-19Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor
2009-12-19Remove spurious semicolon. Thanks, ClangDouglas Gregor
2009-12-19Delete unused code.Dan Gohman
2009-12-19Make some methods const. The only interesting change here is thatChris Lattner
2009-12-19Forgot forward declaration.Bill Wendling
2009-12-18Eliminate unnecessary LLVMContexts.Dan Gohman
2009-12-18Changes from review:Bill Wendling
2009-12-18Formalize MDNode's function-localness:Victor Hernandez
2009-12-18Add utility routines for NSW multiply.Dan Gohman
2009-12-18Add utility routines for creating integer negation operators with NSW set.Dan Gohman
2009-12-18Preserve NSW information in more places.Dan Gohman
2009-12-18Add Loop contains utility methods for testing whether a loopDan Gohman
2009-12-18Reapply LoopStrengthReduce and IVUsers cleanups, excluding the partDan Gohman
2009-12-17Sundry dependent-name fixes flagged by clang++.John McCall
2009-12-17tabs -> spaces.Chris Lattner
2009-12-17Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin
2009-12-17Fix Windows build breakage...Steve Naroff
2009-12-17Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() inKen Dyck
2009-12-17This fixes a memory leak in OpaqueType found by Google's internal heapchecker.Jeffrey Yasskin
2009-12-17Fix unused variable warning.Eric Christopher
2009-12-17Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int...Evan Cheng
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov
2009-12-17BIT_CONVERT nodes are used for vector types, too.Bob Wilson
2009-12-16Reapply r91392, it was only unmasking the bug, and since TOT is still broken ...Daniel Dunbar