| Commit message (Expand) | Author | Age | Files | Lines |
* | Write space padding as one string to speed up comment printing. | David Greene | 2009-07-23 | 1 | -1/+8 |
* | Fix PR4614: the Intel C compiler defines _GNUC__ | Duncan Sands | 2009-07-23 | 1 | -2/+2 |
* | Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for | Reid Kleckner | 2009-07-23 | 1 | -5/+92 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -11/+2 |
* | emit simple node was using different labels for fields than the rest of the g... | Andrew Lenharth | 2009-07-23 | 1 | -1/+1 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 1 | -92/+5 |
* | Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using | Reid Kleckner | 2009-07-23 | 1 | -5/+92 |
* | Support writing a StringRef to a raw_ostream directly. | Daniel Dunbar | 2009-07-22 | 1 | -7/+14 |
* | Attempt to fix BuildBot breakage with MSVC. | Eli Friedman | 2009-07-22 | 1 | -0/+5 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 2 | -5/+5 |
* | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner | 2009-07-21 | 1 | -41/+0 |
* | Add a small utility class to configure IR printers. This will allow | David Greene | 2009-07-21 | 1 | -0/+41 |
* | Rename Mangler linkage enums to something less gross. | Bill Wendling | 2009-07-20 | 1 | -4/+4 |
* | Fix comment. | Daniel Dunbar | 2009-07-20 | 1 | -2/+2 |
* | Hide the DOUT static variable behind a function interface. | David Greene | 2009-07-20 | 1 | -2/+6 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -4/+17 |
* | Replace intersectWith with maximalIntersectWith. The latter guarantees that | Nick Lewycky | 2009-07-18 | 1 | -12/+4 |
* | Make DOUT an lvalue in release mode so that developers may use DOUT in | David Greene | 2009-07-17 | 1 | -1/+2 |
* | Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output. | Daniel Dunbar | 2009-07-16 | 1 | -0/+16 |
* | Add line numbers to OProfile. To do this, I added a processDebugLoc() | Jeffrey Yasskin | 2009-07-16 | 1 | -0/+3 |
* | Use setStream infomatted_raw_ostream's constructor, to reduce code | Dan Gohman | 2009-07-16 | 1 | -10/+9 |
* | Remove inapplicable comments. | Dan Gohman | 2009-07-16 | 1 | -4/+0 |
* | Add explicit keywords. | Dan Gohman | 2009-07-16 | 1 | -2/+2 |
* | Use size_t. | Dan Gohman | 2009-07-16 | 2 | -11/+11 |
* | add a knob to turn off PrettyStackTrace globally. Patch by Zoltan | Chris Lattner | 2009-07-16 | 1 | -0/+6 |
* | formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. This | Dan Gohman | 2009-07-16 | 1 | -3/+24 |
* | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 1 | -2/+2 |
* | Change raw_ostream so that it doesn't call llvm_report_error | Dan Gohman | 2009-07-15 | 1 | -8/+31 |
* | Clean up some comments. | Bob Wilson | 2009-07-15 | 1 | -8/+8 |
* | Fix a thinko in a comment that Duncan spotted. | Dan Gohman | 2009-07-15 | 1 | -1/+1 |
* | Add a Force option to raw_fd_ostream to specify whether opening | Dan Gohman | 2009-07-15 | 1 | -1/+4 |
* | Add a raw_ostream version of CheckBitcodeOutputToConsole. | Dan Gohman | 2009-07-15 | 1 | -0/+10 |
* | Add a comment noting that raw_os_ostream does not check for errors. | Dan Gohman | 2009-07-15 | 1 | -1/+2 |
* | eliminate the Mangler::PreserveAsmNames bit, the sole client of this | Chris Lattner | 2009-07-15 | 1 | -8/+0 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -2/+2 |
* | fix a bug in my previous patch. | Chris Lattner | 2009-07-14 | 1 | -1/+1 |
* | allow default construction of formatted_raw_ostream. | Chris Lattner | 2009-07-14 | 1 | -4/+11 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -3/+31 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -3/+6 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 3 | -11/+12 |
* | Revert r75610 (and r75620, which was blocking the revert), in the hopes of | Daniel Dunbar | 2009-07-14 | 1 | -6/+3 |
* | After converting assert(0) to LLVM_UNREACHABLE we lost file/line location. | Edwin Török | 2009-07-14 | 2 | -3/+7 |
* | remove renamed method. | Chris Lattner | 2009-07-14 | 1 | -4/+0 |
* | Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz... | Chris Lattner | 2009-07-14 | 1 | -3/+10 |
* | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Fix obvious typo. | Eli Friedman | 2009-07-14 | 1 | -1/+1 |
* | rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more | Chris Lattner | 2009-07-14 | 1 | -4/+6 |
* | remove Mangler::getTypeID and related data, it was only used for mangling | Chris Lattner | 2009-07-13 | 1 | -10/+0 |
* | remove mangler support for mangling local names. Mangler should only be | Chris Lattner | 2009-07-13 | 1 | -1/+0 |
* | Move more functionality over to LLVMContext. | Owen Anderson | 2009-07-13 | 1 | -3/+3 |