summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-162-5/+34
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-162-34/+5
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-162-5/+34
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-6/+6
* Fix MSVC build after 289461; MSVC isn't sure if this is std:: or llvm::Nico Weber2016-12-121-2/+2
* Refactor BitcodeReader: move Metadata and ValueId handling in their own class...Mehdi Amini2016-12-126-1395/+1694
* Remove IsMetadataMaterialized from BitcodeReader (NFC)Mehdi Amini2016-12-121-5/+1
* Fix compile with GCC 5 or laterDimitry Andric2016-12-121-1/+1
* Fix MSVC bool to uint64_t promotion warningSimon Pilgrim2016-12-061-1/+1
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-052-2/+10
* Bitcode: The index used by ModuleSummaryIndexBitcodeReader is now required, s...Peter Collingbourne2016-12-011-23/+23
* Bitcode: Introduce BitcodeModule::{has,get}Summary().Peter Collingbourne2016-12-011-97/+82
* Bitcode: Correctly handle Fixed and VBR arrays in BitstreamCursor::skipRecord().Peter Collingbourne2016-12-011-6/+4
* Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne2016-11-291-94/+75
* Bitcode: Change expected layout of module blocks.Peter Collingbourne2016-11-291-10/+35
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-171-2/+3
* Bitcode: Introduce initial multi-module reader API.Peter Collingbourne2016-11-161-49/+99
* Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Teresa Johnson2016-11-141-6/+17
* [ThinLTO] Make inline assembly handling more efficient in summaryTeresa Johnson2016-11-142-1/+5
* Add explicit (void) cast to unused unique_ptr::release() resultsEric Fiselier2016-11-141-1/+3
* Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne2016-11-132-41/+26
* Bitcode: More precise casting. NFCI.Peter Collingbourne2016-11-131-3/+3
* Bitcode: Change getModuleSummaryIndex() to return an llvm::Expected.Peter Collingbourne2016-11-111-22/+6
* Bitcode: Clean up error handling for certain bitcode query functions.Peter Collingbourne2016-11-111-313/+254
* Bitcode: Prepare to move bitcode readers to free functions.Peter Collingbourne2016-11-111-104/+102
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-115-5/+6
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-4/+4
* IR: Introduce inrange attribute on getelementptr indices.Peter Collingbourne2016-11-102-7/+22
* Make BitcodeReader::parseIdentificationBlock() robust to EOFMehdi Amini2016-11-091-0/+6
* Bitcode: Change the materializer interface to return llvm::Error.Peter Collingbourne2016-11-091-27/+12
* Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"Mehdi Amini2016-11-091-17/+6
* Bitcode: Remove the remnants of the BitcodeDiagnosticInfo class.Peter Collingbourne2016-11-091-2/+0
* Bitcode: Change the BitcodeReader to use llvm::Error internally.Peter Collingbourne2016-11-091-339/+343
* [ThinLTO] Prevent exporting of locals used/defined in module level asmTeresa Johnson2016-11-081-6/+17
* IR, Bitcode: Change bitcode reader to no longer own its memory buffer.Peter Collingbourne2016-11-082-114/+55
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-082-35/+29
* Bitcode: Split out block info reading into a separate function.Peter Collingbourne2016-11-081-2/+8
* [BitcodeWriter] Replace a manual byteswap with read32be.Benjamin Kramer2016-11-061-8/+3
* Kill deprecated attribute APIAmaury Sechet2016-11-061-2/+94
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-032-5/+7
* Bitcode: Check file size before reading bitcode header.Peter Collingbourne2016-11-021-1/+2
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-83/+21
* Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface.Peter Collingbourne2016-11-011-1/+1
* [ThinLTO] Use flags from summary when writing variable summary (NFC)Teresa Johnson2016-10-281-1/+1
* [ThinLTO] Create AliasSummary when building indexTeresa Johnson2016-10-281-1/+3
* [ThinLTO] Rename HasSection to NoRename (NFC)Teresa Johnson2016-10-282-3/+3
* BitcodeReader: Require clients to read the block info block at most once.Peter Collingbourne2016-10-271-2/+2
* DebugInfo: fix incorrect alignment type (NFC)Victor Leschuk2016-10-261-2/+13
* Fix spelling mistake in comment.Simon Pilgrim2016-10-201-1/+1
* Fix MSVC bool -> uint64_t promotion warningSimon Pilgrim2016-10-201-1/+1
OpenPOWER on IntegriCloud