Release Notes: RegisterScheduler::setDefault removed; by Mehdi Amini
[oota-llvm.git] / lib / Bitcode /
2016-01-06 Justin BognerBitcode: Fix reading and writing of ConstantDataVectors...
2015-12-30 Teresa JohnsonEnsure MDNode used as key in metadata linking map canno...
2015-12-30 Teresa Johnson[ThinLTO] Check MDNode values saved for metadata linkin...
2015-12-29 Teresa JohnsonRename MDValue* to Metadata* (NFC)
2015-12-21 Teresa JohnsonRemove overly strict new assert in BitcodeReader.
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
2015-12-19 Vedant Kumar[IR] Move optional data in llvm::Function into a hungof...
2015-12-18 Rafael EspindolaDeprecate a few C APIs.
2015-12-18 Rafael EspindolaRemove redundant argument. NFC.
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-18 Rafael EspindolaDrop support for dematerializing.
2015-12-18 Rafael Espindolaclang-format to reduce diff in another patch.
2015-12-18 Rafael EspindolaFix error handling in LLVMGetBitcodeModuleInContext.
2015-12-18 Eric ChristopherReorganize the C API headers to improve build times.
2015-12-17 Rafael EspindolaDrop function that are deprecated since 2010.
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-14 Sanjay Pateladd fast-math-flags to 'call' instructions (PR21290)
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
2015-11-21 Teresa JohnsonMove new assert to correct location
2015-11-20 Teresa Johnson[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-18 Sanjoy Das[OperandBundles] Tighten OperandBundleDef's interface...
2015-11-15 Teresa JohnsonUse a different block id for block of metadata kind...
2015-11-13 Sanjay Pateluse range-based for loop; NFCI
2015-11-10 Sanjoy Das[OperandBundles] Identify operand bundles with both...
2015-11-09 Mehdi AminiAdd a method to the BitcodeReader to parse only the...
2015-11-07 Akira Hatanaka[Bitcode] Add enums for call instruction markers and...
2015-11-07 Sanjoy Das[OperandBundles] Rename accessor, NFC
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 James MolloyAdd a new attribute: norecurse
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Mehdi AminiFix Abbrev emission in WriteIdentificationBlock
2015-11-04 Filipe CabecinhasError out when faced with value names containing '\0'
2015-11-03 Filipe CabecinhasDon't assert if materializing before seeing any functio...
2015-11-03 Filipe CabecinhasDon't use Twine objects after their lifetimes end.
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-10-30 Filipe CabecinhasRevert "Don't assert if materializing before seeing...
2015-10-29 Filipe CabecinhasDon't assert if materializing before seeing any functio...
2015-10-27 Peter CollingbourneBitcode: Fix more unsigned integer overflow bugs.
2015-10-27 Vedant Kumar[IR] Limit bits used for CallingConv::ID, update tests
2015-10-26 Oleksiy VyalovUse Twin instead of std::to_string.
2015-10-26 Mehdi AminiAdd an (optional) identification block in the bitcode
2015-10-21 Teresa JohnsonSilence Visual C++ warning in function summary parsing...
2015-10-19 Teresa JohnsonPass FunctionInfoIndex by reference to WriteFunctionSum...
2015-10-13 Duncan P. N. Exon... BitcodeReader: Remove ilist iterator implicit conversio...
2015-10-13 Duncan P. N. Exon... BitcodeWriter: Stop using implicit ilist iterator conve...
2015-10-10 Teresa JohnsonFix PR25101 - Handle anonymous functions without VST...
2015-10-08 Teresa JohnsonFix combined function index abbrev (NFC)
2015-10-06 Filipe CabecinhasMake sure the CastInst is valid before trying to create it
2015-10-04 Teresa JohnsonRemove unused private field introduced by r249270.
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...
2015-09-24 Sanjoy Das[Bitcode][Asm] Teach LLVM to read and write operand...
2015-09-18 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2015-09-17 David Blaikie[opaque pointer types] Add an explicit pointee type...
2015-09-17 Teresa JohnsonRestore "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonRevert "Function bitcode index in Value Symbol Table...
2015-09-17 Teresa JohnsonFunction bitcode index in Value Symbol Table and lazy...
2015-09-17 Teresa JohnsonRefactor string encoding checks in BitcodeWriter (NFC)
2015-09-14 David BlaikieRevert "[opaque pointer type] Pass GlobalAlias the...
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-31 Filipe Cabecinhas[BitcodeReader] Ensure we can read constant vector...
2015-08-31 Karl SchimpfChange comment to verify commit accesss.
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-23 David Majnemer[IR] Cleanup EH instructions a little bit
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-14 David Majnemer[IR] Add token types
2015-08-10 Yaron KerenRangify for loop, NFC.
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 David MajnemerNew EH representation for MSVC compatibility
2015-07-28 Bob WilsonReserve some constant values for the Swift calling...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-03 Filipe CabecinhasRemove always-true comparison, NFC.
2015-07-03 Rafael EspindolaAvoid a use after free.
2015-07-02 Rafael EspindolaFix for PR23310: llvm-dis crashes when trying to upgrad...
2015-07-02 Rafael EspindolaRangify some loops.
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-25 Pete CooperUse foreach loop over constant operands. NFC.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Rafael EspindolaRemove the IsStreamed member variable.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Benjamin Kramer[Bitcode] Replace hand-coded little endian handling...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
next