]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Don't pre-populate the set of keys in the map with variable locations history.
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinter.cpp
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-16 Jim Grosbach[c++11] Tidy up AsmPrinter.cpp.
2014-04-15 David BlaikieUse unique_ptr for the result of Registry entries.
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCStrategy object...
2014-03-27 Saleem AbdulrasoolCanonicalise Windows target triple spellings
2014-03-18 Jim GrosbachMachO: Emit a version-min load command when possible.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-11 David BlaikieAccept Twine's to AsmPrinter::getTempSymbol (refactorin...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-07 Eric ChristopherMove some dwarf emission routines to AsmPrinterDwarf...
2014-03-07 Eric Christopher80-column fixups.
2014-03-06 Rafael EspindolaRemove shouldEmitUsedDirectiveFor.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-27 Adrian PrantlDebug info: Remove ARMAsmPrinter::EmitDwarfRegOp()...
2014-02-26 Adrian PrantlFix a type error that crept into r202313.
2014-02-26 Adrian PrantlDebug info: Refactor AsmPrinter::EmitDwarfRegOp to...
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-14 Artyom SkrobovGenerate the DWARF stack frame decode operations in...
2014-02-12 Adrian PrantlDebug info: Bugfix for r201190: DW_OP_piece takes bytes...
2014-02-11 Adrian PrantlReapply r201180 with an additional error path.
2014-02-11 Adrian PrantlRevert "Debug info: Emit values in subregisters that...
2014-02-11 Adrian Prantlwhitespace
2014-02-11 Adrian PrantlDebug info: Emit values in subregisters that do not...
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-07 Rafael EspindolaFix a bug with .weak_def_can_be_hidden: Mutable variabl...
2014-02-07 Rafael EspindolaRefactor logic into a function predicate.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-02-04 Rafael EspindolaUse the default values.
2014-01-31 Rafael EspindolaRemove a redundant call to hasRawTextSupport.
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
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.
next