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
...
*
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
*
Revert "[ThinLTO] Use MD5 hash in function index." due to bot failure
Teresa Johnson
2016-02-10
1
-1
/
+0
*
[ThinLTO] Use MD5 hash in function index.
Teresa Johnson
2016-02-10
1
-0
/
+1
*
llvm-bcanalyzer: Produce summary information for the BLOCKINFO block, it can be
Richard Smith
2016-02-06
1
-10
/
+17
*
[llvm-bcanalyzer] Dump bitcode wrapper header
Akira Hatanaka
2016-01-29
1
-1
/
+20
*
[IR] Remove terminatepad
David Majnemer
2015-12-14
1
-1
/
+0
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-2
/
+0
*
[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
Teresa Johnson
2015-11-20
1
-0
/
+1
*
Use a different block id for block of metadata kind records
Teresa Johnson
2015-11-15
1
-1
/
+8
*
Clang format a few prior patches (NFC)
Teresa Johnson
2015-11-02
1
-6
/
+9
*
Add an (optional) identification block in the bitcode
Mehdi Amini
2015-10-26
1
-0
/
+9
*
Revert "Add missing #include, found by modules build."
Mehdi Amini
2015-10-21
1
-82
/
+8
*
Add missing #include, found by modules build.
Richard Smith
2015-10-13
1
-8
/
+82
*
Support for llvm-bcanalyzer dumping of record array strings.
Teresa Johnson
2015-10-08
1
-1
/
+24
*
Support for function summary index bitcode sections and files.
Teresa Johnson
2015-10-04
1
-0
/
+15
*
Restore "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson
2015-09-17
1
-0
/
+2
*
Revert "Function bitcode index in Value Symbol Table and lazy reading support"
Teresa Johnson
2015-09-17
1
-2
/
+0
*
Function bitcode index in Value Symbol Table and lazy reading support
Teresa Johnson
2015-09-17
1
-0
/
+2
*
[WinEH] Add cleanupendpad instruction
Joseph Tremoulet
2015-09-03
1
-0
/
+1
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-31
1
-0
/
+5
*
Revert the new EH instructions
David Majnemer
2015-07-10
1
-5
/
+0
*
New EH representation for MSVC compatibility
David Majnemer
2015-07-10
1
-0
/
+5
*
llvm-bcanalyzer: Add a field that was missed in r241016.
Adrian Prantl
2015-06-30
1
-0
/
+1
*
bcanalyzer: Rewrite all the METADATA_ codes
Duncan P. N. Exon Smith
2015-06-29
1
-9
/
+31
*
bcanalyzer: Use a macro to decode bitcodes, NFC
Duncan P. N. Exon Smith
2015-06-29
1
-86
/
+85
*
[llvm-bcanalyzer] Add -show-binary-blobs option.
Jordan Rose
2015-05-13
1
-11
/
+20
*
[opaque pointer type] Bitcode support for explicit type parameter on GEP.
David Blaikie
2015-02-25
1
-2
/
+6
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD"
Duncan P. N. Exon Smith
2015-01-09
1
-1
/
+1
*
Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
Duncan P. N. Exon Smith
2015-01-09
1
-1
/
+1
*
Bitcode: Add METADATA_NODE and METADATA_VALUE
Duncan P. N. Exon Smith
2014-12-11
1
-0
/
+2
*
Bitcode: Add `OLD_` prefix to metadata node records
Duncan P. N. Exon Smith
2014-12-11
1
-2
/
+2
*
Teach llvm-bcanalyzer to use one stream's BLOCKINFO to read another stream.
Jordan Rose
2014-08-30
1
-28
/
+79
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-4
/
+4
*
Bitcode: Serialize (and recover) use-list order
Duncan P. N. Exon Smith
2014-07-28
1
-1
/
+2
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-4
/
+5
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-3
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
[prev]
[next]