[llvm-commits] [poolalloc] r129760 - /poolalloc/trunk/lib/DSA/StdLibPass.cpp

Arushi Aggarwal aggarwa4 at illinois.edu
Tue Apr 19 08:34:22 PDT 2011


Author: aggarwa4
Date: Tue Apr 19 10:34:22 2011
New Revision: 129760

URL: http://llvm.org/viewvc/llvm-project?rev=129760&view=rev
Log:
Formatting changes. 
Added to list of functions to implement.

Modified:
    poolalloc/trunk/lib/DSA/StdLibPass.cpp

Modified: poolalloc/trunk/lib/DSA/StdLibPass.cpp
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/lib/DSA/StdLibPass.cpp?rev=129760&r1=129759&r2=129760&view=diff
==============================================================================
--- poolalloc/trunk/lib/DSA/StdLibPass.cpp (original)
+++ poolalloc/trunk/lib/DSA/StdLibPass.cpp Tue Apr 19 10:34:22 2011
@@ -259,8 +259,6 @@
 
 #if 0
   {"wait",       {false, false, false, false,  true, false, false, false, false}},
-  {"getrusage",  {false, false, false, false,  true, false, false, false, false}},
-  {"getcwd",     { true,  true,  true,  true,  true,  true, false,  true,  true}},
 #endif
 
   // C++ functions, as mangled on linux gcc 4.2
@@ -288,6 +286,20 @@
   {0,            {NRET_NARGS, NRET_NARGS, NRET_NARGS, NRET_NARGS, false}},
 };
 
+/*
+   Functions to add
+   freopen
+   strftime
+   strtoul
+   strtol
+   strtoll
+   ctype family
+   setbuf
+   setvbuf
+   __strpbrk_c3
+   open64/fopen64/lseek64
+ */
+
 //
 // Method: eraseCallsTo()
 //
@@ -729,14 +741,3 @@
   //
   eraseCallsTo(F);
 }
-/*
-
-   functions to add
-   freopen
-   strftime
-   strtoul
-   strtol
-   strtoll
-   ctype family
-   open64/fopen64/lseek64
- */





More information about the llvm-commits mailing list