summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/backend/icode/analysis/DataFlowAnalysis.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove ICodeSimon Ochsenreither2015-10-311-92/+0
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Name boolean arguments in src/compiler.Jason Zaugg2013-03-051-1/+1
* Banish needless semicolons.Jason Zaugg2013-02-241-2/+2
* Be explicit about empty param list calls.Jason Zaugg2013-02-241-2/+2
* Members removed in the backend.Paul Phillips2012-11-191-13/+0
* Revert "Commenting out unused members."Paul Phillips2012-11-191-5/+5
* Commenting out unused members.Paul Phillips2012-11-191-5/+5
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* update and normalize copyright noticeAdriaan Moors2012-08-071-1/+1
* significantly faster Inliner, with extensive documentation.Miguel Garcia2012-02-171-11/+8
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-1/+1
* Some accumulated cleanup done while profiling a...Paul Phillips2010-12-291-6/+5
* More elimination of avoidable calls to List#len...Paul Phillips2010-12-211-7/+5
* Mopping up after the deprecation of exit and er...Paul Phillips2010-12-051-1/+1
* An obviously wrong yet somehow brilliant piece ...Paul Phillips2010-10-061-1/+1
* Renaming and small tweak in testing.Benchmark f...Iulian Dragos2010-08-231-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Faster optimizer by caching successors/predeces...Iulian Dragos2009-11-161-0/+2
* Fixed the crash in the optimizer for nested exc...Iulian Dragos2009-09-181-2/+5
* switch to unnested packages.Martin Odersky2009-07-241-1/+2
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-2/+2
* Various improvements to the optimiser: more agg...Iulian Dragos2009-05-131-3/+5
* massive new collections checkin.Martin Odersky2009-05-081-2/+1
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Started work on a rewrite for type-flow analysis.Iulian Dragos2008-06-261-1/+1
* - Improved tail call elimination to handle call...Iulian Dragos2007-10-111-1/+19
* Fixed dead code elimination phase: Iulian Dragos2007-09-131-1/+2
* Use jcl.LinkedHashSet instead of the deprecated...mihaylov2007-09-021-3/+3
* Major rewrite of optimization phases.Iulian Dragos2007-03-211-5/+11
* Changed from HashSet to LinkedHashSet to circum...Iulian Dragos2007-01-291-3/+7
* removed leading/trailing tabs/blanks in backend...michelou2006-12-041-24/+36
* Fixed non-terminating iteration in data flow an...Iulian Dragos2006-12-041-2/+2
* Removed -Xshowicode which is now taken over by ...Iulian Dragos2006-08-021-2/+3
* (no commit message)Iulian Dragos2006-05-311-0/+17
* Fixed some problems with the closure eliminatio...Iulian Dragos2006-05-191-1/+1
* Fixed several bugs in Inliners and the monitor ...Iulian Dragos2006-04-061-1/+1
* Added inlining phase, fixed some bugs.Iulian Dragos2006-03-241-0/+45