Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Develop and test enum #2

Closed

Commits on Aug 8, 2013

  1. Configuration menu
    Copy the full SHA
    90c9156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a27ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d2dab8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbe1e7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2270680 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    faae06a View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2013

  1. Configuration menu
    Copy the full SHA
    091bb94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae65cac View commit details
    Browse the repository at this point in the history
  3. Loosen the asserts due to not well-enough-understood behavior in clan…

    …g. Maybe
    
    it's a bug or it is a feature.
    vgvassilev authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    cd0762c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    659caed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d31735 View commit details
    Browse the repository at this point in the history
  6. Only if I could spell C++ :)

    vgvassilev authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    b44a177 View commit details
    Browse the repository at this point in the history
  7. Instead of check each load and store instruction, we check the usage …

    …of the load instruction.
    
    Currently, there are four kinds of instruction that may use a load instruction as its argument:
    load, store, GEP and call instruction. We instrument these four kinds instruction to check there
    may be a null pointer dereference.
    sploving authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    baa7b98 View commit details
    Browse the repository at this point in the history
  8. In CLINGCXXFLAGS, put the source include dir first.

    This will make sure that the build is 'consistent' and
    the source version of the cling include files is not
    superseeded by the (possible stale) copy that might
    be in interpreter/llvm/inst.
    pcanal authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    24a1203 View commit details
    Browse the repository at this point in the history
  9. Not using real SourceLocation is bad, especially in -verify mode.

    In the value printer synthesis we have real source location of the expression
    that we are replacing. Use its begin and end location.
    This will allow us to remove the XFAIL-ed test that now passes.
    vgvassilev authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    4326f21 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    956b885 View commit details
    Browse the repository at this point in the history
  11. Fine-tune previous patch

    gganis authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    641a1fa View commit details
    Browse the repository at this point in the history
  12. Remove unused variable.

    vgvassilev authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    cc511bf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e653ef6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    448e120 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6c5b206 View commit details
    Browse the repository at this point in the history
  16. Remove a couple of gotos

    bellenot authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    132b855 View commit details
    Browse the repository at this point in the history
  17. Remove forgotten label

    bellenot authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    504c91e View commit details
    Browse the repository at this point in the history
  18. Remove one more goto

    bellenot authored and CristinaCristescu committed Aug 12, 2013
    Configuration menu
    Copy the full SHA
    f0473ba View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ce8dee2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3a59f4d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1ec1a2e View commit details
    Browse the repository at this point in the history