[PM] Remove a failed attempt to port the CallGraph analysis to the new
[oota-llvm.git] / lib / Bitcode /
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...
2015-06-17 Rafael EspindolaHandle forward referenced function when streaming bitcode.
2015-06-17 Rafael EspindolaHandle MaterializeAll in getLazyBitcodeModuleImpl....
2015-06-16 Rafael EspindolaUse std::unique_ptr to manage the DataStreamer in bitco...
2015-06-16 Rafael EspindolaReturn a unique_ptr from getLazyBitcodeModule and parse...
2015-06-16 Rafael EspindolaImprove handling of end of file in the bitcode reader.
2015-06-16 Duncan P. N. Exon... modules: Add explicit dependency on intrinsics_gen
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Rafael EspindolaDon't indent inside a namespace. NFC.
2015-06-15 Rafael EspindolaReplace @ with the more common \. NFC.
2015-06-15 Rafael EspindolaDon't repeat names in comments and start functions...
2015-06-15 Rafael EspindolaCleanup the constructor of BitcodeReader. NFC.
2015-06-12 Yaron KerenRangify several for loops in ValueEnumerator constructor.
2015-06-12 Yaron KerenRangify two for loops in BitcodeReader.cpp.
2015-06-06 Filipe CabecinhasUse early return idiom. NFC
2015-06-03 Filipe Cabecinhas[BitcodeReader] Diagnose type mismatches with aliases
2015-06-03 Filipe Cabecinhas[BitcodeReader] Check vector size before trying to...
2015-05-30 Filipe Cabecinhas[BitcodeReader] Change an assert to a call to a call...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-27 Filipe Cabecinhas[BitcodeReader] Change assert to report_fatal_error
2015-05-27 Filipe Cabecinhas[BitstreamReader] Make sure the Array operand type...
2015-05-27 Filipe Cabecinhasclang-format a couple of lines
2015-05-26 Filipe Cabecinhas[BitcodeReader] Make sure abbrev records have at least...
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Filipe Cabecinhas[BitcodeReader] Sanity check on Comdat ID
2015-05-25 Rafael EspindolaSimplify boolean conditional return statements.
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-19 Filipe Cabecinhas[BitcodeReader] Error out if we read an invalid functio...
2015-05-19 Filipe Cabecinhas[BitcodeReader] It's a malformed block if CodeLenWidth...
2015-05-18 Filipe Cabecinhas[BitcodeReader] Make sure the type of the inserted...
2015-05-18 Filipe CabecinhasExtract the load/store type verification to a separate...
2015-05-16 Filipe Cabecinhas[BitcodeReader] Don't allow INSERTVAL/EXTRACTVAL with...
2015-05-15 Filipe CabecinhasRemove redundant checks. NFC
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-05-06 Duncan P. N. Exon... Bitcode: Set LastDL after writing DebugLocs
2015-04-30 Filipe CabecinhasDon't overflow GCTable
2015-04-30 Filipe CabecinhasMake sure Op->getType() is a PointerType before we...
2015-04-30 Filipe CabecinhasMake sure we don't resize(0) when we get a fwdref with...
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-29 Filipe CabecinhasUse an "early return" idiom for the error case. NFC
2015-04-29 Filipe CabecinhasCheck that we have a valid PointerType element type...
2015-04-29 Filipe CabecinhasUse the ArrayType member function for array element...
2015-04-29 Filipe CabecinhasTurn an assert into report_fatal_error since it's reach...
2015-04-29 Filipe CabecinhasMake sure that isValidElementType(Type) before calling...
2015-04-28 Filipe CabecinhasRelax an assert when there's a type mismatch in forward...
2015-04-28 David Blaikie[opaque pointer type] Encode the allocated type of...
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-27 David Blaikie[opaque pointer type] encode the pointee type of global...
2015-04-24 Duncan P. N. Exon... IR: Add assembly/bitcode support for function metadata...
2015-04-24 David Blaikie[opaque pointer type] bitcode: add explicit callee...
2015-04-24 Filipe Cabecinhas[BitcodeReader] Fix asserts when we read a non-vector...
2015-04-23 David BlaikieRecommit r235458: [opaque pointer type] Avoid using...
2015-04-23 Filipe CabecinhasBe more strict about the operand for the array type...
2015-04-23 Filipe CabecinhasVerify sizes when trying to read a BitcodeAbbrevOp
2015-04-22 David BlaikieRevert "[opaque pointer type] Avoid using PointerType...
2015-04-22 Filipe CabecinhasHave more strict type checks when creating BinOp nodes...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-22 David Blaikie[opaque pointer types] Serialize the value type for...
2015-04-21 David Blaikie[opaque pointer type] Avoid using PointerType::getEleme...
2015-04-17 David Blaikie[opaque pointer types] Use the pointee type loaded...
2015-04-17 David Blaikie[opaque pointer type] Serialize the type of an llvm...
2015-04-17 David Blaikie[opaque pointer type] Explicit pointee type for call...
2015-04-16 Sanjoy Das[IR] Introduce a dereferenceable_or_null(N) attribute.
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Filipe CabecinhasRevert "Verify sizes when trying to read a VBR"
2015-04-15 Filipe CabecinhasVerify sizes when trying to read a VBR
2015-04-15 Duncan P. N. Exon... uselistorder: Remove the global bits
2015-04-15 Duncan P. N. Exon... uselistorder: Pull bit through BitcodeWriterPass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through WriteToBitcodFile()
2015-04-14 Duncan P. N. Exon... uselistorder: Thread bit through ValueEnumerator
2015-04-14 Filipe CabecinhasError out of ParseBitcodeInto(Module*) if we haven...
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... IR: Rename MDSubrange::getLo() to getLowerBound()
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-04-01 Rafael Espindolagit-clang-format r233603.
2015-03-30 Rafael EspindolaFix PR23045.
2015-03-30 Duncan P. N. Exon... IR: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... Bitcode: Reflow code to use early continues, NFC
next