Skip to content
  1. Sep 21, 2010
  2. Sep 20, 2010
  3. Sep 19, 2010
  4. Sep 18, 2010
    • Benjamin Kramer's avatar
      Unbreak msvc build. · 45a56d3c
      Benjamin Kramer authored
      llvm-svn: 114284
      45a56d3c
    • Lang Hames's avatar
      Fixed non-const iterator error. · 361de987
      Lang Hames authored
      llvm-svn: 114273
      361de987
    • Lang Hames's avatar
      Added a separate class (PBQPBuilder) for PBQP Problem construction. This class... · cb1e1017
      Lang Hames authored
      Added a separate class (PBQPBuilder) for PBQP Problem construction. This class can be extended to support custom constraints.
      
      For now the allocator still uses the old (internal) construction mechanism by default. This will be phased out soon assuming 
      no issues with the builder system come up.
      
      To invoke the new construction mechanism just pass '-regalloc=pbqp -pbqp-builder' to llc. To provide custom constraints a
      Target just needs to extend PBQPBuilder and pass an instance of their derived builder to the RegAllocPBQP constructor.
      
      llvm-svn: 114272
      cb1e1017
Loading