index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-bcanalyzer
Age
Commit message (
Expand
)
Author
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-09
Discard metadata produced by LLVM 2.7. The value enumeration it used
Dan Gohman
2010-08-18
Remove an unused command-line option.
Dan Gohman
2010-07-16
Make llvm-bcanalyzer print out the full enum name for all metadata
Dan Gohman
2010-04-03
Add special case bitcode support for DebugLoc. This avoids
Chris Lattner
2010-04-03
add a couple missing enum names.
Chris Lattner
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2009-09-25
Make llvm-bcanalyzer percentages more readable.
Daniel Dunbar
2009-09-25
Strip trailing whitespace.
Daniel Dunbar
2009-09-25
Print INST_INBOUNDS_GEP rather than UnknownCode30.
Duncan Sands
2009-09-18
Write and read metadata attachments.
Devang Patel
2009-08-24
Fix the build when using gcc-4.4 on linux. Header needed
Duncan Sands
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-07-30
Handle NamedMDNode.
Devang Patel
2009-07-23
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-22
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-16
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-15
Use errs() instead of std::cerr.
Dan Gohman
2009-06-01
Add missing codenames to the .bc analyzer.
Nick Lewycky
2009-05-01
Fix a compiler warning on hosts where uint64_t isn't unsigned long long.
Dan Gohman
2009-04-27
give bitstreamreader an API to ignore names for blocks/records,
Chris Lattner
2009-04-27
Print statistics for each record kind saying the number of bits
Chris Lattner
2009-04-27
clean up the output of llvm-bcanalyzer by using printf
Chris Lattner
2009-04-26
Add two new record types to the blockinfo block:
Chris Lattner
2009-04-26
Make a major API change to BitstreamReader: split all the reading
Chris Lattner
2009-04-07
Add an API for the bitstream reader to read blobs and return
Chris Lattner
2009-04-06
stub out code for reading record with blobs as blobs. Not active yet.
Chris Lattner
2009-04-06
Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.
Chris Lattner
2009-04-01
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-03-06
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-02-26
disable exports from a bunch more tools, those without plugins.
Chris Lattner
2008-11-07
Update to add newer bitcodes.
Nick Lewycky
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-01
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-03-02
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-03-01
Also handle "getresult".
Nick Lewycky
2007-12-29
remove attributions from tools.
Chris Lattner
2007-12-29
remove attributions from tools/utils makefiles.
Chris Lattner
2007-12-11
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-10-08
Move the space in overview output for commands out of each of the
Dan Gohman
2007-07-04
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-05-06
switch tools to bitcode instead of bytecode
Chris Lattner
2007-05-06
add inline asm code
Chris Lattner
2007-05-06
add a denser encoding for null terminated strings, add a 6-bit abbrev as
Chris Lattner
2007-05-05
emit spiffy little histograms of codes, if enabled. Don't print averages if
Chris Lattner
2007-05-05
do not charge subblock sizes to the parent block.
Chris Lattner
2007-05-05
update to new APIs, make output a bit (haha) nicer
Chris Lattner
2007-05-04
add support for new codes/block
Chris Lattner
[next]