Age | Commit message (Expand) | Author |
2010-03-30 | Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows | Benjamin Kramer |
2010-03-30 | Introduce namespace-scope functions to enable LLVM statistics without | Douglas Gregor |
2010-03-30 | Reapply r99881 with some fixes: only call destructor in releaseMemory! | Torok Edwin |
2010-03-30 | Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. | Torok Edwin |
2010-03-30 | Introduce another Reset() method in BumpPtrAllocator that calls a destructor | Torok Edwin |
2010-03-30 | stringref'ize Timer apis | Chris Lattner |
2010-03-30 | finally, maintain a global list of timer groups, allowing us to | Chris Lattner |
2010-03-30 | add a new TimerGroup::print method, and refactor away the bogus | Chris Lattner |
2010-03-30 | rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and | Chris Lattner |
2010-03-30 | if a timergroup is destroyed before its timers, print times. | Chris Lattner |
2010-03-30 | change TimerGroup to keep a linked list of active timers | Chris Lattner |
2010-03-30 | reapply my timer rewrite with a change for PassManager to store | Chris Lattner |
2010-03-30 | revert r99862 which is causing FNT failures. | Chris Lattner |
2010-03-30 | fairly major rewrite of various timing related stuff. | Chris Lattner |
2010-03-29 | move a function into a more logical place in the file | Chris Lattner |
2010-03-29 | remove support for per-time peak memory tracking, this | Chris Lattner |
2010-03-29 | various timer fixes: move operator= out of line, | Chris Lattner |
2010-03-29 | s/.../. | Chris Lattner |
2010-03-29 | move code around and improve indentation, no functionality change. | Chris Lattner |
2010-03-26 | improve portability to minix, patch by | Chris Lattner |
2010-03-24 | Fix minor style issues. | Dan Gohman |
2010-03-24 | Fix comment typo. | Duncan Sands |
2010-03-18 | Add the ability to "intern" FoldingSetNodeID data into a | Dan Gohman |
2010-03-15 | Extend MemoryBuffer::getFile() to take an optional "stat" structure | Douglas Gregor |
2010-03-06 | make APFloat::toString be const. | Chris Lattner |
2010-03-05 | add an assertion requested on llvmdev. | Chris Lattner |
2010-03-01 | Don't potentially read past the end of the fill data when making a NaN from | John McCall |
2010-02-28 | Properly clear all the extra bits in a significand when making a NaN from an | John McCall |
2010-02-28 | Add an override to StringRef::getAsInteger which parses into an APInt. | John McCall |
2010-02-28 | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall |
2010-02-26 | Make APFloat's string-parsing routines a bit safer against very large exponents. | John McCall |
2010-02-26 | Replace a temporary std::string with SmallString. | Benjamin Kramer |
2010-02-23 | Adding the MicroBlaze backend. | Wesley Peck |
2010-02-23 | Fix viewCFG on Linux. | Jeffrey Yasskin |
2010-02-22 | Fix various doxygen warnings. | Dan Gohman |
2010-02-18 | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands |
2010-02-17 | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar |
2010-02-15 | enhance raw_svector_ostream::write_impl to work with unbuffered streams, | Chris Lattner |
2010-02-15 | make PadToColumn return the stream so you can use: | Chris Lattner |
2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
2010-02-04 | add support for the sparcv9-*-* target triple to turn on | Chris Lattner |
2010-02-03 | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall |
2010-01-29 | Fix MSVC build. | Benjamin Kramer |
2010-01-29 | Convert some users of ftostr to raw_ostream. | Benjamin Kramer |
2010-01-29 | Use llvm::format instead of ftostr (which just calls sprintf). | Benjamin Kramer |
2010-01-28 | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer |
2010-01-27 | Make SMDiagnostic::Print a const method. | Mikhail Glushenkov |
2010-01-27 | Trailing whitespace. | Mikhail Glushenkov |
2010-01-26 | Fix a typo that several people pointed out. Also, address the case of | Dan Gohman |
2010-01-26 | Add a comment about a missed opportunity. | Dan Gohman |