summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)Author
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner
2016-06-24Remangle intrinsics names when types are renamedArtur Pilipenko
2016-06-23Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg
2016-06-23Remangle intrinsics names when types are renamedArtur Pilipenko
2016-06-22Delete more dead code.Rafael Espindola
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne
2016-06-09BitcodeReader: Use std:::piecewise_construct when upgrading type refsDuncan P. N. Exon Smith
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas
2016-06-01IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne
2016-05-31Add support for metadata attachments for global variables.Peter Collingbourne
2016-05-29Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer
2016-05-25Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne
2016-05-06Implement a safer bitcode upgrade for DISubprogram.Adrian Prantl
2016-05-05[ThinLTO] Remove missed piece of lazy summary reading support (NFC)Teresa Johnson
2016-04-27[ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson
2016-04-24BitcodeReader: Delay metadata parsing until reading a function bodyDuncan P. N. Exon Smith
2016-04-24[ThinLTO] Remove GlobalValueInfo class from indexTeresa Johnson
2016-04-24BitcodeReader: Fix some holes in upgrade from r267296Duncan P. N. Exon Smith
2016-04-24Add "hasSection" flag in the SummaryMehdi Amini
2016-04-24Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini
2016-04-24Add a version field in the bitcode for the summaryMehdi Amini
2016-04-23Store and emit original name in combined indexMehdi Amini
2016-04-23BitcodeReader: Avoid std::vector with non-movable types from r267296Duncan P. N. Exon Smith
2016-04-23BitcodeReader: Avoid non-moving std::piecewise_construct from r267296Duncan P. N. Exon Smith
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith
2016-04-23Avoid MSVC failure with default arguments in lambdas from r267270Duncan P. N. Exon Smith
2016-04-23Avoid ternery statement to please g++ after r267270, NFCDuncan P. N. Exon Smith
2016-04-23BitcodeReader: Avoid referencing unresolved nodes from distinct onesDuncan P. N. Exon Smith
2016-04-23BitcodeReader: Consistently use IsDistinct, NFCDuncan P. N. Exon Smith
2016-04-23BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFCDuncan P. N. Exon Smith
2016-04-22[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson
2016-04-20IR: Use SmallVector instead of std::vector of TrackingMDRefDuncan P. N. Exon Smith
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith
2016-04-19IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith
2016-04-19IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith
2016-04-19IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini
2016-04-13Make aliases explicit in the summaryMehdi Amini
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV