aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-05[BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas1-0/+1
2016-06-05[BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas1-0/+1
2016-06-05[BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas1-0/+3
2016-06-05[BitCode] Don't allow constants of void type.Filipe Cabecinhas1-0/+3
2016-06-01IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne1-1/+1
2016-05-31Add support for metadata attachments for global variables.Peter Collingbourne1-9/+30
2016-05-29Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer1-1/+1
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer1-2/+3
2016-05-25Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren1-0/+2
2016-05-24Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne1-0/+3
2016-05-06Implement a safer bitcode upgrade for DISubprogram.Adrian Prantl1-5/+7
2016-05-05[ThinLTO] Remove missed piece of lazy summary reading support (NFC)Teresa Johnson1-48/+0
2016-04-27[ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson1-56/+29
2016-04-24BitcodeReader: Delay metadata parsing until reading a function bodyDuncan P. N. Exon Smith1-3/+7
2016-04-24[ThinLTO] Remove GlobalValueInfo class from indexTeresa Johnson1-50/+34
2016-04-24BitcodeReader: Fix some holes in upgrade from r267296Duncan P. N. Exon Smith1-8/+22
2016-04-24Add "hasSection" flag in the SummaryMehdi Amini1-1/+3
2016-04-24Reorganize GlobalValueSummary with a "Flags" bitfield.Mehdi Amini1-24/+38
2016-04-24Add a version field in the bitcode for the summaryMehdi Amini1-1/+14
2016-04-23Store and emit original name in combined indexMehdi Amini1-25/+63
2016-04-23BitcodeReader: Avoid std::vector with non-movable types from r267296Duncan P. N. Exon Smith1-1/+1
2016-04-23BitcodeReader: Avoid non-moving std::piecewise_construct from r267296Duncan P. N. Exon Smith1-3/+3
2016-04-23DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith1-23/+130
2016-04-23Avoid MSVC failure with default arguments in lambdas from r267270Duncan P. N. Exon Smith1-7/+10
2016-04-23Avoid ternery statement to please g++ after r267270, NFCDuncan P. N. Exon Smith1-1/+3
2016-04-23BitcodeReader: Avoid referencing unresolved nodes from distinct onesDuncan P. N. Exon Smith1-6/+61
2016-04-23BitcodeReader: Consistently use IsDistinct, NFCDuncan P. N. Exon Smith1-33/+52
2016-04-23BitcodeReader: Use getMD/getMDOrNull helpers consistently, almost NFCDuncan P. N. Exon Smith1-10/+5
2016-04-22[ThinLTO] Remove unused/incomplete lazy summary reading support (NFC)Teresa Johnson1-63/+11
2016-04-20IR: Use SmallVector instead of std::vector of TrackingMDRefDuncan P. N. Exon Smith1-1/+6
2016-04-19IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith1-2/+2
2016-04-19IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith1-16/+27
2016-04-19IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith1-2/+2
2016-04-19IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith1-1/+1
2016-04-17IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith1-10/+23
2016-04-16ThinLTO: Make aliases explicit in the summaryMehdi Amini1-0/+51
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl1-16/+33
2016-04-13Revert "Make aliases explicit in the summary"Mehdi Amini1-51/+0
2016-04-13Make aliases explicit in the summaryMehdi Amini1-0/+51
2016-04-12Add the allocsize attribute to LLVM.George Burgess IV1-0/+4
2016-04-07[GCC] Attribute ifunc support in llvmDmitry Polukhin1-3/+6
2016-04-06NFC: make AtomicOrdering an enum classJF Bastien1-17/+22
2016-04-05[IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin1-19/+26
2016-04-05[ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)Teresa Johnson1-12/+2
2016-04-04[ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson1-5/+17
2016-04-02BitcodeReader: Check for unresolved function metadataDuncan P. N. Exon Smith1-2/+12
2016-04-02Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini1-13/+14
2016-04-01Swift Calling Convention: add swifterror attribute.Manman Ren1-3/+7
2016-04-01Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini1-10/+44
2016-04-01Revert "Add support for computing SHA1 in LLVM"Mehdi Amini1-44/+10