Age | Commit message (Expand) | Author |
2009-07-15 | remove printSuffixedName. | Chris Lattner |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar |
2009-07-14 | rename getValueName -> getMangledName. These two files have very | Chris Lattner |
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-13 | Add infrastructure to allow post instruction printing action triggers. | David Greene |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
2009-07-07 | Accidently dropped this while removing dead code in previous commit. | Devang Patel |
2009-07-07 | Remove dead code. | Devang Patel |
2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
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-25 | Privatize some more debug-related static data. | Owen Anderson |
2009-06-24 | Down with _even more_ statics! | Owen Anderson |
2009-06-24 | Down with statics! | Owen Anderson |
2009-06-24 | Move local statics to per-instance variables. | Owen Anderson |
2009-06-24 | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner |
2009-06-24 | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner |
2009-06-24 | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner |
2009-06-24 | remove dead makefile flags. | Chris Lattner |
2009-06-19 | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel |
2009-06-18 | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner |
2009-06-18 | simplify macro debug info directive handling. | Chris Lattner |
2009-06-18 | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng |
2009-06-16 | Fix typos. | Bill Wendling |
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-14 | Fix old-style type names in comments. | Dan Gohman |
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-21 | Temporarily revert r72191. It was causing an assert during llvm-gcc | 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 |