Revert r200340, "Add line table debug info to COFF files when using a win32 triple."
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-24 Rafael EspindolaSimplify the logic for deciding when to initialize...
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-12 Jakob Stoklund OlesenHandle bundled terminators in isBlockOnlyReachableByFal...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-28 Eric ChristopherRemove AsmPrinter::needsRelocationsForDwarfStringPool...
2013-12-14 Juergen RibutzkaRemove weak vtables. No functional change.
2013-12-11 Rafael EspindolaOn ELF and COFF treat linker_private like private.
2013-12-10 David Fangon darwin<10, fallback to .weak_definition (PPC,X86)
2013-12-04 Eric ChristopherRemove incorrect comment and pointless cast.
2013-12-04 Eric Christopherconst on its own line is confusing.
2013-12-03 Timur IskhodzhanovReland 196270 "Generalize debug info / EH emission...
2013-12-03 NAKAMURA TakumiRevert r196270, "Generalize debug info / EH emission...
2013-12-03 Timur IskhodzhanovGeneralize debug info / EH emission in AsmPrinter
2013-12-02 Rafael EspindolaConvert two char* that are only ever used as booleans...
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-11-28 Rafael EspindolaRemove an always true parameter.
2013-11-26 Timur IskhodzhanovRename DwarfException methods so the new names are...
2013-11-23 Eric ChristopherReformat const for readability.
2013-11-14 Rafael EspindolaError if we see an alias to a declaration.
2013-11-10 Matt ArsenaultUse type form of getIntPtrType.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-29 Manman RenDebug Info: code clean up.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-23 Rafael EspindolaReduce casting and use a fully covered switch.
2013-10-21 Matt ArsenaultFix CodeGen for different size address space GEPs
2013-10-20 Peter CollingbourneEmit prefix data after debug and EH directives.
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-03 Matt ArsenaultRename DataLayout variables TD -> DL
2013-09-23 Richard MittonFixed debug_aranges handling for common symbols.
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-08-25 David MajnemerAsmPrinter: Get rid of llvm$workaround$fake$stub$
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-15 Bill WendlingMake a few more things const.
2013-08-15 Bill WendlingUse a reference instead of making an unnecessary copy...
2013-08-13 Carlo KokFor COFF only: dwarf debug info output a label referenc...
2013-08-07 Eric ChristopherUsing the integrated assembler we'd fail to change...
2013-08-02 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-08-02 NAKAMURA TakumiRevert r187597, "Bugfix for making the DWARF debug...
2013-08-01 Carlo KokBugfix for making the DWARF debug strings and labels...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-11 Hal FinkelInitialize AsmPrinter::MF in the constructor
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-04 Nico RieckInitialize object file info before output streamer
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-06-16 David BlaikieDebug Info: Simplify Frame Index handling in DBG_VALUE...
2013-06-15 David BlaikieDebugInfo: print DBG_VALUE MachineInstrs with [] for...
2013-06-15 David BlaikieDebug Info: Don't print the display name and colon...
2013-06-07 Quentin ColombetTeach AsmPrinter how to print odd constants.
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-11 Rafael EspindolaChange getFrameMoves to return a const reference.
2013-05-01 Bill WendlingRevert r180737. The companion patch was reverted, and...
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-29 Bill WendlingEmit the TLS initialization function pointers into...
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-26 Adrian PrantlCleanup and document MachineLocation.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-01-11 Tim NorthoverSimplify writing floating types to assembly.
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-09 Eric ChristopherThese functions have default arguments of 0 for the...
2013-01-08 Tim NorthoverAllow the asm printer to print fp128 values properly.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-10 Lang HamesDefer call to InitSections until after MCContext has...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Ulrich WeigandNever use .lcomm on platforms where it does not accept...
2012-11-20 Eric ChristopherWhitespace.
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-24 Jim GrosbachMark jump tables in code sections with DataRegion direc...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Chad RosierUpdate function names to conform to guidelines. No...
next