- Sep 22, 2008
-
-
Dale Johannesen authored
llvm-svn: 56456
-
Daniel Dunbar authored
llvm-svn: 56454
-
Oscar Fuentes authored
llvm-svn: 56453
-
Evan Cheng authored
(srl x, (trunc (and y, c))) -> (srl x, (and (trunc y), c)) etc. when both "trunc" and "and" have single uses. llvm-svn: 56452
-
Ted Kremenek authored
Yank out special CSS for button rendering (not very portable or well tested, and we were encountering race conditions with CSS loading). llvm-svn: 56449
-
Daniel Dunbar authored
"scanview.css", start action for opening files. llvm-svn: 56448
-
Ted Kremenek authored
llvm-svn: 56447
-
Ted Kremenek authored
llvm-svn: 56446
-
Ted Kremenek authored
llvm-svn: 56445
-
Ted Kremenek authored
llvm-svn: 56444
-
Ted Kremenek authored
llvm-svn: 56443
-
Ted Kremenek authored
llvm-svn: 56442
-
Ted Kremenek authored
llvm-svn: 56441
-
Ted Kremenek authored
llvm-svn: 56440
-
Nuno Lopes authored
llvm-svn: 56439
-
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
-