| Commit message (Expand) | Author | Age | Files | Lines |
* | The end of the prologue should be marked with is_stmt. | Eric Christopher | 2012-07-12 | 1 | -1/+1 |
* | Fix PR13202 and a regtest. | Alexey Samsonov | 2012-07-06 | 1 | -0/+6 |
* | Reduce some code duplication. | Eric Christopher | 2012-07-04 | 1 | -19/+4 |
* | Cleanup in DwarfDebug - fix a typo and remove two unused functions | Alexey Samsonov | 2012-06-29 | 1 | -7/+1 |
* | The DIBuilder class is just a wrapper around debug info creation | Bill Wendling | 2012-06-29 | 2 | -3/+3 |
* | Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and | Bill Wendling | 2012-06-28 | 4 | -5/+5 |
* | Remove another duplicated variable. We only need one to tell us if the linker | Rafael Espindola | 2012-06-22 | 1 | -1/+1 |
* | Fix a FIXME: DwarfRequiresRelocationForSectionOffset is the same as | Rafael Espindola | 2012-06-22 | 1 | -1/+1 |
* | Emit relocations for DW_AT_location entries on systems which need it. This is | Nick Lewycky | 2012-06-22 | 2 | -11/+16 |
* | The inline asm operand modifier 'n' is suppose | Jack Carter | 2012-06-21 | 1 | -1/+6 |
* | The inline asm operand modifier 'c' is suppose | Jack Carter | 2012-06-21 | 1 | -3/+17 |
* | Allocate the contents of DwarfDebug's StringMaps in a single big BumpPtrAlloc... | Benjamin Kramer | 2012-06-09 | 2 | -5/+6 |
* | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen | 2012-06-01 | 2 | -4/+5 |
* | Add support for enum forward declarations. | Eric Christopher | 2012-06-01 | 1 | -6/+7 |
* | Have getOrCreateSubprogramDIE store the DIE for a subprogram | Peter Collingbourne | 2012-05-27 | 1 | -5/+5 |
* | Add support for C++11 enum classes in llvm. | Eric Christopher | 2012-05-23 | 1 | -0/+5 |
* | Untabify and 80-col. | Eric Christopher | 2012-05-22 | 1 | -17/+17 |
* | Formatting consistency. | Eric Christopher | 2012-05-22 | 1 | -3/+4 |
* | Refactor data-in-code annotations. | Jim Grosbach | 2012-05-18 | 1 | -12/+1 |
* | Remove duplicate code that we could just fallthrough to. | Eric Christopher | 2012-05-18 | 1 | -1/+0 |
* | Fix thinko in conditional. | Eric Christopher | 2012-05-08 | 1 | -1/+1 |
* | Formatting fixes. | Akira Hatanaka | 2012-05-08 | 1 | -4/+4 |
* | Handle OpDeref in case it comes in as a register operand. | Eric Christopher | 2012-05-08 | 2 | -4/+7 |
* | Make comment here more clear. | Eric Christopher | 2012-04-16 | 1 | -3/+4 |
* | Reduce malloc traffic in DwarfAccelTable | Benjamin Kramer | 2012-04-13 | 2 | -58/+28 |
* | Patch to set is_stmt a little better for prologue lines in a function. | Eric Christopher | 2012-04-05 | 1 | -2/+5 |
* | Fix thinko check for number of operands to be the one that actually | Eric Christopher | 2012-04-03 | 1 | -1/+1 |
* | Add a line number for the scope of the function (starting at the first | Eric Christopher | 2012-04-03 | 1 | -3/+10 |
* | Turn on the accelerator tables for Darwin. | Eric Christopher | 2012-04-02 | 1 | -0/+6 |
* | Add support for objc property decls according to the page at: | Eric Christopher | 2012-03-29 | 2 | -0/+21 |
* | Fix the output of the DW_TAG_friend tag to include DW_AT_friend | Eric Christopher | 2012-03-28 | 2 | -8/+16 |
* | Use DW_AT_low_pc for a single entry point into a routine. | Eric Christopher | 2012-03-27 | 1 | -3/+3 |
* | Use the file in the inlined die rather than the compile unit for | Eric Christopher | 2012-03-26 | 1 | -1/+2 |
* | No need to do an expensive stable sort for a bunch of integers. | Benjamin Kramer | 2012-03-26 | 1 | -3/+3 |
* | Prune some includes and forward declarations. | Craig Topper | 2012-03-26 | 1 | -3/+4 |
* | Pretty-printing comments for literal floating point in .s files. | Jim Grosbach | 2012-03-23 | 1 | -2/+6 |
* | In erroneous inline assembly we could mistakenly try to access the | Eric Christopher | 2012-03-22 | 1 | -1/+5 |
* | It's possible to have a constant expression who's size is quite big (e.g., | Bill Wendling | 2012-03-20 | 1 | -11/+17 |
* | For types with a parent of the compile unit make sure and emit | Eric Christopher | 2012-03-15 | 1 | -5/+4 |
* | Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting | Eric Christopher | 2012-03-15 | 1 | -5/+8 |
* | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher | 2012-03-14 | 1 | -5/+5 |
* | DwarfDebug: Store the filename/dirname pair as a zero-separated string in a s... | Benjamin Kramer | 2012-03-11 | 2 | -15/+13 |
* | Add the DW_AT_APPLE_runtime_class attribute to forward declarations | Eric Christopher | 2012-03-07 | 1 | -5/+6 |
* | Hoist common code out of if statement. | Jakob Stoklund Olesen | 2012-03-06 | 1 | -13/+8 |
* | Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati... | Craig Topper | 2012-03-05 | 1 | -1/+1 |
* | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -1/+1 |
* | Grammar-o in function name. | Eric Christopher | 2012-03-02 | 1 | -2/+2 |
* | Grammar. | Eric Christopher | 2012-03-02 | 1 | -1/+1 |
* | If the linkage name doesn't exist we're supposed to emit a reference | Eric Christopher | 2012-03-02 | 1 | -4/+3 |
* | Revert "Reorder the sections being output to reduce the number of assembler" | Eric Christopher | 2012-03-02 | 1 | -3/+3 |