Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / MC / MCAsmInfo.h
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-06-22 Rafael EspindolaRemove another duplicated variable. We only need one...
2012-06-22 Rafael EspindolaFix a FIXME: DwarfRequiresRelocationForSectionOffset...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-05-05 Jim GrosbachNuke a few dead remnants of the CBE.
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2012-03-02 Jim GrosbachTidy up. Trailing whitespace.
2012-03-02 Eric ChristopherGrammar-o in function name.
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-23 Evgeniy StepanovAn option to selectively enable parts of ARM EHABI...
2011-12-03 Anton KorobeynikovEmit the ctors in the proper order on ARM/EABI.
2011-10-27 Nick LewyckyTeach our Dwarf emission to use the string pool.
2011-10-26 Nick LewyckyReflow lines, fix comments for doxygen style, fix white...
2011-10-04 Owen AndersonTeach the MC to output code/data region marker labels...
2011-09-02 Duncan SandsDarwin wants ctors/dtors to be ordered the other way...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-18 Evan ChengMove getInitialFrameState from TargetFrameInfo to MCAsm...
2011-07-15 Evan ChengMove some parts of TargetAsmInfo down to MCAsmInfo...
2011-07-07 Akira HatanakaThis patch adds a flag in MCAsmInfo that indicates...
2011-06-03 Charles DavisTreat Win64 EH as a DWARF EH scheme. For GCC-style...
2011-05-27 Charles DavisStub out support for Win64-style exceptions. Note that...
2011-05-10 Rafael EspindolaRename DwarfRequiresRelocationForStmtList to
2011-05-06 Rafael EspindolaDead code elimination.
2011-05-05 Rafael EspindolaRemove the DwarfTable enum.
2011-05-04 Rafael EspindolaProducing a DW_FORM_addr for DW_AT_stmt_list is probabl...
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-04-28 Rafael EspindolaAdd the getExprForFDESymbol method that responsible...
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-03-24 Jim GrosbachClean up assembly statement separator support.
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-01-14 Anton KorobeynikovAdd a possibility to switch between CFI directives...
2010-12-22 Rafael EspindolaRename NeedsSetToChangeDiffSize to HasAggressiveSymbolF...
2010-12-04 Rafael EspindolaThere are two reasons why we might want to use
2010-12-04 Rafael EspindolaNext step: Only pad debug_line when the target is darwi...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-18 Rafael EspindolaChange CodeGen to use .loc directives. This produces...
2010-09-23 Jim Grosbachtrailing whitespace
2010-09-22 Chris Lattnerallow target-specific label suffixes, patch by Yuri...
2010-09-02 Devang PatelFix .debug_range for linux. Patch by Krister Wombell.
2010-08-31 Devang PatelUse absolute label for DW_AT_stmt_list if a target...
2010-07-08 Kevin EnderbyRevert some unneeded parts of the change in r107886...
2010-07-08 Kevin EnderbyAdded the darwin .weak_def_can_be_hidden directive.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-20 Eric ChristopherFix build by actually declaring the variable.
2010-05-20 Eric ChristopherPartial code for emitting thread local bss data.
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-04 Chris Lattnereliminate the magic AbsoluteDebugSectionOffsets MAI...
2010-04-04 Chris LattnerisAbsoluteEHSectionOffsets always returns false, elimin...
2010-03-12 Chris Lattnermove fastcall/stdcall mangling up into Mangler.
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-02-05 Daniel DunbarMC: Change default comment column to 40 characters.
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-25 Chris Lattnerrename MAI::PICJumpTableDirective to MAI::GPRel32Direct...
2010-01-25 Chris Lattnerremove JumpTableDirective, it is always null.
2010-01-25 Chris Lattnerall supported target now have aligned common support.
2010-01-23 Chris Lattnermcize lcomm, simplify .comm, extend both to support...
2010-01-23 Chris Lattnerresolve a fixme: the "nonexecutable stack directive...
2010-01-23 Chris Lattnermcize visibility directives.
2010-01-23 Chris Lattnermcstreamerize .no_dead_strip and .reference for static...
2010-01-20 Chris Lattnerrevert 93934, removing the MCAsmInfo endianness bit...
2010-01-19 Chris Lattnergive MCAsmInfo a 'has little endian' bit. This is...
2010-01-19 Chris Lattnerremove MAI::ZeroDirectiveSuffix, which is only used...
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Chris Lattnerhookize the cygwin ".linkonce" directive.
2010-01-19 Chris Lattneradd a bool for whether .lcomm takes an alignment instea...
2010-01-19 Chris Lattnermove production of .reference directives for static...
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-18 Chris Lattnerswitch x86 zerofill emission over to use MCStreamer.
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-15 Chris Lattnerremove some horrible MAI hooks which fortunately turn...
2009-09-13 Chris Lattnersecond part to r81695, I missed a directory.
2009-08-25 Bill WendlingRevert last patch. We need to put this into TargetLower...
2009-08-25 Bill WendlingComment formatting. Removing of unused #include and...
2009-08-25 Bill WendlingAdd a target asm info hook to specify that particular...
2009-08-22 Chris Lattnerfix a build error on the clang-i686-linux tester.
2009-08-22 Chris Lattnermcasminfo doesn't use std::string
2009-08-22 Chris Lattnermove the MCAsmInfo .cpp/.h files into the right
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.