Skip to content
  1. Jul 09, 2009
  2. Jul 08, 2009
    • Jeffrey Yasskin's avatar
      Add an option to allocate JITed global data separately from code. By · 70415d97
      Jeffrey Yasskin authored
      default, this option is not enabled to support clients who rely on
      this behavior.
      
      Fixes http://llvm.org/PR4483
      
      A patch to allocate additional memory for globals after we run out is
      forthcoming.
      
      Patch by Reid Kleckner!
      
      llvm-svn: 75059
      70415d97
    • David Greene's avatar
      · 03808511
      David Greene authored
      Reformat.
      
      llvm-svn: 75058
      03808511
    • Devang Patel's avatar
      Drop "constant" from · f04d63a3
      Devang Patel authored
        !0 = constant metadata !{...}
      
      llvm-svn: 75057
      f04d63a3
    • David Greene's avatar
      · 9dadbbd7
      David Greene authored
      Allow users of GraphWriter to display graphs asynchronously.  This
      provides a way to quickly dump a bunch of graph information to dot files
      and display them.  It's a timesaver when working on large systems.
      
      llvm-svn: 75056
      9dadbbd7
    • David Greene's avatar
      · cdde1bb0
      David Greene authored
      Add an ExecuteNoWait interface to support asynchronous process spawning.
      
      llvm-svn: 75055
      cdde1bb0
Loading