Skip to content
  1. Oct 15, 2010
  2. Oct 06, 2010
    • Chris Lattner's avatar
      Generalize tblgen's dag parsing logic to handle arbitrary expressions · 28f034c2
      Chris Lattner authored
      as the operator of the dag.  Specifically, this allows parsing things
      like (F.x 4) in addition to just (a 4).
      
      Unfortunately, this runs afoul of an idiom being used by llvmc.  It
      is using dags like (foo [1,2,3]) to represent a list of stuff being
      passed into foo.  With this change, this is parsed as a [1,2,3] 
      subscript on foo instead of being the first argument to the dag.
      Cope with this in the short term by requiring a "-llvmc-temp-hack"
      argument to tblgen to get the old parsing behavior.
      
      llvm-svn: 115742
      28f034c2
  3. Oct 04, 2010
  4. Oct 02, 2010
  5. Sep 16, 2010
  6. Sep 10, 2010
  7. Sep 09, 2010
  8. Sep 03, 2010
  9. Sep 01, 2010
  10. Aug 18, 2010
  11. Aug 17, 2010
  12. Aug 15, 2010
  13. Aug 10, 2010
  14. Aug 02, 2010
  15. Jul 26, 2010
  16. Jul 23, 2010
  17. Jul 20, 2010
  18. Jul 16, 2010
  19. Jul 15, 2010
  20. Jul 13, 2010
  21. Jul 07, 2010
    • Duncan Sands's avatar
      Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" · 408bb192
      Duncan Sands authored
      builds to "Release".  The default build is unchanged (optimization on,
      assertions on), however it is now called Release+Asserts.  The intent
      is that future LLVM releases released via llvm.org will be Release builds
      in the new sense, i.e. will have assertions disabled (currently they have
      assertions enabled, for a more than 20% slowdown).  This will bring them
      in line with MacOS releases, which ship with assertions disabled.  It also
      means that "Release" now means the same things in make and cmake builds:
      cmake already disables assertions for "Release" builds AFAICS.
      
      llvm-svn: 107758
      408bb192
  22. Jun 28, 2010
  23. Jun 22, 2010
  24. Jun 18, 2010
  25. Jun 15, 2010
  26. Jun 08, 2010
  27. Jun 01, 2010
  28. May 16, 2010
  29. May 10, 2010
  30. May 01, 2010
Loading