aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
AgeCommit message (Expand)AuthorFilesLines
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne2-9/+30
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 Blaikie2-2/+4
2016-08-19Constify some path in the bitcode writer (NFC)Mehdi Amini1-6/+6
2016-08-18[LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko1-5/+4
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-12[PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson1-6/+5
2016-08-12Use the range variant of transform instead of unpacking begin/endDavid Majnemer1-1/+1
2016-08-11Don't import variadic functionsPiotr Padlewski2-4/+5
2016-07-18[ThinLTO] Address review comments from PGO indirect call promotion (NFC)Teresa Johnson1-13/+17
2016-07-17[ThinLTO] Perform profile-guided indirect call promotionTeresa Johnson1-4/+65
2016-07-11Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini1-0/+90
2016-07-08Add an assertion for the value enumerator (bitcode writer) NFCMehdi Amini1-1/+6
2016-07-04Add writeonly IR attributeNicolai Haehnle2-0/+4
2016-07-01[codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2-11/+27
2016-06-24Remangle intrinsics names when types are renamedArtur Pilipenko1-2/+23
2016-06-24BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...Peter Collingbourne1-3/+0
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 Collingbourne4-33/+43
2016-06-17Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer1-7/+8
2016-06-17[PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth1-1/+1
2016-06-14IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2-10/+31
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 Kleckner2-3/+5
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 Collingbourne2-1/+3
2016-05-31Add support for metadata attachments for global variables.Peter Collingbourne4-28/+73
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-16Avoid temporary vector for sorting in BitcodeWriterMehdi Amini1-13/+10
2016-05-16ThinLTO: fix non-determinism in bitcode writingMehdi Amini1-1/+8
2016-05-16Revert "ThinLTO: fix non-determinism in bitcode writing"Mehdi Amini1-7/+1
2016-05-16ThinLTO: fix another non-determinism in bitcode writingMehdi Amini1-2/+9
2016-05-16ThinLTO: fix non-determinism in bitcode writingMehdi Amini1-1/+7
2016-05-16ThinLTO: fix non-determinism in bitcode writingMehdi Amini1-1/+7
2016-05-15Move helper classes into anonymous namespaces. NFC.Benjamin Kramer1-0/+2