aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Accidently dropped this while removing dead code in previous commit.Devang Patel2009-07-071-0/+1
* Remove dead code.Devang Patel2009-07-072-32/+2
* Remove unused AsmPrinter OptLevel argument, and propogate.Daniel Dunbar2009-07-011-2/+2
* Struct types are described using field types only.Devang Patel2009-06-291-3/+0
* s/MainCU/ModuleCU/gDevang Patel2009-06-292-30/+29
* Multiple DW_TAG_compile_unit is not used, afaict, on any target.Devang Patel2009-06-291-103/+41
* Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel2009-06-262-94/+28
* Simplify.Devang Patel2009-06-254-22/+12
* Privatize some more debug-related static data.Owen Anderson2009-06-251-2/+2
* Down with _even more_ statics!Owen Anderson2009-06-242-2/+5
* Down with statics!Owen Anderson2009-06-241-2/+4
* Move local statics to per-instance variables.Owen Anderson2009-06-241-9/+4
* sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c...Chris Lattner2009-06-241-10/+10
* sink dwarf finalization out of each target into AsmPrinter::doFinalizationChris Lattner2009-06-241-0/+4
* eliminate the ExtWeakSymbols set from AsmPrinter. This eliminatesChris Lattner2009-06-241-8/+21
* remove dead makefile flags.Chris Lattner2009-06-241-2/+0
* Move up dwarf writer initialization in common AsmPrinter class.Devang Patel2009-06-191-3/+11
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-0/+3
* simplify macro debug info directive handling.Chris Lattner2009-06-181-4/+4
* On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng2009-06-181-3/+7
* Fix typos.Bill Wendling2009-06-161-2/+2
* Use MainCU if it is available.Devang Patel2009-06-161-2/+3
* Gracefully handle imbalanced inline function begin and end markers.Devang Patel2009-06-151-1/+8
* Fix old-style type names in comments.Dan Gohman2009-06-141-1/+1
* llvm.dbg.region.end() intrinsic is not required to be in _last_ basic block i...Devang Patel2009-06-131-1/+5
* Clear AbstractInstanceRootMap at the end of the function.Devang Patel2009-06-121-0/+1
* Remove some unnecessary #includes.Dan Gohman2009-06-052-2/+0
* Accidental commit. This isn't ready for prime time just yet.Bill Wendling2009-06-011-2/+6
* Untabification.Bill Wendling2009-05-301-6/+2
* Temporarily revert r72191. It was causing an assert during llvm-gccBill Wendling2009-05-211-1/+1
* Minor code cleanup. No functionality change.Bill Wendling2009-05-201-18/+7
* Merge 'ConstructFunctionDbgScope' and 'ConstructAbstractDbgScope'.Bill Wendling2009-05-202-41/+14
* Rename 'New*' methods to 'Create*' to be consistent. 'NewString' isn't used.Bill Wendling2009-05-202-20/+13
* Add comment for emit section.Bill Wendling2009-05-201-0/+4
* Move 'Emit' methods down to their own place.Bill Wendling2009-05-201-720/+720
* Revert r72192. It was causing a build failure.Bill Wendling2009-05-202-779/+807
* Do some mechanical changes. Combine the 'construct abastract dbg thingy' in withBill Wendling2009-05-202-807/+779
* Introduce DebugScope which gets embedded into the machine instructions' Debug...Argiris Kirtzidis2009-05-201-1/+1
* Fix cmake builds.Mike Stump2009-05-191-0/+5
* Don't set the "location" information for inlined functions' variables.Bill Wendling2009-05-181-7/+16
* Small code cleanup.Bill Wendling2009-05-181-9/+4
* RecordVariable is called each time a DECLARE node is encountered. For an inlinedBill Wendling2009-05-182-9/+39
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-157-2804/+3188
* Mark class as hidden.Bill Wendling2009-05-151-1/+1
* Move c'tor/d'tor to top of file.Bill Wendling2009-05-151-17/+14
* Split out the DwarfException class into its own file. No functionality change,Bill Wendling2009-05-153-769/+894
* Split out the Dwarf writer stuff into separate files. This is a much moreBill Wendling2009-05-157-1278/+1584
* Tag blocks with DW_AT_APPLE_block.Mike Stump2009-05-141-0/+7
* There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking.Bill Wendling2009-05-131-21/+30
* Move the bookkeeping of the debug scopes back to the place where itBill Wendling2009-05-131-20/+20