summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix the alignment of loads from constant pool entries when theDan Gohman2008-09-222-1/+7
| | | | | | | load address has an offset from the base of the constant pool entry. llvm-svn: 56479
* Remove a compiler warning.Dale Johannesen2008-09-221-0/+3
| | | | llvm-svn: 56478
* Add hasNote() to check note associated with a function.Devang Patel2008-09-229-22/+36
| | | | llvm-svn: 56477
* Livestacks really does preserve everything.Evan Cheng2008-09-221-2/+1
| | | | llvm-svn: 56476
* Instead of setPreservesAll, just mark them preseving machine loop info and ↵Evan Cheng2008-09-227-7/+14
| | | | | | machine dominators. llvm-svn: 56475
* Test case for fp logical instructions.Evan Cheng2008-09-221-0/+9
| | | | llvm-svn: 56474
* Significant improvements to the logic for merging live intervals. This code ↵Owen Anderson2008-09-221-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 byDale Johannesen2008-09-228-71/+12
| | | | | | default. llvm-svn: 56471
* scan-view: Add header and "report bug" links to report pages.Daniel Dunbar2008-09-221-2/+18
| | | | llvm-svn: 56470
* Mark several codegen passes as preserving all analysis.Evan Cheng2008-09-229-8/+31
| | | | llvm-svn: 56469
* More refactoring. Yawn.Dale Johannesen2008-09-221-126/+43
| | | | llvm-svn: 56468
* Convert llvmc2 plugins to use llvm/Support/Registry.h machinery.Mikhail Glushenkov2008-09-224-28/+67
| | | | llvm-svn: 56467
* Move llvmc2 header files under include/llvm/CompilerDriverMikhail Glushenkov2008-09-2210-15/+13
| | | | llvm-svn: 56466
* Plugin support for llvmc2 (a-la opt).Mikhail Glushenkov2008-09-2210-55/+195
| | | | llvm-svn: 56465
* Add a 'Debugging' section to the documentation.Mikhail Glushenkov2008-09-221-1/+17
| | | | llvm-svn: 56464
* Make comments a little bit more clear.Mikhail Glushenkov2008-09-222-7/+9
| | | | llvm-svn: 56463
* Get rid of GlobalLanguageMap. Global state is evil.Mikhail Glushenkov2008-09-227-44/+58
| | | | llvm-svn: 56462
* Rename our version of ccc to ccc2Mikhail Glushenkov2008-09-221-1/+1
| | | | llvm-svn: 56461
* Fix some commentsMikhail Glushenkov2008-09-222-14/+4
| | | | llvm-svn: 56460
* Add a (forward_as) option propertyMikhail Glushenkov2008-09-223-15/+46
| | | | llvm-svn: 56459
* Delete the file llvmc2/doc/LLVMC-Enhancements.rst + some minor ↵Mikhail Glushenkov2008-09-224-274/+9
| | | | | | language/spelling fixes. llvm-svn: 56458
* Refactor FP intrinisic setup. Per review feedback.Dale Johannesen2008-09-221-117/+28
| | | | llvm-svn: 56456
* scan-view: Add links to open files using default file handler.Daniel Dunbar2008-09-222-9/+230
| | | | llvm-svn: 56454
* CMake build system: support for parallel builds.Oscar Fuentes2008-09-226-4/+34
| | | | llvm-svn: 56453
* Per review feedback: Only performEvan Cheng2008-09-221-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 Kremenek2008-09-221-12/+0
| | | | | | and we were encountering race conditions with CSS loading). llvm-svn: 56449
* scan-view: Update for "button" class change, drop magic resolution ofDaniel Dunbar2008-09-221-3/+29
| | | | | | "scanview.css", start action for opening files. llvm-svn: 56448
* Reintegrate Daniel's changes.Ted Kremenek2008-09-221-1/+43
| | | | llvm-svn: 56447
* Removed scan-view's version of scanview.css.Ted Kremenek2008-09-221-70/+0
| | | | llvm-svn: 56446
* Add "SUMMARYENDHEAD" tag.Ted Kremenek2008-09-221-0/+1
| | | | llvm-svn: 56445
* Don't embed CSS inside scan-build script; use external scanview.css.Ted Kremenek2008-09-222-27/+33
| | | | llvm-svn: 56444
* Don't emit link to source file.Ted Kremenek2008-09-221-13/+2
| | | | llvm-svn: 56443
* Make "View Report" just a normal link again.Ted Kremenek2008-09-221-1/+1
| | | | llvm-svn: 56442
* Don't print out the path length.Ted Kremenek2008-09-221-6/+4
| | | | llvm-svn: 56441
* Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view.Ted Kremenek2008-09-221-2/+4
| | | | llvm-svn: 56440
* not executableNuno Lopes2008-09-221-0/+0
| | | | llvm-svn: 56439
* Remove unused slot/reference and update Sema::ActOnIdentifierExpr().Steve Naroff2008-09-222-5/+5
| | | | llvm-svn: 56438
* Change the calling convention used when tail call optimization is enabled ↵Arnold Schwaighofer2008-09-226-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 Naroff2008-09-222-6/+16
| | | | llvm-svn: 56433
* Add bound checks in SmallVectorRafael Espindola2008-09-221-0/+5
| | | | llvm-svn: 56432
* Use scan-view to view reports. Opening index.html is deprecated.Ted Kremenek2008-09-221-4/+6
| | | | llvm-svn: 56431
* Updated checker buildTed Kremenek2008-09-221-1/+1
| | | | llvm-svn: 56430
* scan-view: Add links from bug reporting forms to report & summary pages.Daniel Dunbar2008-09-221-5/+13
| | | | llvm-svn: 56427
* scan-view: Search for available port if default is unavailable.Daniel Dunbar2008-09-222-17/+40
| | | | llvm-svn: 56426
* add_partially_linked_object: Replaced nonexistent MESSAGE option inOscar Fuentes2008-09-221-1/+1
| | | | | | | add_custom_command with COMMENT. It was forcing unconditional command execution. llvm-svn: 56425
* scan-view: Store bug reporter defaults in ~/.scanview.cfgDaniel Dunbar2008-09-221-13/+56
| | | | llvm-svn: 56424
* scan-view tweakDaniel Dunbar2008-09-221-1/+6
| | | | | | - Require index.html in provided results directory. llvm-svn: 56423
* scan-view tweaksDaniel Dunbar2008-09-221-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 Kremenek2008-09-221-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 Dunbar2008-09-223-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
OpenPOWER on IntegriCloud