[llvm-commits] [parallel] CVS: llvm/test/Programs/MultiSource/Applications/hbd/doc/AUTHORS COPYING ChangeLog INSTALL NEWS README

Misha Brukman brukman at cs.uiuc.edu
Mon Mar 1 18:58:22 PST 2004


Changes in directory llvm/test/Programs/MultiSource/Applications/hbd/doc:

AUTHORS added (r1.1.2.1)
COPYING added (r1.1.2.1)
ChangeLog added (r1.1.2.1)
INSTALL added (r1.1.2.1)
NEWS added (r1.1.2.1)
README added (r1.1.2.1)

---
Log message:

Merge from trunk

---
Diffs of the changes:  (+32 -0)

Index: llvm/test/Programs/MultiSource/Applications/hbd/doc/AUTHORS
diff -c /dev/null llvm/test/Programs/MultiSource/Applications/hbd/doc/AUTHORS:1.1.2.1
*** /dev/null	Mon Mar  1 17:59:20 2004
--- llvm/test/Programs/MultiSource/Applications/hbd/doc/AUTHORS	Mon Mar  1 17:59:10 2004
***************
*** 0 ****
--- 1,5 ----
+ Author:
+ Pete Ryland <pdr at pdr.cx>
+ 
+ Contributions:
+ Andrew Moise <moise at nauticom.net> - bugfix in pushconst()


Index: llvm/test/Programs/MultiSource/Applications/hbd/doc/COPYING
diff -c /dev/null llvm/test/Programs/MultiSource/Applications/hbd/doc/COPYING:1.1.2.1
*** /dev/null	Mon Mar  1 17:59:20 2004
--- llvm/test/Programs/MultiSource/Applications/hbd/doc/COPYING	Mon Mar  1 17:59:10 2004
***************
*** 0 ****
--- 1,2 ----
+ This distribution is Copyright (c) 1994-2003 Pete Ryland
+ The HomeBrew Decompiler is released under version 2 of the GNU GPL.


Index: llvm/test/Programs/MultiSource/Applications/hbd/doc/ChangeLog
diff -c /dev/null llvm/test/Programs/MultiSource/Applications/hbd/doc/ChangeLog:1.1.2.1
*** /dev/null	Mon Mar  1 17:59:20 2004
--- llvm/test/Programs/MultiSource/Applications/hbd/doc/ChangeLog	Mon Mar  1 17:59:10 2004
***************
*** 0 ****
--- 1,4 ----
+ Tue Oct 15 23:16:15 BST 2002 - Pete Ryland <pdr at pdr.cx>
+ Umm.. well after a number of years of dormancy, and a previously non-existant
+ ChangeLog, Andrew Moise <moise at nauticom.net> contributed a patch for
+ pushconst() which rectifies a potential segfault on 'val's over 127.




Index: llvm/test/Programs/MultiSource/Applications/hbd/doc/NEWS
diff -c /dev/null llvm/test/Programs/MultiSource/Applications/hbd/doc/NEWS:1.1.2.1
*** /dev/null	Mon Mar  1 17:59:20 2004
--- llvm/test/Programs/MultiSource/Applications/hbd/doc/NEWS	Mon Mar  1 17:59:10 2004
***************
*** 0 ****
--- 1,4 ----
+ Tue Oct 15 23:24:57 BST 2002
+ 0.2.2 release which fixes a bug in the way constants are handled.
+ Sat Feb 15 18:59:14 GMT 2003
+ 0.2.3 minor documentation fixes.


Index: llvm/test/Programs/MultiSource/Applications/hbd/doc/README
diff -c /dev/null llvm/test/Programs/MultiSource/Applications/hbd/doc/README:1.1.2.1
*** /dev/null	Mon Mar  1 17:59:20 2004
--- llvm/test/Programs/MultiSource/Applications/hbd/doc/README	Mon Mar  1 17:59:10 2004
***************
*** 0 ****
--- 1,17 ----
+ This software is Copyright (c) 1994-2003 Pete Ryland
+ and released under the GNU GPL version 2.
+ 
+ Type ``./autogen.sh; make; su -c "make install"'' to make and install.
+ ``make test'' will run through the regression tests.
+ 
+ The latest version of hbd is always available at http://pdr.cx/projects/hbd/
+ 
+ TODO:
+ bugfixes
+ initialisers
+ proper handling of ?: operators (esp nested)
+ handling of inner/anonymous classes and multiple classes from one source file
+ try/catch blocks
+ more work on testsuite
+ 
+ Pete Ryland <pdr at pdr.cx>





More information about the llvm-commits mailing list