| Commit message (Expand) | Author | Age | Files | Lines |
* | BumpPtrAllocator::Reset() doesn't need to allocate anything. (Thanks, Jakob) | Benjamin Kramer | 2010-04-13 | 1 | -2/+2 |
* | Let BumpPtrAllocator lazily allocate the first slab. | Benjamin Kramer | 2010-04-13 | 1 | -3/+6 |
* | Fix PR6826: GraphWriter delete the generated file before "dotty" load it, | Chris Lattner | 2010-04-13 | 1 | -1/+2 |
* | add minix support, patch by Kees van Reeuwijk! PR6797 | Chris Lattner | 2010-04-09 | 1 | -1/+2 |
* | clean this up, fix std::min ambiguity on some platforms. | Chris Lattner | 2010-04-09 | 1 | -7/+5 |
* | Various MSVC warning fixes about truncated 64 bit shifts and const pointers p... | Benjamin Kramer | 2010-04-08 | 1 | -1/+1 |
* | rename llvm_install_error_handler -> install_fatal_error_handler | Chris Lattner | 2010-04-07 | 1 | -16/+13 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 2 | -7/+7 |
* | enhance SMDiagnostic to also maintain a pointer to the SourceMgr. | Chris Lattner | 2010-04-06 | 1 | -1/+1 |
* | give the SourceMgr object a cookie. | Chris Lattner | 2010-04-06 | 1 | -1/+2 |
* | Give llvm::SourceMgr the ability to have a client-specified | Chris Lattner | 2010-04-06 | 1 | -1/+8 |
* | stringref-ize the MemoryBuffer::get apis. This requires | Chris Lattner | 2010-04-05 | 1 | -11/+8 |
* | Push const through the regex engine. Fixes some of the warnings in PR6616. | Owen Anderson | 2010-04-05 | 2 | -44/+51 |
* | Remove accidental include and add a comment. | Benjamin Kramer | 2010-04-01 | 1 | -2/+2 |
* | Various improvements to MemoryBuffer::getFile: | Benjamin Kramer | 2010-04-01 | 1 | -17/+26 |
* | Introduce SpecificBumpPtrAllocator, a wrapper for BumpPtrAllocator which allows | Benjamin Kramer | 2010-03-30 | 1 | -15/+0 |
* | Introduce namespace-scope functions to enable LLVM statistics without | Douglas Gregor | 2010-03-30 | 1 | -21/+37 |
* | Reapply r99881 with some fixes: only call destructor in releaseMemory! | Edwin Török | 2010-03-30 | 1 | -0/+15 |
* | Revert 99881, it brooke smooshlab's llvm-gcc-i386-darwin9. | Edwin Török | 2010-03-30 | 1 | -15/+0 |
* | Introduce another Reset() method in BumpPtrAllocator that calls a destructor | Edwin Török | 2010-03-30 | 1 | -0/+15 |
* | stringref'ize Timer apis | Chris Lattner | 2010-03-30 | 1 | -16/+15 |
* | finally, maintain a global list of timer groups, allowing us to | Chris Lattner | 2010-03-30 | 1 | -0/+30 |
* | add a new TimerGroup::print method, and refactor away the bogus | Chris Lattner | 2010-03-30 | 1 | -31/+52 |
* | rename GetLibSupportInfoOutputFile -> CreateInfoOutputFile and | Chris Lattner | 2010-03-30 | 2 | -18/+14 |
* | if a timergroup is destroyed before its timers, print times. | Chris Lattner | 2010-03-30 | 2 | -6/+14 |
* | change TimerGroup to keep a linked list of active timers | Chris Lattner | 2010-03-30 | 1 | -55/+67 |
* | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 2010-03-30 | 1 | -139/+85 |
* | revert r99862 which is causing FNT failures. | Chris Lattner | 2010-03-30 | 1 | -85/+139 |
* | fairly major rewrite of various timing related stuff. | Chris Lattner | 2010-03-30 | 1 | -139/+85 |
* | move a function into a more logical place in the file | Chris Lattner | 2010-03-29 | 1 | -22/+21 |
* | remove support for per-time peak memory tracking, this | Chris Lattner | 2010-03-29 | 1 | -29/+4 |
* | various timer fixes: move operator= out of line, | Chris Lattner | 2010-03-29 | 1 | -13/+20 |
* | s/.../. | Chris Lattner | 2010-03-29 | 1 | -7/+7 |
* | move code around and improve indentation, no functionality change. | Chris Lattner | 2010-03-29 | 1 | -126/+124 |
* | improve portability to minix, patch by | Chris Lattner | 2010-03-26 | 1 | -2/+2 |
* | Fix minor style issues. | Dan Gohman | 2010-03-24 | 6 | -211/+206 |
* | Fix comment typo. | Duncan Sands | 2010-03-24 | 1 | -1/+1 |
* | Add the ability to "intern" FoldingSetNodeID data into a | Dan Gohman | 2010-03-18 | 1 | -0/+10 |
* | Extend MemoryBuffer::getFile() to take an optional "stat" structure | Douglas Gregor | 2010-03-15 | 1 | -7/+10 |
* | make APFloat::toString be const. | Chris Lattner | 2010-03-06 | 1 | -1/+1 |
* | add an assertion requested on llvmdev. | Chris Lattner | 2010-03-05 | 1 | -0/+1 |
* | Don't potentially read past the end of the fill data when making a NaN from | John McCall | 2010-03-01 | 1 | -1/+2 |
* | Properly clear all the extra bits in a significand when making a NaN from an | John McCall | 2010-02-28 | 1 | -8/+28 |
* | Add an override to StringRef::getAsInteger which parses into an APInt. | John McCall | 2010-02-28 | 1 | -12/+93 |
* | Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width | John McCall | 2010-02-28 | 2 | -12/+45 |
* | Make APFloat's string-parsing routines a bit safer against very large exponents. | John McCall | 2010-02-26 | 1 | -2/+16 |
* | Replace a temporary std::string with SmallString. | Benjamin Kramer | 2010-02-26 | 1 | -1/+2 |
* | Adding the MicroBlaze backend. | Wesley Peck | 2010-02-23 | 1 | -0/+9 |
* | Fix viewCFG on Linux. | Jeffrey Yasskin | 2010-02-23 | 1 | -1/+1 |
* | Fix various doxygen warnings. | Dan Gohman | 2010-02-22 | 1 | -2/+0 |