| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NetBSD to the Triple class, patch by Krister Walfridsson! | Chris Lattner | 2009-07-13 | 1 | -0/+3 |
* | Make some more changes suggested by Chris. Manipulators go away. | David Greene | 2009-07-13 | 1 | -58/+41 |
* | Switch to raw_ostream. | Daniel Dunbar | 2009-07-13 | 1 | -35/+35 |
* | Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks once | Nick Lewycky | 2009-07-13 | 1 | -7/+3 |
* | 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127). | Nick Lewycky | 2009-07-13 | 1 | -1/+1 |
* | Multiply was very wrong for wrapped ranges. This supplies a half-fix that will | Nick Lewycky | 2009-07-13 | 1 | -6/+6 |
* | Fix a bug summing two full sets. The overflow checking doesn't handle sets as | Nick Lewycky | 2009-07-13 | 1 | -0/+2 |
* | Improve sys::Path::makeAbsolute on Win32. | Daniel Dunbar | 2009-07-12 | 1 | -1/+1 |
* | Implement udiv for ConstantRanges. | Nick Lewycky | 2009-07-12 | 1 | -4/+26 |
* | Implement ConstantRange::multiply based on the code in LoopVR. | Nick Lewycky | 2009-07-12 | 1 | -3/+13 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 6 | -35/+41 |
* | Fix handling of max and full set. | Nick Lewycky | 2009-07-11 | 1 | -4/+0 |
* | Clarify and simplify. | Nick Lewycky | 2009-07-11 | 1 | -1/+1 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Edwin Török | 2009-07-11 | 1 | -2/+2 |
* | Move a method that creates constant ranges relative to another constant range | Nick Lewycky | 2009-07-11 | 1 | -0/+72 |
* | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene | 2009-07-10 | 2 | -1/+74 |
* | Add some hooks that a redesigned AsmStream needs to do its job. These | David Greene | 2009-07-09 | 1 | -0/+1 |
* | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 2009-07-09 | 1 | -513/+28 |
* | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman | 2009-07-09 | 1 | -19/+572 |
* | Add support for other GraphViz display tools. This can help | David Greene | 2009-07-09 | 1 | -6/+48 |
* | Allow users of GraphWriter to display graphs asynchronously. This | David Greene | 2009-07-08 | 1 | -15/+30 |
* | Fix build. | Mike Stump | 2009-07-07 | 1 | -0/+1 |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 4 | -15/+15 |
* | Fix braces. | Edwin Török | 2009-07-07 | 1 | -4/+2 |
* | Introduce new error handling API. | Edwin Török | 2009-07-07 | 1 | -0/+53 |
* | switch the .ll parser to use SourceMgr. | Chris Lattner | 2009-07-02 | 1 | -10/+21 |
* | add an explicit class for holding llvm::SourceMgr diagnostics and use | Chris Lattner | 2009-07-02 | 1 | -19/+52 |
* | Tweak FindExecutable so that relative executable paths work as well. | Daniel Dunbar | 2009-07-01 | 1 | -2/+3 |
* | Fix FindExecutable to work if given an absolute executable path name. | Daniel Dunbar | 2009-07-01 | 1 | -5/+10 |
* | Reapply 74494, this time removing the conflicting definition of operator<< | Dan Gohman | 2009-06-30 | 1 | -0/+6 |
* | Temporarily revert r74494. It was causing failures in the unit tests. | Bill Wendling | 2009-06-30 | 1 | -6/+0 |
* | Fix the build on Cygwin. Patch by Aaron Gray. | Owen Anderson | 2009-06-30 | 1 | -1/+1 |
* | Define an operator<< for APInt to be used with std::ostream. | Dan Gohman | 2009-06-30 | 1 | -0/+6 |
* | Normalize SourceMgr messages. | Daniel Dunbar | 2009-06-30 | 1 | -3/+7 |
* | Add triple for OpenBSD. | Duncan Sands | 2009-06-29 | 1 | -0/+3 |
* | Use atomic operations for accessing this global counter. | Owen Anderson | 2009-06-26 | 1 | -3/+6 |
* | Fix linking of llvm-ld and lli with CMake, from Xerxes Rånby | Douglas Gregor | 2009-06-26 | 1 | -0/+2 |
* | Support thread-local pretty stack traces. | Owen Anderson | 2009-06-25 | 1 | -7/+8 |
* | Use atomic operations when accessing statistics, and make the lazy initializa... | Owen Anderson | 2009-06-23 | 1 | -4/+8 |
* | Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses... | Owen Anderson | 2009-06-23 | 1 | -1/+53 |
* | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson | 2009-06-23 | 1 | -19/+19 |
* | Switched size_t to int64_t to prevent type mismatch in call to max. | Lang Hames | 2009-06-23 | 1 | -2/+2 |
* | Actually, these need to be signed integers, not unsigned. | Owen Anderson | 2009-06-23 | 1 | -2/+2 |
* | Use 64-bit integer counters for tracking time, rather than doubles. This wil... | Owen Anderson | 2009-06-23 | 1 | -17/+17 |
* | Make the lazy initialization of DefaultTimerGroup threadsafe. | Owen Anderson | 2009-06-23 | 1 | -8/+14 |
* | Revert r73923, which broke clang. | Owen Anderson | 2009-06-23 | 1 | -18/+10 |
* | Guard the plugin loader. | Owen Anderson | 2009-06-23 | 1 | -0/+5 |
* | Add guards around timer groups, which can be shared. | Owen Anderson | 2009-06-22 | 1 | -10/+18 |
* | Guard the statistics table. | Owen Anderson | 2009-06-22 | 1 | -1/+3 |
* | Guard the global annotation tables. | Owen Anderson | 2009-06-22 | 1 | -13/+25 |