aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add support for a user supplied pointer argument to llvm_install_error_handler.Daniel Dunbar2009-08-101-2/+6
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-15/+8
* cerr isn't buffered so it doesn't need to be flushed.Dan Gohman2009-08-051-3/+3
* Remove now unused arguments from TargetRegistry::lookupTarget.Daniel Dunbar2009-08-031-14/+11
* Pass target triple string in to TargetMachine constructor.Daniel Dunbar2009-08-031-0/+35
* Analog Devices Blackfin back-end.Jakob Stoklund Olesen2009-08-021-0/+3
* Remove duplicated colons and spaces.Benjamin Kramer2009-08-021-15/+15
* Add missing flush().Daniel Dunbar2009-08-021-0/+3
* Update CMake files.Ted Kremenek2009-07-311-1/+0
* Remove Annotation.h, which is no longer used in the LLVM tree.Dan Gohman2009-07-311-130/+0
* Twine: Directly support int, long, and long long types.Daniel Dunbar2009-07-301-17/+29
* Twine: Use raw_ostream::write_hex, remove unused itohexstr method.Daniel Dunbar2009-07-301-2/+1
* Add raw_ostream::write_hexDaniel Dunbar2009-07-301-4/+7
* Twine: Provide [u]int{32,64} conversions via implicit constructors instead ofDaniel Dunbar2009-07-301-6/+18
* Perform simplification noticed by Reid.Daniel Dunbar2009-07-291-4/+0
* Re-apply previous changes and improve column padding performance some more.David Greene2009-07-291-17/+21
* Twines: Support numeric conversion directly (uitostr, etc).Daniel Dunbar2009-07-291-11/+37
* raw_ostream: Follow the 32-bit path when printing "small" decimal numbers.Daniel Dunbar2009-07-291-0/+4
* Revert r77397, it causes significant regressions in llc performance.Daniel Dunbar2009-07-291-9/+4
* 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