Add a new attribute called 'jumptable' that creates jump-instruction tables for funct...
[oota-llvm.git] / lib / Bitcode / Writer / BitcodeWriter.cpp
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-26 Rafael EspindolaConvert a few loops to use ranges.
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
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
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-07 Rafael EspindolaRemove unused value.
2013-11-18 Matt ArsenaultFix spacing, forward declare order.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
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-10-14 Michael GottesmanUpdate comment list of GLOBALVAR modifiers in BitcodeWr...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
2013-07-26 Tobias GrosserMake .bc en/decoding of AttrKind stable
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-02-12 Bill WendlingHave the bitcode writer and reader handle the new attri...
2013-02-11 Bill WendlingRename AttributeSets to AttributeGroups so that it...
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-11 David BlaikieFix unnecessary removal of const through cast machinery
2013-02-10 Bill WendlingAdd code for emitting the attribute groups.
2013-02-05 Michael GottesmanAdded LLVM Asm/Bitcode Reader/Writer support for new...
2013-02-04 Bill WendlingInitial cleanups of the param-attribute code in the...
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingUse the new 'getSlotIndex' method to retrieve the attri...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-09 Michael IlsemanReorganize FastMathFlags to be a wrapper around unsigne...
2012-12-09 Michael IlsemanHave the bitcode reader/writer just use FPMathOperator...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Michael IlsemanMinor tweaking to SmallVector static size.
2012-12-03 Michael IlsemanSince this SmallVector immediately grows on the next...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Michael IlsemanFast-math flags for the bitcode
2012-11-25 Joe AbbeyCode Custodian:
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-10-11 Jan Wen VoungFix some typos 165739, spotted by Duncan.
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-09-25 Bill WendlingMove remaining methods inside the Attributes class...
2012-09-05 Chad Rosier[ms-inline asm] Add support for the nsdialect keyword...
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Meador IngePR12696: Attribute bits above 1<<30 are not encoded...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-14 Stepan DyatkovskiySwitchInst cosmetics: renamed "Hash" method to "hash"
2012-05-12 Stepan DyatkovskiyRecommited r156374 with critical fixes in BitcodeReader...
2012-05-08 Stepan DyatkovskiyRejected r156374: Ordinary PR1255 patch. Due to clang...
2012-05-08 Stepan DyatkovskiyOrdinary patch for PR1255.
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-29 Daniel DunbarBitstreamWriter: Change primary output buffer to be...
2012-02-29 Daniel DunbarBitcodeWriter: Expose less implementation details ...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-02-06 Derek SchuffEnable streaming of bitcode
2012-02-06 Bill Wendling[unwind removal] Don't write out the dead 'unwind'...
2012-02-05 Chris Lattnerreapply the patches reverted in r149470 that reenable...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-02-01 Argyrios KyrtzidisRevert Chris' commits up to r149348 that started causin...
2012-01-31 Chris Lattnerwith recent changes, ConstantArray is never a "string...
2012-01-30 Chris Lattnerfix a major oversight that is breaking some llvm-test...
2012-01-30 Chris LattnerAdd bitcode reader and writer support for ConstantDataA...
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-12-08 Chad RosierFix 80-column.
2011-12-08 Chad RosierFix comments.
2011-12-07 Chad RosierFix comments.
2011-12-07 Chad RosierFlesh out a bit more of the bitcode use-list ordering...
2011-12-07 Chad RosierBegin adding experimental support for preserving use...
2011-11-03 Chad RosierRemove some cruft from the BitcodeWriter, while still...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-12 Chris Lattnerswitch to use the new api for structtypes.
2011-08-12 Chad RosierWhitespace and formatting. No functional change intended.
2011-08-09 Eli FriedmanRepresentation of 'atomic load' and 'atomic store'...
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-25 Eli FriedmanInitial implementation of 'fence' instruction, the...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-20 Jay FoadMake better use of the PHINode API.
2011-06-17 Chris LattnerDrop the "2" suffix on some enums.
2011-06-17 Chris Lattnermissed a file.
next