index
:
~vlj/llvm
cfg
clause
codesize
codesize2
codesize3
codesize4
codesize5
codesize6
constbuf
constbuf2
indirect-wip
master
native
radeonsi
radeonsi-backup
radeonsi-backup2
radeonsi-scheduling
scheduling
scheduling-backup
scheduling2
textures
vliw5
AMDGPU backend development for LLVM
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
llvm-bcanalyzer
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-10
Update with attribute group IDs.
Bill Wendling
1
-11
/
+14
2013-01-20
switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of
Chris Lattner
1
-69
/
+73
2013-01-19
fix method name.
Chris Lattner
1
-1
/
+1
2012-12-04
Sort the #include lines for tools/...
Chandler Carruth
1
-3
/
+2
2012-11-28
Add back support for reading and parsing 'deplibs'.
Bill Wendling
1
-0
/
+1
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
1
-1
/
+0
2012-10-26
Adjust llvm-ar and llvm-ranlib to not depend on exception handling.
Joerg Sonnenberger
1
-1
/
+0
2012-09-05
Stop casting away const qualifier needlessly.
Roman Divacky
1
-1
/
+1
2012-09-05
Fix a bug.
Jan Wen Voung
1
-1
/
+1
2012-09-05
revert the additional stuff.
Jan Wen Voung
1
-6
/
+4
2012-09-05
Clean up llvm-bcanalyzer to print to consistent streams.
Jan Wen Voung
1
-13
/
+17
2012-03-19
fix PR12301 - llvm-bcanalyze should print to stdout, not stderr (except for e...
Chris Lattner
1
-48
/
+48
2012-02-06
Enable streaming of bitcode
Derek Schuff
1
-3
/
+3
2012-02-06
[unwind removal] Remove a the obsolete 'unwind' enum value.
Bill Wendling
1
-1
/
+0
2012-01-30
Add bitcode reader and writer support for ConstantDataAggregate, which
Chris Lattner
1
-0
/
+2
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
1
-1
/
+0
2011-12-12
LLVMBuild: Remove trailing newline, which irked me.
Daniel Dunbar
1
-1
/
+0
2011-12-07
Update bcanalyzer to handle new USELIST_BLOCK/USELIST_CODE_ENTRY.
Chad Rosier
1
-0
/
+6
2011-11-27
remove support for reading llvm 2.9 .bc files. LLVM 3.1 is only compatible b...
Chris Lattner
1
-10
/
+0
2011-11-11
LLVMBuild: Add description files for the LLVM tools.
Daniel Dunbar
1
-0
/
+23
2011-11-03
Remove some cruft from the BitcodeWriter, while still maintaining backward
Chad Rosier
1
-1
/
+2
2011-10-18
build: Tidy up a bunch of tool Makefiles, and simplify where possible using the
Daniel Dunbar
1
-3
/
+3
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
1
-20
/
+25
2011-06-17
Drop the "2" suffix on some enums.
Chris Lattner
1
-3
/
+3
2011-06-17
remove support for a bunch of obsolete instruction encodings
Chris Lattner
1
-6
/
+0
2011-06-17
Remove some "2" suffixes from the metadata enums now that "1" is gone.
Chris Lattner
1
-4
/
+4
2011-06-17
remove bitcode reader support for LLVM 2.7 metadata encoding.
Chris Lattner
1
-5
/
+0
2011-03-18
llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++.
NAKAMURA Takumi
1
-5
/
+5
2011-02-11
fix dumping of METADATA_ATTACHMENT2 names, patch by Peter Housel!
Chris Lattner
1
-1
/
+1
2010-12-16
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v...
Michael J. Spencer
1
-5
/
+5
2010-12-09
Give CurStreamType's enum a name. This works around what is apparently
Dan Gohman
1
-4
/
+11
2010-12-09
Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...
Michael J. Spencer
1
-2
/
+5
2010-11-29
Merge System into Support.
Michael J. Spencer
1
-1
/
+1
2010-09-13
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
1
-2
/
+1
2010-09-10
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
1
-1
/
+2
2010-09-09
Discard metadata produced by LLVM 2.7. The value enumeration it used
Dan Gohman
1
-0
/
+6
2010-08-18
Remove an unused command-line option.
Dan Gohman
1
-3
/
+0
2010-07-16
Make llvm-bcanalyzer print out the full enum name for all metadata
Dan Gohman
1
-4
/
+4
2010-04-03
Add special case bitcode support for DebugLoc. This avoids
Chris Lattner
1
-0
/
+2
2010-04-03
add a couple missing enum names.
Chris Lattner
1
-0
/
+2
2010-01-22
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
1
-1
/
+0
2009-09-25
Make llvm-bcanalyzer percentages more readable.
Daniel Dunbar
1
-5
/
+7
2009-09-25
Strip trailing whitespace.
Daniel Dunbar
1
-60
/
+60
2009-09-25
Print INST_INBOUNDS_GEP rather than UnknownCode30.
Duncan Sands
1
-47
/
+49
2009-09-18
Write and read metadata attachments.
Devang Patel
1
-9
/
+16
2009-08-24
Fix the build when using gcc-4.4 on linux. Header needed
Duncan Sands
1
-0
/
+1
2009-08-23
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
1
-0
/
+1
2009-07-30
Handle NamedMDNode.
Devang Patel
1
-0
/
+2
2009-07-23
Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...
Devang Patel
1
-1
/
+1
2009-07-22
Introduce MetadataBase, a base class for MDString and MDNode.
Devang Patel
1
-1
/
+6
[next]