about summary refs log tree commit diff stats
path: root/041jump_target.cc
Commit message (Expand)AuthorAgeFilesLines
* 2773 - switch to 'int'Kartik K. Agaram2016-03-131-4/+4
* 2735 - define recipes using 'def'Kartik K. Agaram2016-03-081-9/+9
* 2722 - fix a crash; thanks Ella Couch!Kartik K. Agaram2016-02-281-2/+24
* 2712Kartik K. Agaram2016-02-261-4/+4
* 2680Kartik K. Agaram2016-02-201-3/+3
* 2494Kartik K. Agaram2015-11-281-1/+1
* 2493 - eliminate a couple of dependenciesKartik K. Agaram2015-11-281-1/+1
* 2441 - never miss any specializationsKartik K. Agaram2015-11-151-1/+1
* 2383 - new concern: idempotence of transformsKartik K. Agaram2015-11-061-1/+1
* 2379 - further improvements to map operationsKartik K. Agaram2015-11-061-2/+2
* 2377 - stop using operator[] in mapKartik K. Agaram2015-11-061-9/+9
* 2360Kartik K. Agaram2015-11-041-1/+1
* 2358 - starting to tackle the phase ordering problemKartik K. Agaram2015-11-041-2/+2
* 2321 - more preparations for static dispatchKartik K. Agaram2015-10-291-5/+5
* 2258 - separate warnings from errorsKartik K. Agaram2015-10-061-9/+9
* 2226 - standardize warning formatKartik K. Agaram2015-10-011-4/+4
* 2138 - warn on jump to an ambiguous labelKartik K. Agaram2015-09-041-0/+158
href='#n193'>193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226