aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher2012-07-272-6/+24
* Remove unused private member variables uncovered by the recent changes to cla...Benjamin Kramer2012-07-202-14/+1
* The end of the prologue should be marked with is_stmt.Eric Christopher2012-07-121-1/+1
* Fix PR13202 and a regtest.Alexey Samsonov2012-07-061-0/+6
* Reduce some code duplication.Eric Christopher2012-07-041-19/+4
* Cleanup in DwarfDebug - fix a typo and remove two unused functionsAlexey Samsonov2012-06-291-7/+1
* The DIBuilder class is just a wrapper around debug info creationBill Wendling2012-06-292-3/+3
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-284-5/+5
* Remove another duplicated variable. We only need one to tell us if the linkerRafael Espindola2012-06-221-1/+1
* Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same asRafael Espindola2012-06-221-1/+1
* Emit relocations for DW_AT_location entries on systems which need it. This isNick Lewycky2012-06-222-11/+16
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-211-1/+6
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-211-3/+17
* Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc...Benjamin Kramer2012-06-092-5/+6
* Switch all register list clients to the new MC*Iterator interface.Jakob Stoklund Olesen2012-06-012-4/+5
* Add support for enum forward declarations.Eric Christopher2012-06-011-6/+7
* Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne2012-05-271-5/+5
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-231-0/+5
* Untabify and 80-col.Eric Christopher2012-05-221-17/+17
* Formatting consistency.Eric Christopher2012-05-221-3/+4
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-12/+1
* Remove duplicate code that we could just fallthrough to.Eric Christopher2012-05-181-1/+0
* Fix thinko in conditional.Eric Christopher2012-05-081-1/+1
* Formatting fixes.Akira Hatanaka2012-05-081-4/+4
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-082-4/+7
* Make comment here more clear.Eric Christopher2012-04-161-3/+4
* Reduce malloc traffic in DwarfAccelTableBenjamin Kramer2012-04-132-58/+28
* Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher2012-04-051-2/+5
* Fix thinko check for number of operands to be the one that actuallyEric Christopher2012-04-031-1/+1
* Add a line number for the scope of the function (starting at the firstEric Christopher2012-04-031-3/+10
* Turn on the accelerator tables for Darwin.Eric Christopher2012-04-021-0/+6
* Add support for objc property decls according to the page at:Eric Christopher2012-03-292-0/+21
* Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher2012-03-282-8/+16
* Use DW_AT_low_pc for a single entry point into a routine.Eric Christopher2012-03-271-3/+3
* Use the file in the inlined die rather than the compile unit forEric Christopher2012-03-261-1/+2
* No need to do an expensive stable sort for a bunch of integers.Benjamin Kramer2012-03-261-3/+3
* Prune some includes and forward declarations.Craig Topper2012-03-261-3/+4
* Pretty-printing comments for literal floating point in .s files.Jim Grosbach2012-03-231-2/+6
* In erroneous inline assembly we could mistakenly try to access theEric Christopher2012-03-221-1/+5
* It's possible to have a constant expression who's size is quite big (e.g.,Bill Wendling2012-03-201-11/+17
* For types with a parent of the compile unit make sure and emitEric Christopher2012-03-151-5/+4
* Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher2012-03-151-5/+8
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-03-141-5/+5
* DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s...Benjamin Kramer2012-03-112-15/+13
* Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher2012-03-071-5/+6
* Hoist common code out of if statement.Jakob Stoklund Olesen2012-03-061-13/+8
* Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...Craig Topper2012-03-051-1/+1
* Use uint16_t to store register overlaps to reduce static data.Craig Topper2012-03-041-1/+1
* Grammar-o in function name.Eric Christopher2012-03-021-2/+2
* Grammar.Eric Christopher2012-03-021-1/+1