| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove some unused variables and methods warned about by | Duncan Sands | 2009-09-06 | 1 | -2/+0 |
| * | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 1 | -4/+3 |
| * | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 1 | -3/+4 |
| * | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner | 2009-08-23 | 1 | -16/+0 |
| * | remove the std::ostream version of module and type printing. | Chris Lattner | 2009-08-23 | 1 | -9/+0 |
| * | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -1/+2 |
| * | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman | 2009-08-20 | 1 | -2/+2 |
| * | the MinPad argument to PadToColumn only really makes sense to be 1, | Chris Lattner | 2009-08-17 | 1 | -3/+3 |
| * | Fix printing of instructions with null operands. | Dan Gohman | 2009-08-17 | 1 | -1/+1 |
| * | Always print at least one space before adding a comment. | Dan Gohman | 2009-08-17 | 1 | -3/+3 |
| * | Make formatted_raw_ostream restore the buffer settings of the | Dan Gohman | 2009-08-13 | 1 | -10/+0 |
| * | Take the fast path for any named value and any GlobalValue, which doesn't | Dan Gohman | 2009-08-13 | 1 | -1/+2 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -7/+9 |
| * | Fix a 4x slowdown in llc -asm-verbose caused by the use of | Dan Gohman | 2009-08-13 | 1 | -18/+27 |
| * | Change the indentation for LLVM Assembly files from 1 tab to 2 spaces. | Dan Gohman | 2009-08-13 | 1 | -4/+4 |
| * | Now that numbered types have their number printed, it's no longer | Dan Gohman | 2009-08-12 | 1 | -18/+12 |
| * | Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." | Dan Gohman | 2009-08-12 | 1 | -6/+4 |
| * | Make AsmWriter more careful with formatted_raw_ostream so that | Dan Gohman | 2009-08-12 | 1 | -14/+22 |
| * | Make LLVM Assembly dramatically easier to read by aligning the comments, | Dan Gohman | 2009-08-12 | 1 | -24/+36 |
| * | Fix printing of Alloca instructions with null operands. | Dan Gohman | 2009-07-31 | 1 | -1/+1 |
| * | Check null NameMDNode elements. | Devang Patel | 2009-07-30 | 1 | -4/+8 |
| * | print single NamedMDNode. | Devang Patel | 2009-07-30 | 1 | -3/+45 |
| * | Print named metadata. | Devang Patel | 2009-07-29 | 1 | -0/+25 |
| * | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
| * | Add a new keyword 'inbounds' for use with getelementptr. See the | Dan Gohman | 2009-07-27 | 1 | -0/+3 |
| * | Initialize mdnNext. | Devang Patel | 2009-07-27 | 1 | -1/+1 |
| * | Change the assembly syntax for nsw, nuw, and exact, putting them | Dan Gohman | 2009-07-27 | 1 | -7/+7 |
| * | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -24/+17 |
| * | Convert a few more things to use raw_ostream. | Dan Gohman | 2009-07-25 | 1 | -2/+1 |
| * | MDString | Devang Patel | 2009-07-23 | 1 | -2/+2 |
| * | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 1 | -0/+5 |
| * | Rename the new unsigned and signed keywords to nuw and nsw, | Dan Gohman | 2009-07-22 | 1 | -2/+2 |
| * | Do not print "metadata" twice while printing MDString. | Devang Patel | 2009-07-22 | 1 | -2/+0 |
| * | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 1 | -8/+17 |
| * | Assembly and Bitcode support for unsigned/signed overflow flags and | Dan Gohman | 2009-07-20 | 1 | -0/+18 |
| * | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -12/+13 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -6/+6 |
| * | Change printInstruction to not print a trailing newline. Value::dump | Dan Gohman | 2009-07-13 | 1 | -2/+3 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -5/+5 |
| * | Drop "constant" from | Devang Patel | 2009-07-08 | 1 | -1/+1 |
| * | Update SLotTracker to handle MDNode slots. | Devang Patel | 2009-07-08 | 1 | -90/+134 |
| * | Implement changes from Chris's feedback. | Torok Edwin | 2009-07-08 | 1 | -1/+2 |
| * | Start converting to new error handling API. | Torok Edwin | 2009-07-08 | 1 | -2/+2 |
| * | Fix metadata unittests | Devang Patel | 2009-07-01 | 1 | -3/+15 |
| * | Do not print stranded metadata. | Devang Patel | 2009-07-01 | 1 | -1/+2 |
| * | Support stand alone metadata syntax. | Devang Patel | 2009-07-01 | 1 | -21/+69 |
| * | Address review comments: add 3 ARM calling conventions. | Anton Korobeynikov | 2009-06-16 | 1 | -2/+11 |
| * | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -0/+1 |
| * | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky | 2009-05-10 | 1 | -4/+11 |
| * | Allow aliasee to be a GEP or bitcast instead of just a bitcast. | Chris Lattner | 2009-04-25 | 1 | -6/+6 |