[Layering] Move DebugInfo.h into the IR library where its implementation
[oota-llvm.git] / lib / IR / AsmWriter.cpp
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-25 Reid KlecknerFix llvm-dis to print the inalloca bit on allocas.
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
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 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-15 Michael KupersteinFix AsmWriter's handling of SPIR calling conventions...
2013-12-07 Rafael EspindolaRemove unused value.
2013-12-05 Matt ArsenaultUse isIntrinsic() instead of checking for "llvm."
2013-11-11 Andrew TrickPrint new JavaScript calling conventions symbolically.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-27 Shuxin YangRevert r193251 : Use address-taken to disambiguate...
2013-10-23 Shuxin YangUse address-taken to disambiguate global variable and...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-05-23 Daniel MaleaRe-implement DebugIR in a way that does not subclass...
2013-05-08 Daniel MaleaPull up AssemblyWriter interface into header to allow...
2013-05-01 Rafael EspindolaNow that the underlying issue is fixed, revert r180750...
2013-04-29 Bill WendlingRevert the command line option patch. However, keep...
2013-04-29 Reid KlecknerRevert "revert r179735, it has no testcases, and doesn...
2013-04-25 Chris Lattnerrevert r179735, it has no testcases, and doesn't really...
2013-04-18 Bill WendlingMake the TargetIndependent flag have the right boolean...
2013-04-17 Bill WendlingAdd an option `-enable-old-style-attr-syntax' to print...
2013-04-16 Bill WendlingPrint out the target-independent attributes in a commen...
2013-03-11 David BlaikieRemove support for versioned debug info.
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-20 Bill WendlingAdd the function attributes from an inline asm call...
2013-02-12 Guy BenyeiAdd static cast to unsigned char whenever a character...
2013-02-11 Bill WendlingAdd support for printing out the attribute groups.
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-08 Dan GohmanMinor cleanup.
2013-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-07 Chandler CarruthMove TypeFinder.h into the IR tree, it clearly belongs...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.