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
*
[llvm-bcanalyzer] Don't dump the contents if -dump is not passed
Francis Visoiu Mistrih
2019-11-13
1
-2
/
+3
*
[llvm-bcanalyzer] Refactor and move to libLLVMBitReader
Francis Visoiu Mistrih
2019-07-08
1
-991
/
+44
*
[Bitcode] Move Bitstream to a separate library
Francis Visoiu Mistrih
2019-07-03
1
-1
/
+1
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-07-02
1
-0
/
+2
*
BitStream reader: propagate errors
JF Bastien
2019-06-26
1
-38
/
+93
*
Use llvm::stable_sort. NFC
Fangrui Song
2019-04-22
1
-1
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Revert "[ThinLTO] Add summary entries for index-based WPD"
Teresa Johnson
2019-01-17
1
-2
/
+0
*
[ThinLTO] Add summary entries for index-based WPD
Teresa Johnson
2019-01-17
1
-0
/
+2
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-0
/
+2
*
Fix some missing opcodes in bcanalyzer
Matt Arsenault
2018-09-24
1
-0
/
+5
*
[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
[next]