aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support
Commit message (Expand)AuthorAgeFilesLines
* Make DOUT an lvalue in release mode so that developers may use DOUT inDavid Greene2009-07-171-1/+2
* Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.Daniel Dunbar2009-07-161-0/+16
* Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin2009-07-161-0/+3
* Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman2009-07-161-10/+9
* Remove inapplicable comments.Dan Gohman2009-07-161-4/+0
* Add explicit keywords.Dan Gohman2009-07-161-2/+2
* Use size_t.Dan Gohman2009-07-162-11/+11
* add a knob to turn off PrettyStackTrace globally. Patch by ZoltanChris Lattner2009-07-161-0/+6
* formatted_raw_ostream both is-a raw_ostream and has-a raw_ostream. ThisDan Gohman2009-07-161-3/+24
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-2/+2
* Change raw_ostream so that it doesn't call llvm_report_errorDan Gohman2009-07-151-8/+31
* Clean up some comments.Bob Wilson2009-07-151-8/+8
* Fix a thinko in a comment that Duncan spotted.Dan Gohman2009-07-151-1/+1
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-1/+4
* Add a raw_ostream version of CheckBitcodeOutputToConsole.Dan Gohman2009-07-151-0/+10
* Add a comment noting that raw_os_ostream does not check for errors.Dan Gohman2009-07-151-1/+2
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-151-8/+0
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-2/+2
* fix a bug in my previous patch.Chris Lattner2009-07-141-1/+1
* allow default construction of formatted_raw_ostream.Chris Lattner2009-07-141-4/+11
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-141-3/+31
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-3/+6
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Edwin Török2009-07-143-11/+12
* Revert r75610 (and r75620, which was blocking the revert), in the hopes ofDaniel Dunbar2009-07-141-6/+3
* After converting assert(0) to LLVM_UNREACHABLE we lost file/line location.Edwin Török2009-07-142-3/+7
* remove renamed method.Chris Lattner2009-07-141-4/+0
* Change the X86 asmprinter to use the mangler to apply suffixes like "$non_laz...Chris Lattner2009-07-141-3/+10
* Change the internal interface to makeNameProper to take a bool thatChris Lattner2009-07-141-2/+2
* Fix obvious typo.Eli Friedman2009-07-141-1/+1
* rename Memo/Count to AnonGlobalIDs/NextAnonGlobalID to be more Chris Lattner2009-07-141-4/+6
* remove Mangler::getTypeID and related data, it was only used for manglingChris Lattner2009-07-131-10/+0
* remove mangler support for mangling local names. Mangler should only be Chris Lattner2009-07-131-1/+0
* Move more functionality over to LLVMContext.Owen Anderson2009-07-131-3/+3
* Make some more changes suggested by Chris. Manipulators go away.David Greene2009-07-131-39/+10
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-2/+2
* Mention that llvm_report_error() does not return.Edwin Török2009-07-121-0/+2
* Make this clearer for the mathematically inclined. Thanks to Duncan Sands forNick Lewycky2009-07-121-0/+4
* Fix comment.Edwin Török2009-07-111-3/+4
* assert(0) -> LLVM_UNREACHABLE.Edwin Török2009-07-113-5/+6
* Clarify and simplify.Nick Lewycky2009-07-111-3/+3
* Move a method that creates constant ranges relative to another constant rangeNick Lewycky2009-07-111-0/+10
* Make changes suggested by Chris and eliminate newly-added raw_ostreamDavid Greene2009-07-102-16/+106
* Fix unit tests.Owen Anderson2009-07-101-1/+2
* Push LLVMContext through the TypeBuilder API. There are no users for this in...Owen Anderson2009-07-101-96/+106
* Push LLVMContext through the PatternMatch API.Owen Anderson2009-07-102-53/+59
* Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson2009-07-103-81/+97
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-091-2/+2
* Add some hooks that a redesigned AsmStream needs to do its job. TheseDavid Greene2009-07-091-0/+16
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-091-191/+42
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-091-37/+215