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