index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
llvm-bcanalyzer
/
llvm-bcanalyzer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
2009-07-23
1
-1
/
+1
*
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
2009-07-22
1
-1
/
+6
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-2
/
+0
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-56
/
+56
*
Add missing codenames to the .bc analyzer.
Nick Lewycky
2009-06-01
1
-0
/
+4
*
Fix a compiler warning on hosts where uint64_t isn't unsigned long long.
Dan Gohman
2009-05-01
1
-1
/
+1
*
give bitstreamreader an API to ignore names for blocks/records,
Chris Lattner
2009-04-27
1
-0
/
+1
*
Print statistics for each record kind saying the number of bits
Chris Lattner
2009-04-27
1
-3
/
+24
*
clean up the output of llvm-bcanalyzer by using printf
Chris Lattner
2009-04-27
1
-8
/
+17
*
Add two new record types to the blockinfo block:
Chris Lattner
2009-04-26
1
-8
/
+32
*
Make a major API change to BitstreamReader: split all the reading
Chris Lattner
2009-04-26
1
-3
/
+3
*
Add an API for the bitstream reader to read blobs and return
Chris Lattner
2009-04-07
1
-21
/
+20
*
stub out code for reading record with blobs as blobs. Not active yet.
Chris Lattner
2009-04-06
1
-4
/
+25
*
Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.
Chris Lattner
2009-04-06
1
-6
/
+15
*
Use CHAR_BIT instead of hard-coding 8 in several places where it
Dan Gohman
2009-04-01
1
-1
/
+1
*
Change various llvm utilities to use PrettyStackTraceProgram in
Chris Lattner
2009-03-06
1
-3
/
+5
*
Update to add newer bitcodes.
Nick Lewycky
2008-11-07
1
-12
/
+20
*
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-25
1
-1
/
+0
*
Change the MemoryBuffer::getFile* methods to take just a pointer to the
Chris Lattner
2008-04-01
1
-5
/
+1
*
Add an unwind_to field to basic blocks, making them Users instead of Values.
Nick Lewycky
2008-03-02
1
-0
/
+1
*
Also handle "getresult".
Nick Lewycky
2008-03-01
1
-0
/
+1
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Implement address space attribute for LLVM pointer types. Address spaces are
Christopher Lamb
2007-12-11
1
-0
/
+1
*
Move the space in overview output for commands out of each of the
Dan Gohman
2007-10-08
1
-1
/
+1
*
Pretty straightforward replacement of "bytecode" by "bitcode"
Gabor Greif
2007-07-04
1
-12
/
+12
*
switch tools to bitcode instead of bytecode
Chris Lattner
2007-05-06
1
-50
/
+3
*
add inline asm code
Chris Lattner
2007-05-06
1
-0
/
+1
*
add a denser encoding for null terminated strings, add a 6-bit abbrev as
Chris Lattner
2007-05-06
1
-0
/
+2
*
emit spiffy little histograms of codes, if enabled. Don't print averages if
Chris Lattner
2007-05-05
1
-11
/
+47
*
do not charge subblock sizes to the parent block.
Chris Lattner
2007-05-05
1
-1
/
+7
*
update to new APIs, make output a bit (haha) nicer
Chris Lattner
2007-05-05
1
-5
/
+35
*
add support for new codes/block
Chris Lattner
2007-05-04
1
-1
/
+7
*
add phi
Chris Lattner
2007-05-01
1
-1
/
+5
*
Implement much expanded dumper support. We now print stuff like:
Chris Lattner
2007-04-29
1
-12
/
+158
*
add some simple per-block statistics
Chris Lattner
2007-04-29
1
-8
/
+104
*
Implement support to read an arbitrary bitcode file. Next up, dumping the
Chris Lattner
2007-04-29
1
-9
/
+78
*
very early support for analyzing a bitstream. This opens the file, starts
Chris Lattner
2007-04-29
1
-7
/
+67
*
fit in 80 cols
Chris Lattner
2007-04-29
1
-6
/
+5
*
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
1
-1
/
+4
*
make all llvm tools call llvm_shutdown when they exit, static'ify some stuff.
Chris Lattner
2006-12-06
1
-2
/
+3
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
Change the verifier to never throw an exception. Instead verifyModule canopt...
Chris Lattner
2006-07-06
1
-14
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-13
/
+13
*
For PR351:
Reid Spencer
2004-12-30
1
-41
/
+47
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-08-29
1
-1
/
+1
*
Correct to change interface of the analyzer.
Reid Spencer
2004-08-21
1
-2
/
+4
*
Name Change: llvm-abcd -> llvm-bcanalyzer
Reid Spencer
2004-07-02
1
-0
/
+98