Don't import error_category into the llvm namespace.
[oota-llvm.git] / lib / Bitcode / Reader / BitcodeReader.cpp
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-06 Rafael EspindolaAllow aliases to be unnamed_addr.
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-06-04 Rafael EspindolaClauses in a landingpad are always Constant. Use a...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-20 Nick LewyckyAdd 'nonnull', a new parameter and return attribute...
2014-05-17 Rafael EspindolaUse create methods since msvc doesn't handle delegating...
2014-05-17 Rafael EspindolaReduce abuse of default values in the GlobalAlias const...
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 Rafael EspindolaSmall dyn_cast and auto cleanup.
2014-05-16 Rafael EspindolaChange the GlobalAlias constructor to look a bit more...
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
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-27 Karthik BhatAll new elements except the last one initialized to...
2014-03-15 Justin BognerSupport: Make error_category's constructor public
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-03-05 Chandler Carruth[Layering] Move AutoUpgrade.h into the IR library where its
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-15 Rafael EspindolaMake parseBitcodeFile return an ErrorOr<Module *>.
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
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-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-02 Manman RenDebug Info: drop debug info via upgrading path if versi...
2013-11-18 Matt ArsenaultFix spacing, forward declare order.
2013-11-15 Matt ArsenaultAdd addrspacecast instruction.
2013-11-12 Reid KlecknerExtract a bc attr parsing helper that returns Attribute...
2013-11-05 Rafael EspindolaUse error_code in GVMaterializer.
2013-11-05 Rafael EspindolaConvert FindFunctionInStream to return an error_code.
2013-11-05 Benjamin KramerSilence GCC warning about dropping off a fully covered...
2013-11-04 Rafael EspindolaChange BitcodeReader to use error_code instead of bool...
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-10-31 Rafael EspindolaFix a use after free on invalid input.
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-28 Manman RenAutoUpgrade: upgrade from scalar TBAA format to struct...
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-12 Joe AbbeyPatch provide by Tom Roeder!
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-05-24 Benjamin KramerRemove the Copied parameter from MemoryObject::readBytes.
2013-05-05 Dmitri GribenkoAdd ArrayRef constructor from None, and do the cleanups...
2013-02-12 Bill WendlingHave the bitcode writer and reader handle the new attri...
2013-02-11 Bill WendlingUse a std::map so that we record the group ID.
2013-02-11 Kostya Serebryany[tsan/msan] adding thread_safety and uninitialized_chec...
2013-02-10 Bill WendlingAdd support in the bitcode reader to read the attribute...
2013-02-06 Joe AbbeyCode Custodian (trivial whitespace cleanup)
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-29 Bill WendlingUse an AttrBuilder to generate the correct AttributeSet.
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex...
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-20 Chris Lattnertrivial micro-optimization: lazily call the virtual...
2013-01-20 Chris Lattnerconvert the bitstream reader itself and the IR .bc...
2013-01-19 Chris LattnerAdd a new BitstreamEntry concept, and add two helper...
2013-01-19 Chris LattnerBitstreamReader hasn't aged well. It's been hacked...
2013-01-09 Bill WendlingRevert s/Raw/getBitMask/g name change. This is possibly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill Wendlings/Raw/getBitMask/g to be more in line with current...
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 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-28 Bill WendlingAdd back support for reading and parsing 'deplibs'.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-27 Joe AbbeyCode pretification
2012-11-27 Michael IlsemanFast-math flags for the bitcode
2012-11-25 Joe AbbeyCode Custodian:
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-19 Joe Abbey80 cols
2012-11-15 Michael IlsemanRemove trailing whitespace
2012-10-15 Bill WendlingMove the Attributes::Builder outside of the Attributes...
2012-10-15 Bill WendlingAttributes Rewrite
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-10-11 Jan Wen VoungChange encoding of instruction operands in bitcode...
2012-10-04 Bill WendlingUse method to query if there are attributes.
2012-09-25 Bill WendlingMove remaining methods inside the Attributes class...
2012-09-21 Benjamin KramerBitcodeReader: Correctly insert blockaddress constant...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2012-09-05 Chad Rosier[ms-inline asm] Enumerate the InlineAsm dialects and...
2012-09-05 Chad RosierAdd a FIXME that assumes we maintain backward compatibi...
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-07-19 Bill WendlingRemove tabs.
2012-06-23 Hans WennborgExtend the IL for selecting TLS models (PR9788)
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
next