Age | Commit message (Expand) | Author |
2011-07-14 | Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge... | Evan Cheng |
2011-07-07 | Handle fpcr register. | Eric Christopher |
2011-05-06 | Dead code elimination. | Rafael Espindola |
2011-05-01 | Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. | Rafael Espindola |
2011-05-01 | I forgot these files in the previous commit. | Rafael Espindola |
2011-04-30 | Revert the previous patch while I figure out how to make llvm-gcc | Rafael Espindola |
2011-04-30 | Enable CFI on OS X. | Rafael Espindola |
2011-04-28 | Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when | Rafael Espindola |
2011-04-15 | Add 129518 back with a fix for when we are producing eh just because of debug... | Rafael Espindola |
2011-04-15 | Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T... | NAKAMURA Takumi |
2011-04-14 | Change ELF systems to use CFI for producing the EH tables. This reduces the | Rafael Espindola |
2011-02-25 | Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. | Cameron Zwarich |
2011-02-24 | Enable DebugInfo support for COFF object files. | Devang Patel |
2011-01-23 | Remove duplicated code. | Rafael Espindola |
2011-01-14 | Add a possibility to switch between CFI directives- and table-based frame des... | Anton Korobeynikov |
2010-12-07 | lib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64, specify explicit PrivateG... | NAKAMURA Takumi |
2010-12-06 | Second try at making direct object emission produce the same results | Rafael Espindola |
2010-12-04 | There are two reasons why we might want to use | Rafael Espindola |
2010-12-02 | Revert r120580. | Devang Patel |
2010-12-01 | Disable debug info for x86-darwin9 and earlier until PR 8715 and radar 870929... | Devang Patel |
2010-11-11 | Remove some explicit arguments to getELFSection. This is | Rafael Espindola |
2010-08-21 | MC: Add partial x86-64 support to COFF. | Michael J. Spencer |
2010-04-08 | move elf section uniquing to MCContext. Along the way | Chris Lattner |
2010-04-04 | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner |
2010-03-11 | Work around a bug in the openbsd assembler on i386, | Chris Lattner |
2010-03-08 | don't reset defaults. | Chris Lattner |
2010-02-25 | Fix TextAlignFillValue in a few places | Daniel Dunbar |
2010-02-17 | daniel remembered why this was needed. | Chris Lattner |
2010-02-17 | add a comment explaining why darwin/i386 uses ## as a comment. | Chris Lattner |
2010-02-16 | Minor warning fixes (semicolons, newline at EOF). | Benjamin Kramer |
2010-02-14 | Drop winmcasminfo and use normal AT&T COFF for all windows targets. | Anton Korobeynikov |
2010-01-26 | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner |
2010-01-25 | Remove support for i386 tiger tools for aligned common symbols. | Chris Lattner |
2010-01-23 | resolve a fixme: the "nonexecutable stack directive" is actually | Chris Lattner |
2010-01-20 | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner |
2010-01-19 | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner |
2010-01-19 | remove MAI::ZeroDirectiveSuffix, which is only used by MASM, | Chris Lattner |
2009-09-16 | Big change #1 for personality function references: | Chris Lattner |
2009-08-22 | rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. | Chris Lattner |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |