summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Ensure function summary output order is stableTeresa Johnson2016-02-011-5/+11
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* [llvm-bcanalyzer] Dump bitcode wrapper headerAkira Hatanaka2016-01-291-8/+4
* One more batch of self-containing headers.Benjamin Kramer2016-01-271-0/+1
* Make more headers self-contained.Benjamin Kramer2016-01-271-0/+1
* Remove autoconf supportChris Bieneman2016-01-263-44/+0
* Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...Eugene Zelenko2016-01-261-11/+6
* [Bitcode] Insert the darwin wrapper at the beginning of a file when theAkira Hatanaka2016-01-231-2/+2
* [ThinLTO] Avoid unnecesary hash lookups during metadata linking (NFC)Teresa Johnson2016-01-211-3/+4
* Fix typo in an error string. NFC.George Burgess IV2016-01-201-1/+1
* NFC Test Commit whitespace change in a commentChris Ray2016-01-191-1/+1
* Bring back "Assert that we have all use/users in the getters."Rafael Espindola2016-01-151-2/+3
* Revert "Assert that we have all use/users in the getters."Michael Zolotukhin2016-01-141-3/+2
* Bitcode: Fix reading and writing of ConstantDataVectors of halfsJustin Bogner2016-01-062-23/+15
* Ensure MDNode used as key in metadata linking map cannot be RAUWedTeresa Johnson2015-12-301-0/+5
* [ThinLTO] Check MDNode values saved for metadata linking (NFC)Teresa Johnson2015-12-301-0/+5
* Rename MDValue* to Metadata* (NFC)Teresa Johnson2015-12-293-141/+146
* Remove overly strict new assert in BitcodeReader.Teresa Johnson2015-12-211-16/+1
* 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
OpenPOWER on IntegriCloud