implemented PCLOC annotation.
[IRC.git] / Robust / src / IR / Tree /
2012-01-04 jzhouremove the '$' in the C code as tilera does not allow it
2011-12-21 jzhouAnother bug fix for inner class code: when trying to...
2011-12-20 jzhouFix some inner class related bugs: 1) whenever a class...
2011-12-10 jzhouChanges to MGC class library and fix a bug regarding...
2011-12-03 jzhouFix another inner class bug: every inner class along...
2011-11-30 jzhouAccording to Brian's comments, check the lside of assig...
2011-11-29 jzhouArray field initialization was accidentally broken...
2011-11-29 jzhouFix a small bug about enumaration type: it should be...
2011-11-24 jzhouchanges
2011-11-23 jzhouFix another inner class bug: an inner class which is...
2011-11-15 jzhoua missing check
2011-11-15 jzhouBug fix of inner class: only add LIVE local variables...
2011-11-15 jzhouAdd a new feature for inner class: an anonymous inner...
2011-11-12 jzhouNeed a new inner class feature: let the anonymous inner...
2011-11-11 jzhouMake the compiler to support super.X/L.super.X which...
2011-11-11 jzhouFix inner class implementation. Now code like inner...
2011-11-10 jzhouFix inner class bug: the inner class cannot correctly...
2011-11-09 spikeuciHandling the case NAME DOT THIS for inner classes
2011-11-08 bdemskypush a bunch of old changes i had related to inner...
2011-10-28 spikeuciBug fixed
2011-10-28 spikeuciThis completes the barebones versions of inner class...
2011-10-25 spikeuciAs discussed with Prof. Demsky/Jim, the constructor...
2011-10-21 jjenistaPlease don't check in debug lines, por favor :)
2011-10-21 spikeuciSome changes for signature of constructor of inner...
2011-10-16 spikeuciStep 1: Creating instances of all levels of enclosing...
2011-10-12 spikeuciAdding support for default constructor to be created...
2011-10-03 jzhouChanges for galois porting
2011-09-22 jjenistaBe able to get def reach state out at a given program...
2011-08-19 yeomchanges on the loop termination analysis: associate...
2011-08-09 yeomcode clean up
2011-08-09 yeomfix a grammar to allow multiple annotations on method...
2011-06-27 jzhouRoll back previous check in as Brian has fixed the...
2011-06-27 jzhouFix a bug in the compiler: besides its super class...
2011-06-27 bdemskybug fixes
2011-06-09 bdemskyremove dependence on concat2...it isn't a standard...
2011-06-09 bdemskymany changes towards classpath...
2011-06-03 bdemskyfile changes
2011-05-20 stepheyFixed import bug but some other issues now pop up:
2011-05-13 yeomdecide not to have additional grammar to declare the...
2011-05-10 jzhouMake SPECjbb compile again
2011-05-04 yeomsmall changes: have a way to specify the location of...
2011-04-27 yeomchanges to get the tiny class library for ssjava
2011-04-27 yeomextends the location hierarchy definition grammar.
2011-04-27 bdemskyswitch to spaces only..
2011-04-27 bdemskyFix tabbing.... Please fix your editors so they do...
2011-04-27 yeomExtends the grammar to include the annotation type...
2011-04-26 stepheyChanges.
2011-04-26 stepheyDon't include java.lang in non-jni builds.. and someone...
2011-04-24 stepheyRefactored the multiimport code so that it looks nicer...
2011-04-23 stepheyFixes. Almost everything works (but still no importing...
2011-04-23 yeomextends grammar little more to have the break statement...
2011-04-22 stepheyUpdated to support being able to do calls such as packa...
2011-04-21 stepheyFixes so that our unit tests now pass. Single and multi...
2011-04-21 stepheyThe compiler is BROKEN, but it's NOT MY FAULT. I think...
2011-04-21 bdemskyrest of new build strategrest of new build strategyy
2011-04-20 bdemskychanges to make sure that i don't step on stephen's...
2011-04-20 yeomenables the labeled_statements. The scope of a label...
2011-04-20 stepheyWork in progress for import packages. In this versio...
2011-04-19 bdemskyadd enw file
2011-04-18 limwadded TODO comments to BuildIR to implement import...
2011-04-18 yeomextend grammar for parameter annotation. forgot to...
2011-04-17 bdemskychanges
2011-04-15 yeomchanges.
2011-04-15 jzhouChange the implementation of classobj
2011-04-14 yeomextends the grammar to have a way to define a new type...
2011-03-29 stepheyAdded an error case
2011-03-26 bdemskyadd support for super calls...ie...super.foo()
2011-03-24 jzhouBug fixes for gc
2011-03-18 yeoma new compiler flag, "-printlinenum", has been added...
2011-03-17 yeomchanges: propagating line number references to flatnodes
2011-03-17 yeomkeep the current snapshot before making further changes.
2011-03-15 yeomrefactoring the lattice implementation / having a way...
2011-03-10 jzhouFix a bug of field initialization. Previously the field...
2011-03-06 jzhouShrink the size of the final binary. If it is too...
2011-03-05 yeomintroduce new flag -ssjava for enabling SSJava feature...
2011-03-03 yeomadd grammar for the definition of location hierarchy...
2011-03-02 jzhouA small bug for Enum
2011-03-01 yeomadd annotation descriptor. type descriptor is responsib...
2011-03-01 yeomadd java 1.5 annotation grammar for all types of annota...
2011-02-28 bdemskywork towards turning MGC enhancements on all the time
2011-02-24 jzhouFix a bug of default constructor: the default construct...
2011-02-18 jzhouBug fix in array initialization: handle the special...
2011-02-18 jzhouBug fixes for MGC
2011-02-12 jzhousome bug fix
2011-02-04 jzhouAs static blocks is compiled as a method without return...
2011-02-04 jzhouRoll back to use the simple Class constructor to suppor...
2011-01-28 jzhouFix the bug of assignment conversion: 'short s = 12...
2011-01-27 jzhouEnable array creation with initialization for MGC....
2011-01-27 jzhouEnable field array initialization for MGC
2011-01-27 jzhouBasic implementation of array initialization for mgc...
2011-01-24 jzhouSome changes to enable SPECjbb for MGC version. Enable...
2011-01-10 jzhouAdd support for try-catch-finally statement for MGC...
2011-01-07 jzhouAdd support for Enum type for mgc version and also...
2011-01-06 davidThis update adds initializers, but not for arrays
2010-11-30 jzhouMissing files
2010-11-24 jzhouEnable Switch-case statement for mgc version
2010-11-02 jzhouAdd support for volatile keyword in mgc version. For...
2010-10-29 jzhouAdd support for static inner classes in mgc version...
2010-10-28 jzhouDon't allocate type number for interfaces so that we...
2010-10-27 jzhouEnable interface for mgc version.
next