summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* Remove "ExportingModule" from ThinLTO Index (NFC)Mehdi Amini2015-12-031-3/+2
* [ThinLTO] Handle bitcode without function summary sections gracefullyTeresa Johnson2015-11-211-3/+5
* Move new assert to correct locationTeresa Johnson2015-11-211-3/+3
* [ThinLTO] Add MODULE_CODE_METADATA_VALUES recordTeresa Johnson2015-11-203-6/+72
* Do not require a Context to extract the FunctionIndex from Bitcode (NFC)Mehdi Amini2015-11-191-23/+16
* [OperandBundles] Tighten OperandBundleDef's interface; NFCSanjoy Das2015-11-181-4/+2
* Use a different block id for block of metadata kind recordsTeresa Johnson2015-11-152-9/+62
* use range-based for loop; NFCISanjay Patel2015-11-131-4/+3
* [OperandBundles] Identify operand bundles with both their names and IDsSanjoy Das2015-11-101-1/+1
* Add a method to the BitcodeReader to parse only the identification blockMehdi Amini2015-11-091-0/+49
* [Bitcode] Add enums for call instruction markers and flags. NFC.Akira Hatanaka2015-11-072-8/+10
* [OperandBundles] Rename accessor, NFCSanjoy Das2015-11-071-1/+1
* Add 'notail' marker for call instructions.Akira Hatanaka2015-11-062-1/+4
* Add a new attribute: norecurseJames Molloy2015-11-062-0/+4
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-052-15/+35
* Fix Abbrev emission in WriteIdentificationBlockMehdi Amini2015-11-051-1/+2
* Error out when faced with value names containing '\0'Filipe Cabecinhas2015-11-041-1/+4
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-11-031-1/+3
* Don't use Twine objects after their lifetimes end.Filipe Cabecinhas2015-11-031-6/+6
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-031-2/+2
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-021-2/+2
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-021-2/+2
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-022-215/+243
* Revert "Don't assert if materializing before seeing any function bodies"Filipe Cabecinhas2015-10-301-3/+1
* Don't assert if materializing before seeing any function bodiesFilipe Cabecinhas2015-10-291-1/+3
* Bitcode: Fix more unsigned integer overflow bugs.Peter Collingbourne2015-10-271-3/+3
* [IR] Limit bits used for CallingConv::ID, update testsVedant Kumar2015-10-271-4/+7
* Use Twin instead of std::to_string.Oleksiy Vyalov2015-10-261-4/+3
* Add an (optional) identification block in the bitcodeMehdi Amini2015-10-262-0/+92
* Silence Visual C++ warning in function summary parsing code (NFC)Teresa Johnson2015-10-211-0/+1
* Pass FunctionInfoIndex by reference to WriteFunctionSummaryToFile (NFC)Teresa Johnson2015-10-191-8/+8
* BitcodeReader: Remove ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith2015-10-131-6/+5
* BitcodeWriter: Stop using implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-132-30/+23
* Fix PR25101 - Handle anonymous functions without VST entriesTeresa Johnson2015-10-101-28/+73
* Fix combined function index abbrev (NFC)Teresa Johnson2015-10-081-3/+0
* Make sure the CastInst is valid before trying to create itFilipe Cabecinhas2015-10-061-1/+4
* Remove unused private field introduced by r249270.Teresa Johnson2015-10-041-5/+2
* Support for function summary index bitcode sections and files.Teresa Johnson2015-10-043-41/+898
* [Bitcode][Asm] Teach LLVM to read and write operand bundles.Sanjoy Das2015-09-242-2/+135
* Silencing a -Wsign-compare warning; NFC.Aaron Ballman2015-09-181-1/+1
* [opaque pointer types] Add an explicit pointee type to alias records in the IRDavid Blaikie2015-09-172-24/+41
* Restore "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-172-40/+306
* Revert "Function bitcode index in Value Symbol Table and lazy reading support"Teresa Johnson2015-09-172-299/+40
* Function bitcode index in Value Symbol Table and lazy reading supportTeresa Johnson2015-09-172-40/+299
* Refactor string encoding checks in BitcodeWriter (NFC)Teresa Johnson2015-09-171-14/+23
* Revert "[opaque pointer type] Pass GlobalAlias the actual pointer type rather...David Blaikie2015-09-141-1/+2
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-032-0/+27
* [BitcodeReader] Ensure we can read constant vector selects with an i1 conditionFilipe Cabecinhas2015-08-311-4/+5
* Change comment to verify commit accesss.Karl Schimpf2015-08-311-1/+1
* DI: Require subprogram definitions to be distinctDuncan P. N. Exon Smith2015-08-281-1/+2
OpenPOWER on IntegriCloud