summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Various MSVC warning fixes about truncated 64 bit shifts and const pointers p...Benjamin Kramer2010-04-08
* rename llvm_install_error_handler -> install_fatal_error_handlerChris Lattner2010-04-07
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* enhance SMDiagnostic to also maintain a pointer to the SourceMgr.Chris Lattner2010-04-06
* give the SourceMgr object a cookie.Chris Lattner2010-04-06
* Give llvm::SourceMgr the ability to have a client-specifiedChris Lattner2010-04-06
* stringref-ize the MemoryBuffer::get apis. This requiresChris Lattner2010-04-05
* Push const through the regex engine. Fixes some of the warnings in PR6616.Owen Anderson2010-04-05
* Remove accidental include and add a comment.Benjamin Kramer2010-04-01
* Various improvements to MemoryBuffer::getFile:Benjamin Kramer2010-04-01
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-30
* Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor2010-03-30
* Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin2010-03-30
* Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin2010-03-30
* Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin2010-03-30
* stringref'ize Timer apisChris Lattner2010-03-30
* finally, maintain a global list of timer groups, allowing us to Chris Lattner2010-03-30
* add a new TimerGroup::print method, and refactor away the bogusChris Lattner2010-03-30
* rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner2010-03-30
* if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-30
* change TimerGroup to keep a linked list of active timers Chris Lattner2010-03-30
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-30
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-30
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-30
* move a function into a more logical place in the fileChris Lattner2010-03-29
* remove support for per-time peak memory tracking, thisChris Lattner2010-03-29
* various timer fixes: move operator= out of line,Chris Lattner2010-03-29
* s/.../.Chris Lattner2010-03-29
* move code around and improve indentation, no functionality change.Chris Lattner2010-03-29
* improve portability to minix, patch by Chris Lattner2010-03-26
* Fix minor style issues.Dan Gohman2010-03-24
* Fix comment typo.Duncan Sands2010-03-24
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-18
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-15
* make APFloat::toString be const.Chris Lattner2010-03-06
* add an assertion requested on llvmdev.Chris Lattner2010-03-05
* Don't potentially read past the end of the fill data when making a NaN fromJohn McCall2010-03-01
* Properly clear all the extra bits in a significand when making a NaN from anJohn McCall2010-02-28
* Add an override to StringRef::getAsInteger which parses into an APInt.John McCall2010-02-28
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-28
* Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall2010-02-26
* Replace a temporary std::string with SmallString.Benjamin Kramer2010-02-26
* Adding the MicroBlaze backend.Wesley Peck2010-02-23
* Fix viewCFG on Linux.Jeffrey Yasskin2010-02-23
* Fix various doxygen warnings.Dan Gohman2010-02-22
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-18
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-17
* enhance raw_svector_ostream::write_impl to work with unbuffered streams,Chris Lattner2010-02-15
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-15
* Fix "the the" and similar typos.Dan Gohman2010-02-10