summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
...
* Assert that we have all use/users in the getters.Rafael Espindola2015-12-191-2/+3
* Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-28/+8
* Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar2015-12-191-8/+28
* Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-28/+8
* Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-8/+28
* [IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar2015-12-191-28/+8
* Deprecate a few C APIs.Rafael Espindola2015-12-181-0/+46
* Remove redundant argument. NFC.Rafael Espindola2015-12-181-6/+3
* Drop materializeAllPermanently.Rafael Espindola2015-12-181-1/+1
* Drop support for dematerializing.Rafael Espindola2015-12-181-34/+0
* clang-format to reduce diff in another patch.Rafael Espindola2015-12-181-6/+4
* Fix error handling in LLVMGetBitcodeModuleInContext.Rafael Espindola2015-12-181-3/+10
* Reorganize the C API headers to improve build times.Eric Christopher2015-12-181-0/+1
* Drop function that are deprecated since 2010.Rafael Espindola2015-12-171-18/+0
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-1/+44
* Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributesVaivaswatha Nagaraj2015-12-162-0/+8
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-142-80/+75
* add fast-math-flags to 'call' instructions (PR21290)Sanjay Patel2015-12-142-2/+21
* [IR] Remove terminatepadDavid Majnemer2015-12-142-49/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-122-179/+117
* Macro debug info support in LLVM IRAmjad Aboud2015-12-102-3/+55
* 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
OpenPOWER on IntegriCloud