| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix the alignment of loads from constant pool entries when the | Dan Gohman | 2008-09-22 | 2 | -1/+7 |
| | | | | | | | | load address has an offset from the base of the constant pool entry. llvm-svn: 56479 | ||||
| * | Remove a compiler warning. | Dale Johannesen | 2008-09-22 | 1 | -0/+3 |
| | | | | | llvm-svn: 56478 | ||||
| * | Add hasNote() to check note associated with a function. | Devang Patel | 2008-09-22 | 9 | -22/+36 |
| | | | | | llvm-svn: 56477 | ||||
| * | Livestacks really does preserve everything. | Evan Cheng | 2008-09-22 | 1 | -2/+1 |
| | | | | | llvm-svn: 56476 | ||||
| * | Instead of setPreservesAll, just mark them preseving machine loop info and ↵ | Evan Cheng | 2008-09-22 | 7 | -7/+14 |
| | | | | | | | machine dominators. llvm-svn: 56475 | ||||
| * | Test case for fp logical instructions. | Evan Cheng | 2008-09-22 | 1 | -0/+9 |
| | | | | | llvm-svn: 56474 | ||||
| * | Significant improvements to the logic for merging live intervals. This code ↵ | Owen Anderson | 2008-09-22 | 1 | -15/+53 |
| | | | | | | | | | | can't just use LI::MergeValueAsValue, as its behavior in the presence of overlapping ranges isn't what StrongPHIElimination wants. llvm-svn: 56472 | ||||
| * | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 8 | -71/+12 |
| | | | | | | | default. llvm-svn: 56471 | ||||
| * | scan-view: Add header and "report bug" links to report pages. | Daniel Dunbar | 2008-09-22 | 1 | -2/+18 |
| | | | | | llvm-svn: 56470 | ||||
| * | Mark several codegen passes as preserving all analysis. | Evan Cheng | 2008-09-22 | 9 | -8/+31 |
| | | | | | llvm-svn: 56469 | ||||
| * | More refactoring. Yawn. | Dale Johannesen | 2008-09-22 | 1 | -126/+43 |
| | | | | | llvm-svn: 56468 | ||||
| * | Convert llvmc2 plugins to use llvm/Support/Registry.h machinery. | Mikhail Glushenkov | 2008-09-22 | 4 | -28/+67 |
| | | | | | llvm-svn: 56467 | ||||
| * | Move llvmc2 header files under include/llvm/CompilerDriver | Mikhail Glushenkov | 2008-09-22 | 10 | -15/+13 |
| | | | | | llvm-svn: 56466 | ||||
| * | Plugin support for llvmc2 (a-la opt). | Mikhail Glushenkov | 2008-09-22 | 10 | -55/+195 |
| | | | | | llvm-svn: 56465 | ||||
| * | Add a 'Debugging' section to the documentation. | Mikhail Glushenkov | 2008-09-22 | 1 | -1/+17 |
| | | | | | llvm-svn: 56464 | ||||
| * | Make comments a little bit more clear. | Mikhail Glushenkov | 2008-09-22 | 2 | -7/+9 |
| | | | | | llvm-svn: 56463 | ||||
| * | Get rid of GlobalLanguageMap. Global state is evil. | Mikhail Glushenkov | 2008-09-22 | 7 | -44/+58 |
| | | | | | llvm-svn: 56462 | ||||
| * | Rename our version of ccc to ccc2 | Mikhail Glushenkov | 2008-09-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 56461 | ||||
| * | Fix some comments | Mikhail Glushenkov | 2008-09-22 | 2 | -14/+4 |
| | | | | | llvm-svn: 56460 | ||||
| * | Add a (forward_as) option property | Mikhail Glushenkov | 2008-09-22 | 3 | -15/+46 |
| | | | | | llvm-svn: 56459 | ||||
| * | Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor ↵ | Mikhail Glushenkov | 2008-09-22 | 4 | -274/+9 |
| | | | | | | | language/spelling fixes. llvm-svn: 56458 | ||||
| * | Refactor FP intrinisic setup. Per review feedback. | Dale Johannesen | 2008-09-22 | 1 | -117/+28 |
| | | | | | llvm-svn: 56456 | ||||
| * | scan-view: Add links to open files using default file handler. | Daniel Dunbar | 2008-09-22 | 2 | -9/+230 |
| | | | | | llvm-svn: 56454 | ||||
| * | CMake build system: support for parallel builds. | Oscar Fuentes | 2008-09-22 | 6 | -4/+34 |
| | | | | | llvm-svn: 56453 | ||||
| * | Per review feedback: Only perform | Evan Cheng | 2008-09-22 | 1 | -39/+27 |
| | | | | | | | | (srl x, (trunc (and y, c))) -> (srl x, (and (trunc y), c)) etc. when both "trunc" and "and" have single uses. llvm-svn: 56452 | ||||
| * | Yank out special CSS for button rendering (not very portable or well tested, ↵ | Ted Kremenek | 2008-09-22 | 1 | -12/+0 |
| | | | | | | | and we were encountering race conditions with CSS loading). llvm-svn: 56449 | ||||
| * | scan-view: Update for "button" class change, drop magic resolution of | Daniel Dunbar | 2008-09-22 | 1 | -3/+29 |
| | | | | | | | "scanview.css", start action for opening files. llvm-svn: 56448 | ||||
| * | Reintegrate Daniel's changes. | Ted Kremenek | 2008-09-22 | 1 | -1/+43 |
| | | | | | llvm-svn: 56447 | ||||
| * | Removed scan-view's version of scanview.css. | Ted Kremenek | 2008-09-22 | 1 | -70/+0 |
| | | | | | llvm-svn: 56446 | ||||
| * | Add "SUMMARYENDHEAD" tag. | Ted Kremenek | 2008-09-22 | 1 | -0/+1 |
| | | | | | llvm-svn: 56445 | ||||
| * | Don't embed CSS inside scan-build script; use external scanview.css. | Ted Kremenek | 2008-09-22 | 2 | -27/+33 |
| | | | | | llvm-svn: 56444 | ||||
| * | Don't emit link to source file. | Ted Kremenek | 2008-09-22 | 1 | -13/+2 |
| | | | | | llvm-svn: 56443 | ||||
| * | Make "View Report" just a normal link again. | Ted Kremenek | 2008-09-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 56442 | ||||
| * | Don't print out the path length. | Ted Kremenek | 2008-09-22 | 1 | -6/+4 |
| | | | | | llvm-svn: 56441 | ||||
| * | Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view. | Ted Kremenek | 2008-09-22 | 1 | -2/+4 |
| | | | | | llvm-svn: 56440 | ||||
| * | not executable | Nuno Lopes | 2008-09-22 | 1 | -0/+0 |
| | | | | | llvm-svn: 56439 | ||||
| * | Remove unused slot/reference and update Sema::ActOnIdentifierExpr(). | Steve Naroff | 2008-09-22 | 2 | -5/+5 |
| | | | | | llvm-svn: 56438 | ||||
| * | Change the calling convention used when tail call optimization is enabled ↵ | Arnold Schwaighofer | 2008-09-22 | 6 | -25/+5 |
| | | | | | | | from CC_X86_32_TailCall to CC_X86_32_FastCC. llvm-svn: 56436 | ||||
| * | Fix http://llvm.org/bugs/show_bug.cgi?id=2816. | Steve Naroff | 2008-09-22 | 2 | -6/+16 |
| | | | | | llvm-svn: 56433 | ||||
| * | Add bound checks in SmallVector | Rafael Espindola | 2008-09-22 | 1 | -0/+5 |
| | | | | | llvm-svn: 56432 | ||||
| * | Use scan-view to view reports. Opening index.html is deprecated. | Ted Kremenek | 2008-09-22 | 1 | -4/+6 |
| | | | | | llvm-svn: 56431 | ||||
| * | Updated checker build | Ted Kremenek | 2008-09-22 | 1 | -1/+1 |
| | | | | | llvm-svn: 56430 | ||||
| * | scan-view: Add links from bug reporting forms to report & summary pages. | Daniel Dunbar | 2008-09-22 | 1 | -5/+13 |
| | | | | | llvm-svn: 56427 | ||||
| * | scan-view: Search for available port if default is unavailable. | Daniel Dunbar | 2008-09-22 | 2 | -17/+40 |
| | | | | | llvm-svn: 56426 | ||||
| * | add_partially_linked_object: Replaced nonexistent MESSAGE option in | Oscar Fuentes | 2008-09-22 | 1 | -1/+1 |
| | | | | | | | | add_custom_command with COMMENT. It was forcing unconditional command execution. llvm-svn: 56425 | ||||
| * | scan-view: Store bug reporter defaults in ~/.scanview.cfg | Daniel Dunbar | 2008-09-22 | 1 | -13/+56 |
| | | | | | llvm-svn: 56424 | ||||
| * | scan-view tweak | Daniel Dunbar | 2008-09-22 | 1 | -1/+6 |
| | | | | | | | - Require index.html in provided results directory. llvm-svn: 56423 | ||||
| * | scan-view tweaks | Daniel Dunbar | 2008-09-22 | 1 | -6/+6 |
| | | | | | | | | | - Use more correct HTTP error codes on (unexpected) errors. - Use onLoad to set ensure bug submission method gets set correctly. llvm-svn: 56422 | ||||
| * | Patch from Richard Godbee: | Ted Kremenek | 2008-09-22 | 1 | -7/+86 |
| | | | | | | | | 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 | ||||
| * | Improve scan-view report bug (submitted) interface. | Daniel Dunbar | 2008-09-22 | 3 | -65/+100 |
| | | | | | | | | | | 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 | ||||

