summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-bcanalyzer] Don't dump the contents if -dump is not passedFrancis Visoiu Mistrih2019-11-131-2/+3
* [llvm-bcanalyzer] Refactor and move to libLLVMBitReaderFrancis Visoiu Mistrih2019-07-081-991/+44
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-07-021-0/+2
* BitStream reader: propagate errorsJF Bastien2019-06-261-38/+93
* Use llvm::stable_sort. NFCFangrui Song2019-04-221-1/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert "[ThinLTO] Add summary entries for index-based WPD"Teresa Johnson2019-01-171-2/+0
* [ThinLTO] Add summary entries for index-based WPDTeresa Johnson2019-01-171-0/+2
* [IR] Add a dedicated FNeg IR InstructionCameron McInally2018-11-131-0/+2
* Fix some missing opcodes in bcanalyzerMatt Arsenault2018-09-241-0/+5
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-2/+2
* Fix for llvm-dis/llvm-bcanalyzer overflowsTeresa Johnson2018-06-041-1/+1
* [bcanalyzer] Recognize more stream typesBrian Gesiak2018-04-211-19/+45
* [tools] Use WithColor for printing errors.Jonas Devlieghere2018-04-211-1/+2
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-7/+2
* [ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCKVitaly Buka2018-02-141-0/+1
* [ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...Teresa Johnson2018-02-071-0/+1
* Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...Easwaran Raman2018-01-251-0/+1
* Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...Easwaran Raman2018-01-241-1/+0
* [ThinLTO] Add call edges' relative block frequency to per-module summary.Easwaran Raman2018-01-241-0/+1
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-5/+0
* Bitcode: Include any strings added to the string table in the module hash.Peter Collingbourne2017-07-061-1/+7
* Bitcode: Write the irsymtab to disk.Peter Collingbourne2017-06-271-0/+6
* [cfi] CFI-ICall for ThinLTO.Evgeniy Stepanov2017-06-161-0/+2
* Write summaries for merged modules when splitting modules for ThinLTO.Peter Collingbourne2017-06-081-0/+3
* Bitcode: Add a string table to the bitcode format.Peter Collingbourne2017-04-171-0/+7
* Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.Peter Collingbourne2017-04-031-1/+0
* IR: Function summary extensions for whole-program devirtualization pass.Peter Collingbourne2017-02-101-0/+4
* Add llvm-bcanalyzer support for new metadata node types.Adrian Prantl2017-01-031-5/+9
* Change Metadata Index emission in the bitcode to use 2x32 bits for the placeh...Mehdi Amini2016-12-281-1/+6
* Add an index for Module Metadata record in the bitcodeMehdi Amini2016-12-281-0/+21
* Revert "Add an index for Module Metadata record in the bitcode"Saleem Abdulrasool2016-12-281-21/+0
* Add an index for Module Metadata record in the bitcodeMehdi Amini2016-12-281-0/+21
* IR: Function summary representation for type tests.Peter Collingbourne2016-12-211-0/+1
* Bitcode: Correctly handle Fixed and VBR arrays in BitstreamCursor::skipRecord().Peter Collingbourne2016-12-011-2/+6
* Split Bitcode/ReaderWriter.h into separate reader and writer headersTeresa Johnson2016-11-111-1/+1
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-47/+41
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-6/+2
* Rename Error -> ReportError.Zachary Turner2016-10-031-15/+15
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* [ThinLTO] Use valueid instead of bitcode offsets in combined index fileTeresa Johnson2016-04-271-1/+0
* Align case statements (whitespace-only cleanup)Sanjoy Das2016-04-261-15/+15
* Symbolize operand bundle blocks for bcanalyzerSanjoy Das2016-04-261-0/+8
* Add a version field in the bitcode for the summaryMehdi Amini2016-04-241-0/+1
* Store and emit original name in combined indexMehdi Amini2016-04-231-0/+1
* [NFC] Header cleanupMehdi Amini2016-04-181-4/+2
* ThinLTO: Make aliases explicit in the summaryMehdi Amini2016-04-161-0/+2
* Revert "Make aliases explicit in the summary"Mehdi Amini2016-04-131-2/+0
OpenPOWER on IntegriCloud