| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Strip trailing whitespace. | Daniel Dunbar | 2009-09-19 | 1 | -17/+17 |
| * | eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining | Chris Lattner | 2009-09-16 | 1 | -2/+2 |
| * | Don't generate Dwarf line table entries for source line 0. | Caroline Tice | 2009-09-11 | 1 | -0/+6 |
| * | remove DebugLoc from MCInst and eliminate "Comment printing" from | Chris Lattner | 2009-09-09 | 1 | -0/+1 |
| * | Ignore malformed global variable debug info. | Devang Patel | 2009-09-04 | 1 | -0/+4 |
| * | Subprogram is a scope. Derive DISubprogram from DIScope. | Devang Patel | 2009-08-31 | 1 | -0/+17 |
| * | Rename DIBlock as DILexicalBlock. | Devang Patel | 2009-08-31 | 1 | -1/+1 |
| * | Add flag to mark structs for Apple Block "byref" variables; also add code to | Caroline Tice | 2009-08-31 | 1 | -2/+241 |
| * | Simplify isDerivedType() and other predicate interface. | Devang Patel | 2009-08-31 | 1 | -3/+3 |
| * | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -85/+89 |
| * | Closure is a very generic name. Use AppleBlock instead. | Devang Patel | 2009-08-27 | 1 | -1/+1 |
| * | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -89/+85 |
| * | Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute. | Devang Patel | 2009-08-26 | 1 | -4/+1 |
| * | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -85/+89 |
| * | prune the #includes in raw_ostream.h by moving a | Chris Lattner | 2009-08-24 | 1 | -0/+1 |
| * | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -1/+1 |
| * | remove some random indentation stuff, yay for efficiency. | Chris Lattner | 2009-08-23 | 1 | -4/+4 |
| * | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -12/+12 |
| * | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -3/+3 |
| * | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -42/+17 |
| * | Add missing includes. | David Greene | 2009-08-19 | 1 | -0/+1 |
| * | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner | 2009-08-19 | 1 | -35/+50 |
| * | Do not completely skip subrange info for a zero sized array. | Devang Patel | 2009-08-14 | 1 | -6/+5 |
| * | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 1 | -4/+3 |
| * | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner | 2009-08-03 | 1 | -1/+1 |
| * | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 1 | -24/+26 |
| * | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -4/+5 |
| * | Start using DebugInfoFinder. | Devang Patel | 2009-07-30 | 1 | -13/+11 |
| * | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -6/+7 |
| * | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 1 | -2/+1 |
| * | Skip special LLVM prefix '1' while emitting linknage name. | Devang Patel | 2009-07-16 | 1 | -4/+25 |
| * | Change the internal interface to makeNameProper to take a bool that | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
| * | Do not use Mangler to remove '1' from linkage name. | Devang Patel | 2009-07-14 | 1 | -13/+4 |
| * | Use assertion. | Devang Patel | 2009-07-13 | 1 | -2/+4 |
| * | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel | 2009-07-13 | 1 | -4/+9 |
| * | revert rev. 75503 for now. | Devang Patel | 2009-07-13 | 1 | -15/+3 |
| * | Use Mangler to remove leading '1' from linkage names. | Devang Patel | 2009-07-13 | 1 | -3/+15 |
| * | Accidently dropped this while removing dead code in previous commit. | Devang Patel | 2009-07-07 | 1 | -0/+1 |
| * | Remove dead code. | Devang Patel | 2009-07-07 | 1 | -27/+2 |
| * | Struct types are described using field types only. | Devang Patel | 2009-06-29 | 1 | -3/+0 |
| * | s/MainCU/ModuleCU/g | Devang Patel | 2009-06-29 | 1 | -27/+27 |
| * | Multiple DW_TAG_compile_unit is not used, afaict, on any target. | Devang Patel | 2009-06-29 | 1 | -103/+41 |
| * | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 1 | -81/+26 |
| * | Simplify. | Devang Patel | 2009-06-25 | 1 | -3/+6 |
| * | Down with statics! | Owen Anderson | 2009-06-24 | 1 | -2/+4 |
| * | simplify macro debug info directive handling. | Chris Lattner | 2009-06-18 | 1 | -4/+4 |
| * | Use MainCU if it is available. | Devang Patel | 2009-06-16 | 1 | -2/+3 |
| * | Gracefully handle imbalanced inline function begin and end markers. | Devang Patel | 2009-06-15 | 1 | -1/+8 |
| * | llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i... | Devang Patel | 2009-06-13 | 1 | -1/+5 |
| * | Clear AbstractInstanceRootMap at the end of the function. | Devang Patel | 2009-06-12 | 1 | -0/+1 |