Age | Commit message (Expand) | Author |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-24 | prune the #includes in raw_ostream.h by moving a | Chris Lattner |
2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
2009-08-23 | remove some random indentation stuff, yay for efficiency. | Chris Lattner |
2009-08-22 | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
2009-08-19 | Add missing includes. | David Greene |
2009-08-19 | eliminate AsmPrinter::SwitchToSection and just have clients | Chris Lattner |
2009-08-14 | Do not completely skip subrange info for a zero sized array. | Devang Patel |
2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
2009-08-03 | eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p... | Chris Lattner |
2009-08-02 | move dwarf debug info section selection stuff from TAI to | Chris Lattner |
2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
2009-07-30 | Start using DebugInfoFinder. | Devang Patel |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-26 | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar |
2009-07-16 | Skip special LLVM prefix '1' while emitting linknage name. | Devang Patel |
2009-07-14 | Change the internal interface to makeNameProper to take a bool that | Chris Lattner |
2009-07-14 | Do not use Mangler to remove '1' from linkage name. | Devang Patel |
2009-07-13 | Use assertion. | Devang Patel |
2009-07-13 | Use AsmPrinter's Mangler to remove leading '1' from linkage names. | Devang Patel |
2009-07-13 | revert rev. 75503 for now. | Devang Patel |
2009-07-13 | Use Mangler to remove leading '1' from linkage names. | Devang Patel |
2009-07-07 | Accidently dropped this while removing dead code in previous commit. | Devang Patel |
2009-07-07 | Remove dead code. | Devang Patel |
2009-06-29 | Struct types are described using field types only. | Devang Patel |
2009-06-29 | s/MainCU/ModuleCU/g | Devang Patel |
2009-06-29 | Multiple DW_TAG_compile_unit is not used, afaict, on any target. | Devang Patel |
2009-06-26 | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel |
2009-06-25 | Simplify. | Devang Patel |
2009-06-24 | Down with statics! | Owen Anderson |
2009-06-18 | simplify macro debug info directive handling. | Chris Lattner |
2009-06-16 | Use MainCU if it is available. | Devang Patel |
2009-06-15 | Gracefully handle imbalanced inline function begin and end markers. | Devang Patel |
2009-06-13 | llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i... | Devang Patel |
2009-06-12 | Clear AbstractInstanceRootMap at the end of the function. | Devang Patel |
2009-06-05 | Remove some unnecessary #includes. | Dan Gohman |
2009-06-01 | Accidental commit. This isn't ready for prime time just yet. | Bill Wendling |
2009-05-30 | Untabification. | Bill Wendling |
2009-05-20 | Minor code cleanup. No functionality change. | Bill Wendling |
2009-05-20 | Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'. | Bill Wendling |
2009-05-20 | Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used. | Bill Wendling |
2009-05-20 | Add comment for emit section. | Bill Wendling |
2009-05-20 | Move 'Emit' methods down to their own place. | Bill Wendling |
2009-05-20 | Revert r72192. It was causing a build failure. | Bill Wendling |
2009-05-20 | Do some mechanical changes. Combine the 'construct abastract dbg thingy' in with | Bill Wendling |
2009-05-18 | Don't set the "location" information for inlined functions' variables. | Bill Wendling |
2009-05-18 | Small code cleanup. | Bill Wendling |
2009-05-18 | RecordVariable is called each time a DECLARE node is encountered. For an inlined | Bill Wendling |