- Sep 22, 2008
-
-
Steve Naroff authored
llvm-svn: 56438
-
Arnold Schwaighofer authored
Change the calling convention used when tail call optimization is enabled from CC_X86_32_TailCall to CC_X86_32_FastCC. llvm-svn: 56436
-
-
Rafael Espindola authored
llvm-svn: 56432
-
Ted Kremenek authored
llvm-svn: 56431
-
Ted Kremenek authored
llvm-svn: 56430
-
Daniel Dunbar authored
llvm-svn: 56427
-
Daniel Dunbar authored
llvm-svn: 56426
-
Oscar Fuentes authored
add_custom_command with COMMENT. It was forcing unconditional command execution. llvm-svn: 56425
-
Daniel Dunbar authored
llvm-svn: 56424
-
Daniel Dunbar authored
- Require index.html in provided results directory. llvm-svn: 56423
-
Daniel Dunbar authored
- Use more correct HTTP error codes on (unexpected) errors. - Use onLoad to set ensure bug submission method gets set correctly. llvm-svn: 56422
-
Ted Kremenek authored
Improve scan-build results to include the user's host name, the working directory of the analyzed project, and the date the analysis run took place. llvm-svn: 56421
-
Daniel Dunbar authored
Give more meaningful error messages / fail gracefully on bad form input or SMTP errors. Use button for Report Bug link (where available). llvm-svn: 56420
-
Oscar Fuentes authored
llvm-svn: 56419
-
Bill Wendling authored
llvm-svn: 56418
-
Daniel Dunbar authored
- Pulled css out into Resources/scanview.css llvm-svn: 56416
-
Chris Lattner authored
llvm-svn: 56415
-
Daniel Dunbar authored
- Add simple favicon - Allow resolving source file paths (should be rethought) llvm-svn: 56414
-
- Sep 21, 2008
-
-
Chris Lattner authored
sarl $3, %ecx instead of: movl $3, %ecx sarl %cl, %edx This shrinks fast isel 176.gcc by about 2000 instructions (.3%) llvm-svn: 56413
-
Dan Gohman authored
Handle{Virt,Phys}Reg{Def,Use}. Remove a redundant check for register zero, and redundant checks for isPhysicalRegister. llvm-svn: 56412
-
Dan Gohman authored
compute the maximum element directly. llvm-svn: 56411
-
Owen Anderson authored
correct in the presence of things like EH labels. llvm-svn: 56410
-
Daniel Dunbar authored
- Update for scan-build table change. - Add --auto-reload option (for development, avoids need to restart server). - Always send Last-Modified, with a reasonable value for dynamic content. llvm-svn: 56409
-
Ted Kremenek authored
llvm-svn: 56408
-
Ted Kremenek authored
llvm-svn: 56407
-
Daniel Dunbar authored
iframe to embed bug view (for easy reference). llvm-svn: 56406
-
Ted Kremenek authored
llvm-svn: 56405
-
Daniel Dunbar authored
llvm-svn: 56404
-
Ted Kremenek authored
llvm-svn: 56403
-
Ted Kremenek authored
llvm-svn: 56402
-
Ted Kremenek authored
llvm-svn: 56401
-
Ted Kremenek authored
Added experimental "intelligent-sizing" of HTML message bubbles based on the contents of the message. llvm-svn: 56400
-
Chris Lattner authored
llvm-svn: 56399
-
Ted Kremenek authored
llvm-svn: 56398
-
Ted Kremenek authored
llvm-svn: 56397
-
Ted Kremenek authored
Output to .info files the absolute paths to files that were rejected by the parser or crashed the analyzer. llvm-svn: 56396
-
Ted Kremenek authored
llvm-svn: 56395
-
Ted Kremenek authored
llvm-svn: 56394
-
Ted Kremenek authored
Have ScanView.py generate a "<td></td>" pair in the output HTML instead of having scan-build output an empty (and possibly unused) <td>. llvm-svn: 56393
-