summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* [ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson2016-04-201-0/+3
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: getOrInsertODRUniquedType => DICompositeType::getODRType, NFCDuncan P. N. Exon Smith2016-04-191-16/+27
* IR: Require DICompositeType for ODR uniquing type mapDuncan P. N. Exon Smith2016-04-191-2/+2
* IR: Rename API for enabling ODR uniquing of DITypes, NFCDuncan P. N. Exon Smith2016-04-191-1/+1
* BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith2016-04-192-71/+74
* [NFC] Header cleanupMehdi Amini2016-04-182-3/+1
* BitcodeWriter: WorkList => Worklist, NFCDuncan P. N. Exon Smith2016-04-181-5/+5
* IR: Use an explicit map for debug info type uniquingDuncan P. N. Exon Smith2016-04-171-10/+23
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-162-3/+118
* Update and fix LLVM_ENABLE_MODULES:Richard Smith2016-04-161-1/+0
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-152-17/+35
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-3/+2
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-132-118/+3
* Make aliases explicit in the summaryMehdi Amini2016-04-132-3/+118
* Add the allocsize attribute to LLVM.George Burgess IV2016-04-122-0/+6
* [ThinLTO] BitcodeWriter still requires Analysis libraryTeresa Johnson2016-04-111-1/+1
* [ThinLTO] Move summary computation from BitcodeWriter to new passTeresa Johnson2016-04-113-157/+73
* Plumb the option to emit the `ModuleHash` in the bitcode through the bitcode ...Mehdi Amini2016-04-101-6/+7
* Rename parameter I to Index for WriteCombinedGlobalValueSummary() (NFC)Mehdi Amini2016-04-071-4/+4
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-073-3/+35
* NFC: make AtomicOrdering an enum classJF Bastien2016-04-062-24/+29
* IR: Introduce ConstantAggregate, NFCDuncan P. N. Exon Smith2016-04-051-2/+1
* [IFUNC] Use GlobalIndirectSymbol when aliases and ifuncs have something similarDmitry Polukhin2016-04-051-19/+26
* [ThinLTO] Refactor some common code into getGlobalValueInfo method (NFC)Teresa Johnson2016-04-051-12/+2
* [ThinLTO] Add option to dump value name to GUID mappingTeresa Johnson2016-04-041-5/+17
* Rename FunctionIndex into GlobalValueIndex to reflect the recent changes (NFC)Mehdi Amini2016-04-021-21/+23
* Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith2016-04-023-39/+231
* Fix doxygen comments from r265224, NFCDuncan P. N. Exon Smith2016-04-021-2/+2
* BitcodeWriter: Further unify function metadata, NFCDuncan P. N. Exon Smith2016-04-023-12/+17
* BitcodeReader: Check for unresolved function metadataDuncan P. N. Exon Smith2016-04-021-2/+12
* Reverts r265219.Mehdi Amini2016-04-021-15/+15
* wipMehdi Amini2016-04-021-15/+15
* Create a typedef GlobalValue::GUID for uint64_t and RAUW (NFC)Mehdi Amini2016-04-022-21/+22
* Swift Calling Convention: add swifterror attribute.Manman Ren2016-04-012-5/+10
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-012-19/+109
* Revert "Add support for computing SHA1 in LLVM"Mehdi Amini2016-04-012-109/+19
* Add a module Hash in the bitcode and the combined index, implementing a kind ...Mehdi Amini2016-04-012-19/+109
* BitcodeReader: Fix weird whitespace, NFCDuncan P. N. Exon Smith2016-03-301-1/+1
* [ThinLTO] Remove post-pass metadata linking supportTeresa Johnson2016-03-291-38/+0
* Swift Calling Convention: add swiftself attribute.Manman Ren2016-03-292-0/+4
* BitcodeReader: Allow METADATA_STRINGS to only have !""Duncan P. N. Exon Smith2016-03-291-1/+1
* BitcodeWriter: Replace dead code with an assertion, NFCDuncan P. N. Exon Smith2016-03-281-7/+1
* BitcodeWriter: Reuse writeMetadataRecords, NFCDuncan P. N. Exon Smith2016-03-271-5/+2
* BitcodeWriter: Rename some functions for consistency, NFCDuncan P. N. Exon Smith2016-03-271-35/+34
* BitcodeWriter: Split out writeMetadataRecords, NFCDuncan P. N. Exon Smith2016-03-271-9/+17
* BitcodeWriter: Restructure WriteFunctionLocalMetadata, NFCDuncan P. N. Exon Smith2016-03-271-11/+9
* BitcodeWriter: Simplify tracking of function-local metadata, NFCDuncan P. N. Exon Smith2016-03-273-12/+5
* Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-274-33/+131
* Support: Implement StreamingMemoryObject::getPointerDuncan P. N. Exon Smith2016-03-271-3/+4
OpenPOWER on IntegriCloud