aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-20DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk1-6/+10
2016-10-19Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner1-1/+1
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk1-1/+3
2016-10-08ThinLTO: handles modules with empty summariesMehdi Amini1-2/+2
2016-09-26[thinlto] Basic thinlto fdo heuristicPiotr Padlewski1-19/+38
2016-09-23BitcodeReader: Deduplicate code. NFC.Peter Collingbourne1-125/+75
2016-09-20[ThinLTO] Always emit a summary when compiling in ThinLTO modeTeresa Johnson1-5/+10
2016-09-14Fix auto-upgrade of TBAA tags in Bitcode ReaderMehdi Amini1-10/+3
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne1-8/+29
2016-09-06Formatting with clang-format patch r280700Leny Kholodov1-22/+21
2016-09-06DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov1-5/+10
2016-09-06Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini1-27/+23
2016-09-06DebugInfo: use strongly typed enum for debug info flagsMehdi Amini1-23/+27
2016-08-25Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko1-33/+104
2016-08-24DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie1-2/+3
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-2/+2
2016-08-14Fix bitcode auto-upgrade when using bitcode lazy loadingMehdi Amini1-1/+3
2016-08-13Revert "Fix bitcode auto-upgrade when using bitcode lazy loading"Mehdi Amini1-9/+9
2016-08-13Fix bitcode auto-upgrade when using bitcode lazy loadingMehdi Amini1-9/+9
2016-08-12Use the range variant of transform instead of unpacking begin/endDavid Majnemer1-1/+1
2016-08-11Don't import variadic functionsPiotr Padlewski1-3/+4
2016-07-11Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini1-0/+90
2016-07-04Add writeonly IR attributeNicolai Haehnle1-0/+2
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner1-11/+26
2016-06-24Remangle intrinsics names when types are renamedArtur Pilipenko1-2/+23
2016-06-23Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg1-23/+2
2016-06-23Remangle intrinsics names when types are renamedArtur Pilipenko1-2/+23
2016-06-22Delete more dead code.Rafael Espindola1-34/+0
2016-06-21IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne1-10/+10
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer1-7/+8
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne1-5/+15
2016-06-09BitcodeReader: Use std:::piecewise_construct when upgrading type refsDuncan P. N. Exon Smith1-3/+3
2016-06-08[DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner1-3/+4
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