index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
llvm-bcanalyzer
/
llvm-bcanalyzer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ADT] Replace std::isprint by llvm::isPrint.
Michael Kruse
2018-07-26
1
-2
/
+2
*
Fix for llvm-dis/llvm-bcanalyzer overflows
Teresa Johnson
2018-06-04
1
-1
/
+1
*
[bcanalyzer] Recognize more stream types
Brian Gesiak
2018-04-21
1
-19
/
+45
*
[tools] Use WithColor for printing errors.
Jonas Devlieghere
2018-04-21
1
-1
/
+2
*
Define InitLLVM to do common initialization all at once.
Rui Ueyama
2018-04-13
1
-7
/
+2
*
[ThinLTO/CFI] Include TYPE_ID summaries into GLOBALVAL_SUMMARY_BLOCK
Vitaly Buka
2018-02-14
1
-0
/
+1
*
[ThinLTO] Serialize WithGlobalValueDeadStripping index flag for distributed b...
Teresa Johnson
2018-02-07
1
-0
/
+1
*
Re-land "[ThinLTO] Add call edges' relative block frequency to per-module sum...
Easwaran Raman
2018-01-25
1
-0
/
+1
*
Revert "[ThinLTO] Add call edges' relative block frequency to per-module summ...
Easwaran Raman
2018-01-24
1
-1
/
+0
*
[ThinLTO] Add call edges' relative block frequency to per-module summary.
Easwaran Raman
2018-01-24
1
-0
/
+1
*
Remove redundant includes from tools.
Michael Zolotukhin
2017-12-13
1
-5
/
+0
*
Bitcode: Include any strings added to the string table in the module hash.
Peter Collingbourne
2017-07-06
1
-1
/
+7
*
Bitcode: Write the irsymtab to disk.
Peter Collingbourne
2017-06-27
1
-0
/
+6
*
[cfi] CFI-ICall for ThinLTO.
Evgeniy Stepanov
2017-06-16
1
-0
/
+2
*
Write summaries for merged modules when splitting modules for ThinLTO.
Peter Collingbourne
2017-06-08
1
-0
/
+3
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
1
-0
/
+7
*
Bitcode: Remove reader support for MODULE_CODE_PURGEVALS.
Peter Collingbourne
2017-04-03
1
-1
/
+0
*
IR: Function summary extensions for whole-program devirtualization pass.
Peter Collingbourne
2017-02-10
1
-0
/
+4
*
Add llvm-bcanalyzer support for new metadata node types.
Adrian Prantl
2017-01-03
1
-5
/
+9
*
Change Metadata Index emission in the bitcode to use 2x32 bits for the placeh...
Mehdi Amini
2016-12-28
1
-1
/
+6
*
Add an index for Module Metadata record in the bitcode
Mehdi Amini
2016-12-28
1
-0
/
+21
*
Revert "Add an index for Module Metadata record in the bitcode"
Saleem Abdulrasool
2016-12-28
1
-21
/
+0
*
Add an index for Module Metadata record in the bitcode
Mehdi Amini
2016-12-28
1
-0
/
+21
*
IR: Function summary representation for type tests.
Peter Collingbourne
2016-12-21
1
-0
/
+1
*
Bitcode: Correctly handle Fixed and VBR arrays in BitstreamCursor::skipRecord().
Peter Collingbourne
2016-12-01
1
-2
/
+6
*
Split Bitcode/ReaderWriter.h into separate reader and writer headers
Teresa Johnson
2016-11-11
1
-1
/
+1
*
Bitcode: Decouple block info block state from reader.
Peter Collingbourne
2016-11-08
1
-47
/
+41
*
Bitcode: Change reader interface to take memory buffers.
Peter Collingbourne
2016-11-02
1
-6
/
+2
*
Rename Error -> ReportError.
Zachary Turner
2016-10-03
1
-15
/
+15
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
[ThinLTO] Use valueid instead of bitcode offsets in combined index file
Teresa Johnson
2016-04-27
1
-1
/
+0
*
Align case statements (whitespace-only cleanup)
Sanjoy Das
2016-04-26
1
-15
/
+15
*
Symbolize operand bundle blocks for bcanalyzer
Sanjoy Das
2016-04-26
1
-0
/
+8
*
Add a version field in the bitcode for the summary
Mehdi Amini
2016-04-24
1
-0
/
+1
*
Store and emit original name in combined index
Mehdi Amini
2016-04-23
1
-0
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-4
/
+2
*
ThinLTO: Make aliases explicit in the summary
Mehdi Amini
2016-04-16
1
-0
/
+2
*
Revert "Make aliases explicit in the summary"
Mehdi Amini
2016-04-13
1
-2
/
+0
*
Make aliases explicit in the summary
Mehdi Amini
2016-04-13
1
-0
/
+2
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
1
-0
/
+40
*
Fix MSVC warning "comparison of integers of different signs" (NFC)
Mehdi Amini
2016-04-01
1
-1
/
+1
*
Revert "Add support for computing SHA1 in LLVM"
Mehdi Amini
2016-04-01
1
-40
/
+0
*
Add a module Hash in the bitcode and the combined index, implementing a kind ...
Mehdi Amini
2016-04-01
1
-0
/
+40
*
Reapply ~"Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-27
1
-2
/
+55
*
Revert "Bitcode: Collect all MDString records into a single blob"
Duncan P. N. Exon Smith
2016-03-25
1
-3
/
+1
*
Bitcode: Collect all MDString records into a single blob
Duncan P. N. Exon Smith
2016-03-25
1
-1
/
+3
*
Bitcode: Stop using MODULE_CODE_METADATA_VALUES
Duncan P. N. Exon Smith
2016-03-25
1
-1
/
+1
*
llvm-bcanalyzer: Fix handling of attribute group entries
Justin Bogner
2016-03-15
1
-0
/
+4
*
[ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson
2016-03-11
1
-6
/
+11
*
Restore "[ThinLTO] Use MD5 hash in function index." with fix
Teresa Johnson
2016-02-10
1
-0
/
+1
[next]