aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Pass in the std::string parameter instead of returning it by value.Bill Wendling2009-04-102-25/+28
* Constify getter methods.Bill Wendling2009-04-102-2/+3
* StringMap<DIE*>::iterator::first() returns a pointer to the first character ofBill Wendling2009-04-092-4/+8
* Use a StringMap instead of std::map for storing std::string->DIE* maps. ThisBill Wendling2009-04-091-10/+10
* If subprogram type is not tagged as DW_TAG_subroutine_type then use it direct...Devang Patel2009-04-081-2/+3
* change printStringChar to emit characters as unsigned char instead of char,Chris Lattner2009-04-081-9/+5
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-252-6/+17
* Do not ignore DW_TAG_class_type!Devang Patel2009-03-251-0/+1
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-93/+150
* Fix internal representation of fp80 to be theDale Johannesen2009-03-231-8/+8
* For inline asm output operand that matches an input. Encode the input operand...Evan Cheng2009-03-201-1/+1
* Fix some significant problems with constant pools that resulted in unnecessar...Evan Cheng2009-03-131-31/+53
* Oops...I committed too much.Bill Wendling2009-03-131-25/+40
* Temporarily XFAIL this test.Bill Wendling2009-03-131-40/+25
* Put the assignment back at the top of this method.Bill Wendling2009-03-111-2/+2
* Make ivars private. Other cleanup. No functionality change.Bill Wendling2009-03-101-59/+27
* Just make the Dwarf timer group static inside of the getter function. No need...Bill Wendling2009-03-101-7/+5
* Don't put static functions in anonymous namespace.Bill Wendling2009-03-101-4/+0
* These should *stop* the timer, not start it again.Bill Wendling2009-03-101-2/+2
* - Fix misspelled method name.Bill Wendling2009-03-101-11/+5
* - Create GetOrCreateSourceID from getOrCreateSourceID. GetOrCreateSourceID isBill Wendling2009-03-101-79/+82
* Refine the Dwarf writer timers so that they measure exception writing and debugBill Wendling2009-03-101-143/+169
* Add a timer to the DwarfWriter pass that measures the total time it takes toBill Wendling2009-03-101-8/+110
* wire up support for emitting "special" values from inline asmChris Lattner2009-03-101-1/+20
* just remove the use_empty() check entirely, the only reason itChris Lattner2009-03-091-14/+8
* Make the code generator rip of dead constant expr uses before decidingChris Lattner2009-03-091-10/+16
* Pass in a std::string when getting the names of debugging things. This cuts downBill Wendling2009-03-091-20/+37
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-7/+10
* It is possible that subprgoram definition is only encoding return value direc...Devang Patel2009-02-271-2/+6
* Print variable's display name in dwarf DIE.Devang Patel2009-02-251-1/+1
* Clean up dwarf writer, part 1. This eliminated the horrible recursive getGlob...Evan Cheng2009-02-251-316/+395
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-241-2/+2
* gdb uses DW_AT_prototyped to identify K&R style in C based languages.Devang Patel2009-02-241-0/+5
* If there is not any debug info available for any global variables and any sub...Devang Patel2009-02-241-13/+26
* Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov2009-02-211-10/+0
* - Early exit a nested block.Bill Wendling2009-02-201-23/+27
* Add an accessor method to DwarfWriter to tell of debugging info should be emi...Bill Wendling2009-02-201-5/+11
* The subprogram die may not exist while creating "default" scope.Devang Patel2009-02-181-1/+4
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-171-0/+6
* Emit debug info for bitfields.Devang Patel2009-02-171-1/+18
* Validate file id.Devang Patel2009-02-101-0/+3
* if we have a large GEP offset on a 32-bit or other target, makeChris Lattner2009-02-051-0/+6
* More whitespace fixin'.Bill Wendling2009-02-031-37/+36
* Whitespace and comment changes. No functionality change.Bill Wendling2009-02-031-25/+11
* Do not add redundant arguments in a method definition DIE.Devang Patel2009-02-021-11/+18
* Each input file is encoded as a separate compile unit in LLVM debuggingDevang Patel2009-01-301-34/+46
* Enable emitting of constant values in non-default address space as well. The ...Sanjiv Gupta2009-01-301-56/+59
* Remove dead code, again.Devang Patel2009-01-301-14/+0
* Remove dead code.Devang Patel2009-01-301-10/+0
* Add DW_AT_declaration for class methods.Devang Patel2009-01-301-2/+5