Skip to content
  1. Jul 07, 2010
    • Dan Gohman's avatar
      Give FunctionLoweringInfo an MBB member, avoiding the need to pass it · ffe64b1e
      Dan Gohman authored
      around everywhere, and also give it an InsertPt member, to enable isel
      to operate at an arbitrary position within a block, rather than just
      appending to a block.
      
      llvm-svn: 107791
      ffe64b1e
    • 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
  2. Jul 03, 2010
  3. Jul 02, 2010
  4. Jun 30, 2010
  5. Jun 29, 2010
  6. Jun 25, 2010
  7. Jun 23, 2010
  8. Jun 22, 2010
  9. Jun 21, 2010
  10. Jun 20, 2010
  11. Jun 18, 2010
  12. Jun 17, 2010
  13. Jun 16, 2010
  14. Jun 15, 2010
  15. Jun 14, 2010
  16. Jun 13, 2010
  17. Jun 12, 2010
Loading