[llvm-branch-commits] [llvm-branch] r115312 - /llvm/branches/ggreif/switch-opts/

Gabor Greif ggreif at gmail.com
Fri Oct 1 07:16:05 PDT 2010


Author: ggreif
Date: Fri Oct  1 09:16:05 2010
New Revision: 115312

URL: http://llvm.org/viewvc/llvm-project?rev=115312&view=rev
Log:
create branch for optimizing switches over a 2-bit domain (PR8125)

Added:
    llvm/branches/ggreif/switch-opts/   (props changed)
      - copied from r115311, llvm/trunk/

Propchange: llvm/branches/ggreif/switch-opts/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Fri Oct  1 09:16:05 2010
@@ -0,0 +1,24 @@
+Debug
+Release
+Release-Asserts
+mklib
+Makefile.config
+config.log
+config.status
+cvs.out
+autom4te.cache
+configure.out
+LLVM-*
+_distcheckdir
+llvm.spec
+svn-commit.*
+*.patch
+*.patch.raw
+cscope.*
+Debug+Coverage-Asserts
+Release+Coverage-Asserts
+Debug+Coverage
+Release+Coverage
+Debug+Checks
+Debug+Asserts
+Release+Asserts

Propchange: llvm/branches/ggreif/switch-opts/
------------------------------------------------------------------------------
    svn:mergeinfo = /llvm/branches/Apple/Pertwee:110850,110961





More information about the llvm-branch-commits mailing list