Skip to content
  1. Dec 03, 2012
    • Chandler Carruth's avatar
      Use the new script to sort the includes of every file under lib. · ed0881b2
      Chandler Carruth authored
      Sooooo many of these had incorrect or strange main module includes.
      I have manually inspected all of these, and fixed the main module
      include to be the nearest plausible thing I could find. If you own or
      care about any of these source files, I encourage you to take some time
      and check that these edits were sensible. I can't have broken anything
      (I strictly added headers, and reordered them, never removed), but they
      may not be the headers you'd really like to identify as containing the
      API being implemented.
      
      Many forward declarations and missing includes were added to a header
      files to allow them to parse cleanly when included first. The main
      module rule does in fact have its merits. =]
      
      llvm-svn: 169131
      ed0881b2
  2. Nov 29, 2012
  3. Nov 28, 2012
  4. Nov 27, 2012
  5. Nov 26, 2012
  6. Nov 21, 2012
  7. Nov 20, 2012
  8. Nov 16, 2012
  9. Nov 15, 2012
  10. Nov 14, 2012
  11. Nov 13, 2012
  12. Nov 12, 2012
    • Michael Liao's avatar
      Fix PR14314 · d39c0fb1
      Michael Liao authored
      - Fix operand order for atomic sub, where the minuend is the value
        loaded from memory and the subtrahend is the parameter specified.
      
      llvm-svn: 167718
      d39c0fb1
  13. Nov 11, 2012
  14. Nov 10, 2012
  15. Nov 09, 2012
  16. Nov 08, 2012
    • Michael Liao's avatar
      Add support of RTM from TSX extension · 73cffddb
      Michael Liao authored
      - Add RTM code generation support throught 3 X86 intrinsics:
        xbegin()/xend() to start/end a transaction region, and xabort() to abort a
        tranaction region
      
      llvm-svn: 167573
      73cffddb
  17. Nov 07, 2012
  18. Nov 06, 2012
Loading