aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Replace intersectWith with maximalIntersectWith. The latter guarantees thatNick Lewycky2009-07-181-43/+5
* Provide slightly more refined error message when trying to lookup a target, andDaniel Dunbar2009-07-171-1/+18
* Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.Daniel Dunbar2009-07-161-0/+17
* Use size_t.Dan Gohman2009-07-162-13/+13
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-161-1/+6
* Add registered target list to --version output.Daniel Dunbar2009-07-162-20/+39
* Change raw_ostream so that it doesn't call llvm_report_errorDan Gohman2009-07-151-4/+14
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-151-7/+5
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-1/+3
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-151-5/+7
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-151-0/+15
* Check for errors on close(2) too. And lseek(2).Dan Gohman2009-07-151-2/+6
* Use 0664 instead of 0644 for the default open mode. This isDan Gohman2009-07-151-1/+1
* Allow multiple registrations of the same target.Daniel Dunbar2009-07-151-7/+5
* Detect write failures on raw_fd_ostream.Daniel Dunbar2009-07-151-2/+4
* Fix stupid thinkoDaniel Dunbar2009-07-151-1/+1
* Address some review comments on TargetRegistry.Daniel Dunbar2009-07-151-3/+1
* Update CMake file.Ted Kremenek2009-07-151-0/+1
* Add new TargetRegistry.Daniel Dunbar2009-07-151-0/+136
* minor syntax cleanupChris Lattner2009-07-141-11/+5
* Update CMake file.Ted Kremenek2009-07-141-0/+1
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-142-1/+14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-146-36/+36
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Edwin Török2009-07-141-1/+5
* Add NetBSD to the Triple class, patch by Krister Walfridsson!Chris Lattner2009-07-131-0/+3
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-131-58/+41
* Switch to raw_ostream.Daniel Dunbar2009-07-131-35/+35
* Fix an error in ConstantRange::getSignedMax on wrapped ranges. Thanks onceNick Lewycky2009-07-131-7/+3
* 'i8 full-range' sign extended to i16 should equal [-128, 128) not [-128, 127).Nick Lewycky2009-07-131-1/+1
* Multiply was very wrong for wrapped ranges. This supplies a half-fix that willNick Lewycky2009-07-131-6/+6
* Fix a bug summing two full sets. The overflow checking doesn't handle sets asNick Lewycky2009-07-131-0/+2
* Improve sys::Path::makeAbsolute on Win32.Daniel Dunbar2009-07-121-1/+1
* Implement udiv for ConstantRanges.Nick Lewycky2009-07-121-4/+26
* Implement ConstantRange::multiply based on the code in LoopVR.Nick Lewycky2009-07-121-3/+13
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-116-35/+41
* Fix handling of max and full set.Nick Lewycky2009-07-111-4/+0
* Clarify and simplify.Nick Lewycky2009-07-111-1/+1
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Edwin Török2009-07-111-2/+2
* Move a method that creates constant ranges relative to another constant rangeNick Lewycky2009-07-111-0/+72
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-102-1/+74
* Add some hooks that a redesigned AsmStream needs to do its job. TheseDavid Greene2009-07-091-0/+1
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-091-513/+28
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-091-19/+572
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-091-6/+48
* Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene2009-07-081-15/+30
* Fix build.Mike Stump2009-07-071-0/+1
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-074-15/+15
* Fix braces.Edwin Török2009-07-071-4/+2
* Introduce new error handling API.Edwin Török2009-07-071-0/+53
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-10/+21