Skip to content
  1. Nov 29, 2010
  2. Nov 26, 2010
  3. Nov 25, 2010
  4. Nov 14, 2010
  5. Nov 04, 2010
  6. Oct 23, 2010
  7. Oct 22, 2010
  8. Oct 15, 2010
  9. 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
  10. Oct 04, 2010
  11. Oct 02, 2010
  12. Sep 16, 2010
  13. Sep 10, 2010
  14. Sep 09, 2010
  15. Sep 03, 2010
  16. Sep 01, 2010
  17. Aug 18, 2010
  18. Aug 17, 2010
  19. Aug 15, 2010
  20. Aug 10, 2010
  21. Aug 02, 2010
  22. Jul 26, 2010
  23. Jul 23, 2010
  24. Jul 20, 2010
  25. Jul 16, 2010
  26. Jul 15, 2010
  27. Jul 13, 2010
  28. 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
  29. Jun 28, 2010
  30. Jun 22, 2010
  31. Jun 18, 2010
  32. Jun 15, 2010
Loading