| Commit message (Expand) | Author | Age | Files | Lines |
| * | Enable multiple Compile Units in one module. | Devang Patel | 2010-05-10 | 2 | -162/+228 |
| * | Instead of just verifying compile unit, verify entire type, variable, namespa... | Devang Patel | 2010-05-07 | 1 | -11/+10 |
| * | Remove DIGlobal. | Devang Patel | 2010-05-07 | 2 | -2/+2 |
| * | Verify entire type descriptor not just tag. | Devang Patel | 2010-05-07 | 1 | -2/+2 |
| * | Wrap const MDNode * inside DIDescriptor. | Devang Patel | 2010-05-07 | 2 | -55/+55 |
| * | Avoid DIDescriptor::getNode(). Use overloaded operators instead. | Devang Patel | 2010-05-07 | 2 | -66/+66 |
| * | Disable the new unknown-location code for now. It causes a major | Dan Gohman | 2010-05-07 | 1 | -14/+20 |
| * | Update LabelsBeforeInsn also, when creating unknown-position labels. | Dan Gohman | 2010-05-06 | 1 | -0/+5 |
| * | Fix PR7054 - Assertion `Symbol->isUndefined() && "Cannot define a symbol twic... | Chris Lattner | 2010-05-06 | 1 | -1/+7 |
| * | Emit debug info for MachineInstrs with unknown debug locations, instead | Dan Gohman | 2010-05-05 | 1 | -19/+34 |
| * | Set DW_AT_APPLE_omit_frame_ptr in endFunction() where MachineFunction is avai... | Devang Patel | 2010-05-04 | 1 | -4/+6 |
| * | Don't count debug info as instructions. This was | Dale Johannesen | 2010-05-01 | 1 | -1/+2 |
| * | Attach AT_APPLE_optimized attribute to optimized function's debug info. | Devang Patel | 2010-04-30 | 1 | -5/+8 |
| * | Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. | Devang Patel | 2010-04-29 | 1 | -0/+2 |
| * | Rework global alignment computation again. Now we do round up | Chris Lattner | 2010-04-28 | 1 | -19/+37 |
| * | Emit debug info for byval parameters. | Devang Patel | 2010-04-28 | 2 | -4/+15 |
| * | further simplify EmitAlignment by eliminating the | Chris Lattner | 2010-04-28 | 1 | -5/+2 |
| * | remove a dead argument to EmitAlignment. | Chris Lattner | 2010-04-28 | 1 | -2/+1 |
| * | remove some default arguments to EmitAlignment. | Chris Lattner | 2010-04-28 | 2 | -8/+6 |
| * | Refactor. | Devang Patel | 2010-04-28 | 2 | -50/+87 |
| * | Use isReg(), isImm() and isFPImm(). | Devang Patel | 2010-04-27 | 1 | -9/+5 |
| * | Check operand type first. | Devang Patel | 2010-04-27 | 1 | -1/+2 |
| * | Ignore DBG_VALUE instructions that points to undef values. | Devang Patel | 2010-04-27 | 1 | -0/+5 |
| * | Identify when a lexical scope is split in to multiple instruction ranges. Emi... | Devang Patel | 2010-04-27 | 2 | -214/+350 |
| * | Do not count kill, implicit_def instructions as printed instructions. | Evan Cheng | 2010-04-27 | 1 | -4/+4 |
| * | round zero-byte .zerofill directives up to 1 byte. This | Chris Lattner | 2010-04-27 | 1 | -0/+2 |
| * | add a comment in verbose-asm mode indicating why a noop is being generated. | Chris Lattner | 2010-04-26 | 1 | -2/+3 |
| * | on darwin empty functions need to codegen into something of non-zero length, | Chris Lattner | 2010-04-26 | 1 | -3/+9 |
| * | Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie... | Devang Patel | 2010-04-26 | 1 | -3/+3 |
| * | fix PR6921 a different way. Intead of increasing the | Chris Lattner | 2010-04-26 | 1 | -1/+9 |
| * | Revert r102300/102301, which serious broke objc apps. | Chris Lattner | 2010-04-26 | 1 | -3/+3 |
| * | Fix PR6921: globals were not getting correctly rounded up to their | Chris Lattner | 2010-04-25 | 1 | -3/+3 |
| * | Revert 102135, 102129, 102127, 102106, 102104, 102102, 102012, 102004, | Dan Gohman | 2010-04-23 | 2 | -375/+211 |
| * | Add comment. | Devang Patel | 2010-04-22 | 1 | -0/+5 |
| * | Adjust debug range offsets for isWeakForLinker() functions. | Devang Patel | 2010-04-22 | 2 | -6/+29 |
| * | Rename InsnAfterLabelMap and InsnBeforeLabelMap. | Devang Patel | 2010-04-22 | 2 | -14/+14 |
| * | Keep track of MCSymbol used to mark beginning of a function. | Devang Patel | 2010-04-22 | 2 | -3/+6 |
| * | At this point Start and End are not null. | Devang Patel | 2010-04-22 | 1 | -5/+2 |
| * | Add command line option to disable debug info printing in .s file. This optio... | Devang Patel | 2010-04-21 | 1 | -0/+6 |
| * | Identify when a lexical scope is split in to multiple instruction ranges. Emi... | Devang Patel | 2010-04-21 | 2 | -191/+321 |
| * | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng | 2010-04-21 | 1 | -1/+1 |
| * | Bill's change in r95336 broke empty aggregates embedded | Chris Lattner | 2010-04-20 | 1 | -24/+42 |
| * | Remove MachineFunction's DefaultDebugLoc member, and make DwarfDebug.cpp | Dan Gohman | 2010-04-20 | 1 | -1/+16 |
| * | Add DW_AT_APPLE_omit_frame_ptr to encode -fomit-frame-pointer flag. | Devang Patel | 2010-04-19 | 1 | -0/+5 |
| * | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman | 2010-04-17 | 1 | -1/+1 |
| * | Use const_cast instead of a C-style cast to cast away const. | Dan Gohman | 2010-04-17 | 1 | -2/+3 |
| * | Add support to emit dwarf ranges. | Devang Patel | 2010-04-16 | 4 | -5/+59 |
| * | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
| * | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -4/+4 |
| * | Add comment. | Devang Patel | 2010-04-15 | 1 | -0/+3 |