Skip to content
  1. Apr 07, 2010
    • Chris Lattner's avatar
      Three changes: · 3b9f02a2
      Chris Lattner authored
      1. Introduce some enums and accessors in the InlineAsm class
         that eliminate a ton of magic numbers when handling inline
         asm SDNode.
      2. Add a new MDNodeSDNode selection dag node type that holds
         a MDNode (shocking!)
      3. Add a new argument to ISD::INLINEASM nodes that hold !srcloc
         metadata, propagating it to the instruction emitter, which
         drops it.
      
      No functionality change.
      
      llvm-svn: 100605
      3b9f02a2
    • Dale Johannesen's avatar
      Move printing of target-indepedent DEBUG_VALUE comments · 5d7f0a0f
      Dale Johannesen authored
      into AsmPrinter.  Target-dependent form is still generated
      by FastISel and still handled in X86 code.
      
      llvm-svn: 100596
      5d7f0a0f
  2. Apr 06, 2010
  3. Apr 05, 2010
  4. Apr 04, 2010
  5. Apr 02, 2010
  6. Apr 01, 2010
  7. Mar 31, 2010
  8. Mar 30, 2010
  9. Mar 29, 2010
  10. Mar 28, 2010
  11. Mar 27, 2010
Loading