aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of PadToColumn by eliminating flushes.David Greene2009-07-281-4/+9
* Make raw_null_ostream flush its buffer in its destructor, so thatDan Gohman2009-07-271-0/+9
* Add an assertion check to raw_ostream's destructor to verifyDan Gohman2009-07-271-0/+5
* Sort list of targets in --version.Daniel Dunbar2009-07-261-8/+11
* Oops, forgot XCore. Sorry XCore!Daniel Dunbar2009-07-261-2/+3
* Update for API change.Daniel Dunbar2009-07-261-6/+46
* Update Triple to use StringRef/Twine based APIs.Daniel Dunbar2009-07-261-58/+35
* Remove unused headerDaniel Dunbar2009-07-261-1/+0
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-3/+1
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-85/+17
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-251-2/+2
* Simplify JIT target selection.Daniel Dunbar2009-07-251-5/+20
* Allow llvm_report_error to accept a Twine.Daniel Dunbar2009-07-241-3/+12
* Update CMakeDaniel Dunbar2009-07-241-0/+1
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+91
* Switch to raw_ostream.Daniel Dunbar2009-07-241-9/+9
* Write space padding as one string to speed up comment printing.David Greene2009-07-231-3/+13
* Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests forReid Kleckner2009-07-231-105/+133
* Convert StringMap to using StringRef for its APIs.Daniel Dunbar2009-07-232-19/+14
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-132/+104
* add header for 'memset'.Zhongxing Xu2009-07-231-0/+1
* Parameterize the BumpPtrAllocator over a slab allocator. It defaults to usingReid Kleckner2009-07-231-104/+131
* Hide the DOUT static variable behind a function interface.David Greene2009-07-201-0/+8
* Fix ConstantRange::unionWith. Also make it work a little hard in some cases toNick Lewycky2009-07-191-45/+50
* 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.Torok Edwin2009-07-146-36/+36
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Torok Edwin2009-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