summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Constify some path in the bitcode writer (NFC)Mehdi Amini2016-08-191-6/+6
* [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warningsEugene Zelenko2016-08-181-5/+4
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-2/+2
* Fix bitcode auto-upgrade when using bitcode lazy loadingMehdi Amini2016-08-141-1/+3
* Revert "Fix bitcode auto-upgrade when using bitcode lazy loading"Mehdi Amini2016-08-131-9/+9
* Fix bitcode auto-upgrade when using bitcode lazy loadingMehdi Amini2016-08-131-9/+9
* [PM] Port ModuleSummaryIndex analysis to new pass managerTeresa Johnson2016-08-121-6/+5
* Use the range variant of transform instead of unpacking begin/endDavid Majnemer2016-08-121-1/+1
* Don't import variadic functionsPiotr Padlewski2016-08-112-4/+5
* [ThinLTO] Address review comments from PGO indirect call promotion (NFC)Teresa Johnson2016-07-181-13/+17
* [ThinLTO] Perform profile-guided indirect call promotionTeresa Johnson2016-07-171-4/+65
* Add a libLTO API to query a memory buffer and check if it contains ObjC categ...Mehdi Amini2016-07-111-0/+90
* Add an assertion for the value enumerator (bitcode writer) NFCMehdi Amini2016-07-081-1/+6
* Add writeonly IR attributeNicolai Haehnle2016-07-042-0/+4
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-012-11/+27
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-241-2/+23
* BitcodeWriter: Remove redundant (and incorrect) check for whether to emit mod...Peter Collingbourne2016-06-241-3/+0
* Revert r273568 "Remangle intrinsics names when types are renamed"Hans Wennborg2016-06-231-23/+2
* Remangle intrinsics names when types are renamedArtur Pilipenko2016-06-231-2/+23
* Delete more dead code.Rafael Espindola2016-06-221-34/+0
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-214-33/+43
* Apply another batch of fixes from clang-tidy's performance-unnecessary-value-...Benjamin Kramer2016-06-171-7/+8
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-1/+1
* IR: Introduce local_unnamed_addr attribute.Peter Collingbourne2016-06-142-10/+31
* BitcodeReader: Use std:::piecewise_construct when upgrading type refsDuncan P. N. Exon Smith2016-06-091-3/+3
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-082-3/+5
* [BitCode] Make sure atomicrmw's argument is an actual PointerTypeFilipe Cabecinhas2016-06-051-0/+1
* [BitCode] Make sure storeatomic's argument is an actual PointerTypeFilipe Cabecinhas2016-06-051-0/+1
* [BitCode] Diagnose GEPs with no indicesFilipe Cabecinhas2016-06-051-0/+3
* [BitCode] Don't allow constants of void type.Filipe Cabecinhas2016-06-051-0/+3
* IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne2016-06-012-1/+3
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-314-28/+73
* Remove some 'const' specifiers that do nothing but prevent moving the argument.Benjamin Kramer2016-05-291-1/+1
* Apply clang-tidy's misc-move-constructor-init throughout LLVM.Benjamin Kramer2016-05-271-2/+3
* Objective-C Class Properties: Autoupgrade "Class Properties" module flag.Manman Ren2016-05-251-0/+2
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* Avoid temporary vector for sorting in BitcodeWriterMehdi Amini2016-05-161-13/+10
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+8
* Revert "ThinLTO: fix non-determinism in bitcode writing"Mehdi Amini2016-05-161-7/+1
* ThinLTO: fix another non-determinism in bitcode writingMehdi Amini2016-05-161-2/+9
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* ThinLTO: fix non-determinism in bitcode writingMehdi Amini2016-05-161-1/+7
* Move helper classes into anonymous namespaces. NFC.Benjamin Kramer2016-05-151-0/+2
* [ThinLTO] Fix Windows debug failure in new iteratorTeresa Johnson2016-05-111-2/+13
* Restore "[ThinLTO] Emit individual index files for distributed backends"Teresa Johnson2016-05-101-71/+215
* Implement a safer bitcode upgrade for DISubprogram.Adrian Prantl2016-05-062-6/+9
* BitcodeWriter: Simplify. NFC.Peter Collingbourne2016-05-061-4/+2
* Revert "[ThinLTO] Emit individual index files for distributed backends"Vitaly Buka2016-05-051-209/+71
* [ThinLTO] Emit individual index files for distributed backendsTeresa Johnson2016-05-051-71/+209
* [ThinLTO] Remove missed piece of lazy summary reading support (NFC)Teresa Johnson2016-05-051-48/+0
OpenPOWER on IntegriCloud