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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-07-09
1
-20
/
+25
*
Drop the "2" suffix on some enums.
Chris Lattner
2011-06-17
1
-3
/
+3
*
remove support for a bunch of obsolete instruction encodings
Chris Lattner
2011-06-17
1
-6
/
+0
*
Remove some "2" suffixes from the metadata enums now that "1" is gone.
Chris Lattner
2011-06-17
1
-4
/
+4
*
remove bitcode reader support for LLVM 2.7 metadata encoding.
Chris Lattner
2011-06-17
1
-5
/
+0
*
llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++.
NAKAMURA Takumi
2011-03-18
1
-5
/
+5
*
fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel!
Chris Lattner
2011-02-11
1
-1
/
+1
*
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
2010-12-16
1
-5
/
+5
*
Give CurStreamType's enum a name. This works around what is apparently
Dan Gohman
2010-12-09
1
-4
/
+11
*
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
2010-12-09
1
-2
/
+5
*
Merge System into Support.
Michael J. Spencer
2010-11-29
1
-1
/
+1
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-2
/
+1
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-1
/
+2
*
Discard metadata produced by LLVM 2.7. The value enumeration it used
Dan Gohman
2010-09-09
1
-0
/
+6
*
Remove an unused command-line option.
Dan Gohman
2010-08-18
1
-3
/
+0
*
Make llvm-bcanalyzer print out the full enum name for all metadata
Dan Gohman
2010-07-16
1
-4
/
+4
*
Add special case bitcode support for DebugLoc. This avoids
Chris Lattner
2010-04-03
1
-0
/
+2
*
add a couple missing enum names.
Chris Lattner
2010-04-03
1
-0
/
+2
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
1
-1
/
+0
*
Make llvm-bcanalyzer percentages more readable.
Daniel Dunbar
2009-09-25
1
-5
/
+7
*
Strip trailing whitespace.
Daniel Dunbar
2009-09-25
1
-60
/
+60
*
Print INST_INBOUNDS_GEP rather than UnknownCode30.
Duncan Sands
2009-09-25
1
-47
/
+49
*
Write and read metadata attachments.
Devang Patel
2009-09-18
1
-9
/
+16
*
Fix the build when using gcc-4.4 on linux. Header needed
Duncan Sands
2009-08-24
1
-0
/
+1
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
1
-0
/
+1
*
Handle NamedMDNode.
Devang Patel
2009-07-30
1
-0
/
+2
*
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
*
disable exports from a bunch more tools, those without plugins.
Chris Lattner
2009-02-26
1
-0
/
+3
*
Update to add newer bitcodes.
Nick Lewycky
2008-11-07
1
-12
/
+20
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+6
*
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
[next]