1. 05 Feb, 2015 7 commits
  2. 04 Feb, 2015 9 commits
  3. 03 Feb, 2015 4 commits
    • Kevin Modzelewski's avatar
      Identify + fix codegen bug · d3ba142d
      Kevin Modzelewski authored
      In certain cases we wouldn't do well if we were sure that a type error
      would occur (ex indexing into what we know is None) -- we would error in
      codegen instead of generating the code to throw the error at runtime.
      
      (sneak in another travis.yml attempt)
      d3ba142d
    • Kevin Modzelewski's avatar
      whoops · 17fa11b0
      Kevin Modzelewski authored
      I'm sure there's a better way to test the travis build than committing to master,
      but why bother when this time will obviously work!
      17fa11b0
    • Kevin Modzelewski's avatar
      26f0e34d
    • Kevin Modzelewski's avatar
      Try to fix the Travis-CI build · da15429c
      Kevin Modzelewski authored
      Our previous travis build steps had a circular dependency between cmake and llvm:
      we need to run cmake to update llvm to our picked revision, but we need to be on
      our specific llvm revision in order to run cmake (newer LLVM's are incompatible
      with our build scripts).
      
      Break the dependency by manually calling git_svn_gotorev.py
      Hopefully this syntax works
      da15429c
  4. 02 Feb, 2015 7 commits
  5. 29 Jan, 2015 11 commits
  6. 28 Jan, 2015 2 commits