| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner | 2009-11-01 | 1 | -4/+1 |
* | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner | 2009-10-31 | 1 | -1/+4 |
* | Simplify this code and avoid an extra space character in the output. | Dan Gohman | 2009-10-30 | 1 | -2/+1 |
* | asmprinter support for BlockAddress. | Chris Lattner | 2009-10-28 | 1 | -0/+9 |
* | rename indbr -> indirectbr to appease the residents of #llvm. | Chris Lattner | 2009-10-28 | 1 | -2/+2 |
* | add enough support for indirect branch for the feature test to pass | Chris Lattner | 2009-10-27 | 1 | -1/+14 |
* | Type.h doesn't need to #include LLVMContext.h | Chris Lattner | 2009-10-27 | 1 | -0/+1 |
* | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez | 2009-10-23 | 1 | -1/+1 |
* | Fix getMDs() interface such that it does not expose implementation details. | Devang Patel | 2009-10-22 | 1 | -11/+14 |
* | Using TrackingVH instead of WeakVH or WeakMetadataVH. | Devang Patel | 2009-10-22 | 1 | -5/+3 |
* | Fix getHandlerNames() interface. Now it populate clinet supplied small vector... | Devang Patel | 2009-10-22 | 1 | -6/+7 |
* | Rename msasm to alignstack per review. | Dale Johannesen | 2009-10-21 | 1 | -2/+2 |
* | Do not use SmallVector to store MDNode elements. | Devang Patel | 2009-10-21 | 1 | -9/+8 |
* | Add an "msasm" flag to inline asm as suggested in PR 5125. | Dale Johannesen | 2009-10-13 | 1 | -0/+2 |
* | Do not assume that the module is set. | Devang Patel | 2009-10-07 | 1 | -15/+18 |
* | Check for null MDNode element while printing comment. | Devang Patel | 2009-09-30 | 1 | -1/+1 |
* | Print tag name for MDNodes that are used to encode debug info. | Devang Patel | 2009-09-30 | 1 | -1/+29 |
* | Parse custom metadata attached with an instruction. | Devang Patel | 2009-09-29 | 1 | -1/+1 |
* | s/class Metadata/class MetadataContext/g | Devang Patel | 2009-09-28 | 1 | -7/+7 |
* | Do not hardcode metadata names. | Devang Patel | 2009-09-28 | 1 | -4/+18 |
* | Remove dead code. | Devang Patel | 2009-09-28 | 1 | -5/+1 |
* | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman | 2009-09-23 | 1 | -1/+13 |
* | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -119/+119 |
* | Print debug info attached with an instruction. | Devang Patel | 2009-09-16 | 1 | -1/+17 |
* | 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 |