| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make some more changes suggested by Chris. Manipulators go away. | David Greene | 2009-07-13 | 1 | -39/+10 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -2/+2 |
* | Mention that llvm_report_error() does not return. | Edwin Török | 2009-07-12 | 1 | -0/+2 |
* | Make this clearer for the mathematically inclined. Thanks to Duncan Sands for | Nick Lewycky | 2009-07-12 | 1 | -0/+4 |
* | Fix comment. | Edwin Török | 2009-07-11 | 1 | -3/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 3 | -5/+6 |
* | Clarify and simplify. | Nick Lewycky | 2009-07-11 | 1 | -3/+3 |
* | Move a method that creates constant ranges relative to another constant range | Nick Lewycky | 2009-07-11 | 1 | -0/+10 |
* | Make changes suggested by Chris and eliminate newly-added raw_ostream | David Greene | 2009-07-10 | 2 | -16/+106 |
* | Fix unit tests. | Owen Anderson | 2009-07-10 | 1 | -1/+2 |
* | Push LLVMContext through the TypeBuilder API. There are no users for this in... | Owen Anderson | 2009-07-10 | 1 | -96/+106 |
* | Push LLVMContext through the PatternMatch API. | Owen Anderson | 2009-07-10 | 2 | -53/+59 |
* | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson | 2009-07-10 | 3 | -81/+97 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -2/+2 |
* | Add some hooks that a redesigned AsmStream needs to do its job. These | David Greene | 2009-07-09 | 1 | -0/+16 |
* | Revert the part of 75177 that split ConstantRange into two classes, and | Dan Gohman | 2009-07-09 | 1 | -191/+42 |
* | Add a ConstantSignedRange class, which does for signed integers | Dan Gohman | 2009-07-09 | 1 | -37/+215 |