aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Remove accidental include and add a comment.Benjamin Kramer2010-04-011-2/+2
* Various improvements to MemoryBuffer::getFile:Benjamin Kramer2010-04-011-17/+26
* Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allowsBenjamin Kramer2010-03-301-15/+0
* Introduce namespace-scope functions to enable LLVM statistics withoutDouglas Gregor2010-03-301-21/+37
* Reapply r99881 with some fixes: only call destructor in releaseMemory!Torok Edwin2010-03-301-0/+15
* Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9.Torok Edwin2010-03-301-15/+0
* Introduce another Reset() method in BumpPtrAllocator that calls a destructorTorok Edwin2010-03-301-0/+15
* stringref'ize Timer apisChris Lattner2010-03-301-16/+15
* finally, maintain a global list of timer groups, allowing us to Chris Lattner2010-03-301-0/+30
* add a new TimerGroup::print method, and refactor away the bogusChris Lattner2010-03-301-31/+52
* rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile andChris Lattner2010-03-302-18/+14
* if a timergroup is destroyed before its timers, print times.Chris Lattner2010-03-302-6/+14
* change TimerGroup to keep a linked list of active timers Chris Lattner2010-03-301-55/+67
* reapply my timer rewrite with a change for PassManager to store Chris Lattner2010-03-301-139/+85
* revert r99862 which is causing FNT failures.Chris Lattner2010-03-301-85/+139
* fairly major rewrite of various timing related stuff.Chris Lattner2010-03-301-139/+85
* move a function into a more logical place in the fileChris Lattner2010-03-291-22/+21
* remove support for per-time peak memory tracking, thisChris Lattner2010-03-291-29/+4
* various timer fixes: move operator= out of line,Chris Lattner2010-03-291-13/+20
* s/.../.Chris Lattner2010-03-291-7/+7
* move code around and improve indentation, no functionality change.Chris Lattner2010-03-291-126/+124
* improve portability to minix, patch by Chris Lattner2010-03-261-2/+2
* Fix minor style issues.Dan Gohman2010-03-246-211/+206
* Fix comment typo.Duncan Sands2010-03-241-1/+1
* Add the ability to "intern" FoldingSetNodeID data into aDan Gohman2010-03-181-0/+10
* Extend MemoryBuffer::getFile() to take an optional "stat" structureDouglas Gregor2010-03-151-7/+10
* make APFloat::toString be const.Chris Lattner2010-03-061-1/+1
* add an assertion requested on llvmdev.Chris Lattner2010-03-051-0/+1
* Don't potentially read past the end of the fill data when making a NaN fromJohn McCall2010-03-011-1/+2
* Properly clear all the extra bits in a significand when making a NaN from anJohn McCall2010-02-281-8/+28
* Add an override to StringRef::getAsInteger which parses into an APInt.John McCall2010-02-281-12/+93
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-282-12/+45
* Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall2010-02-261-2/+16
* Replace a temporary std::string with SmallString.Benjamin Kramer2010-02-261-1/+2
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+9
* Fix viewCFG on Linux.Jeffrey Yasskin2010-02-231-1/+1
* Fix various doxygen warnings.Dan Gohman2010-02-221-2/+0
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-7/+7
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-171-0/+76
* enhance raw_svector_ostream::write_impl to work with unbuffered streams,Chris Lattner2010-02-151-6/+12
* make PadToColumn return the stream so you can use:Chris Lattner2010-02-151-1/+2
* Fix "the the" and similar typos.Dan Gohman2010-02-101-2/+2
* add support for the sparcv9-*-* target triple to turn onChris Lattner2010-02-041-0/+6
* Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall2010-02-031-6/+18
* Fix MSVC build.Benjamin Kramer2010-01-291-0/+1
* Convert some users of ftostr to raw_ostream.Benjamin Kramer2010-01-291-7/+7
* Use llvm::format instead of ftostr (which just calls sprintf).Benjamin Kramer2010-01-291-2/+1
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-281-2/+3
* Make SMDiagnostic::Print a const method.Mikhail Glushenkov2010-01-271-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-01-271-19/+19