Commit Graph

3871 Commits

Author SHA1 Message Date
Manu Sridharan dd949bcbc4 config file for Travis CI 2013-05-17 19:47:53 -07:00
Manu Sridharan f6cdbd0e0a switch back to rhino-1.7R3.jar, to be compatible with maven 2013-05-17 17:58:37 -07:00
Julian Dolby dd6510da29 Merge branch 'master' of https://github.com/wala/WALA.git 2013-05-15 14:04:44 -04:00
Manu Sridharan c4ce3999cd fix possible NPE 2013-05-15 10:55:58 -07:00
Julian Dolby 310d0fff25 changes to ease use of WALA from an executable jar. also some very
basic support for GXL, a graph format used by some software engineering
tools.
2013-05-15 13:36:30 -04:00
Manu Sridharan 837528592a Merge branch 'master' of github.com:wala/WALA 2013-05-14 14:40:56 -07:00
Manu Sridharan c0e3cb9831 fix for handling of static methods in ContainerContextSelector 2013-05-14 14:17:26 -07:00
sjfink 9d18e9486c fix typo in print statement 2013-05-14 12:18:10 -07:00
Manu Sridharan 0b557ac685 temporary patch to keep build.xml file working 2013-05-13 13:46:11 -07:00
Manu Sridharan 16a0e02fa0 add utility methods for creating n-CFA call graph builders 2013-05-10 20:55:13 -07:00
Manu Sridharan 89e90cd44e rename computeMethodMap() to computeMethodMapIfNeeded() 2013-05-07 14:59:12 -07:00
Andreas Sewe bc2594237b Made BytecodeClass.computeMethodMap thread-safe 2013-05-07 14:56:06 -07:00
Andreas Sewe d0b5e8ddd2 Made TypeName.findOrCreate thread-safe 2013-05-07 14:54:14 -07:00
Manu Sridharan 30686135da Fix for bug with pi nodes reported by Andreas Sewe
We weren't handling the case where the val of the pi instruction
had an implicit points-to set.
2013-05-07 14:43:49 -07:00
Manu Sridharan eac23e97a9 enable reading scope files from jars 2013-05-02 11:43:49 -07:00
Manu Sridharan e6bef253ff Merge branch 'master' into maven 2013-05-02 10:58:55 -07:00
Manu Sridharan d149ca2c73 Revert fix for tests; we need to figure out the right fix here.
This reverts commit cab3c6c0c4.
2013-05-02 10:55:45 -07:00
Manu Sridharan fd6a02422e undo one change from previous commit 2013-04-30 12:17:05 -07:00
Manu Sridharan 8d5af4aece fix warnings 2013-04-30 12:10:06 -07:00
Manu Sridharan 897268c7f9 fix comment 2013-04-30 12:09:55 -07:00
Manu Sridharan 8a3f86bad7 Merge branch 'master' into java-local-vals-for-lex 2013-04-30 11:51:33 -07:00
Manu Sridharan 4fd82ac2ef use more reasonable default heap size 2013-04-30 09:35:19 -07:00
Manu Sridharan ed88385d82 remove unused launcher 2013-04-30 09:35:03 -07:00
Manu Sridharan a9719a948d change default target to jar 2013-04-30 09:31:35 -07:00
mbruch dca47e5641 Merge pull request #3 from msridhar/smallfixes
Build fixes.
2013-04-29 21:45:23 -07:00
Manu Sridharan dcc7cd206d bug fix: allow each language to determine when a CGNode represents the "definer" method for a lexical access 2013-04-29 20:34:40 -07:00
Manu Sridharan 5f18830c3f changes to adjust for lack of null instruction at index 0 2013-04-29 20:34:08 -07:00
Manu Sridharan 516d1522b9 indentation 2013-04-29 20:33:18 -07:00
Manu Sridharan 80c031d48b store results in file 2013-04-29 20:33:10 -07:00
Manu Sridharan 6c9cf10870 flipped useLocalValsForLexicalVars to false for Java; causes tests to break 2013-04-29 16:48:19 -07:00
Manu Sridharan dd09d46f79 Build fixes.
1. Fixed polyglot antrun build, at least to work on JDK 1.7 on Mac.
2. Made cast.js.rhino point to Rhino 1.7R3.
2013-04-29 16:08:59 -07:00
Manu Sridharan 1f254e9b74 formatting, fix warnings 2013-04-29 10:12:12 -07:00
Manu Sridharan 7f9bcf2b7f fix launchers to use execution environment 2013-04-29 09:39:28 -07:00
Marcel Bruch c6e88b6d80 fixed classpath, added jericho jar to classpath 2013-04-29 13:18:36 +02:00
Marcel Bruch 91e0639232 Merge branch 'master' of https://github.com/mbruch/WALA 2013-04-29 13:14:08 +02:00
Marcel Bruch 87c164e402 added js projects to tycho build 2013-04-29 13:13:23 +02:00
Marcel Bruch 901c23d32e [releng] added preliminary maven tycho build support 2013-04-29 13:13:23 +02:00
Cosmin Radoi edbdf989a9 right classloader for call graph tests 2013-04-29 13:13:23 +02:00
Cosmin Radoi c0a8d621e2 small fix to manifest 2013-04-29 13:13:23 +02:00
Marcel Bruch df7808368a excluded test plugin execution for demo purpose 2013-04-29 13:13:23 +02:00
Marcel Bruch 7c2d18cd58 [releng] added preliminary maven tycho build support 2013-04-29 13:13:22 +02:00
Marcel Bruch 4409b351db added js projects to tycho build 2013-04-29 11:00:40 +02:00
Marcel Bruch edad282c71 [releng] added preliminary maven tycho build support 2013-04-29 10:59:27 +02:00
Manu Sridharan cdeec43267 add extra dependencies for Eclipse Juno 2013-04-29 10:57:38 +02:00
Manu Sridharan c99155e795 add extra dependencies for Eclipse Juno 2013-04-27 09:54:07 -07:00
mbruch 3ebee73694 Merge pull request #1 from cos/to-maven
To maven
2013-04-24 22:07:11 -07:00
Cosmin Radoi 680e43efce right classloader for call graph tests 2013-04-24 22:10:15 -05:00
Cosmin Radoi e9f26548c7 small fix to manifest 2013-04-24 21:59:43 -05:00
Marcel Bruch 4596492463 excluded test plugin execution for demo purpose 2013-04-19 17:56:58 +02:00
Marcel Bruch f58c47e47d [releng] added preliminary maven tycho build support 2013-04-19 17:48:57 +02:00