Skip to content
  1. Mar 07, 2014
  2. Mar 06, 2014
  3. Mar 05, 2014
  4. Mar 04, 2014
  5. Mar 02, 2014
  6. Mar 01, 2014
  7. Feb 28, 2014
  8. Feb 26, 2014
  9. Feb 25, 2014
    • Rafael Espindola's avatar
      Fix resetting the DataLayout in a Module. · 248ac139
      Rafael Espindola authored
      No tool does this currently, but as everything else in a module we should be
      able to change its DataLayout.
      
      Most of the fix is in DataLayout to make sure it can be reset properly.
      
      The test uses Module::setDataLayout since the fact that we mutate a DataLayout
      is an implementation detail. The module could hold a OwningPtr<DataLayout> and
      the DataLayout itself could be immutable.
      
      Thanks to Philip Reames for pushing me in the right direction.
      
      llvm-svn: 202198
      248ac139
    • Rafael Espindola's avatar
      Make DataLayout a plain object, not a pass. · 93512512
      Rafael Espindola authored
      Instead, have a DataLayoutPass that holds one. This will allow parts of LLVM
      don't don't handle passes to also use DataLayout.
      
      llvm-svn: 202168
      93512512
    • Renato Golin's avatar
      Disable old JIT unittests for AARch64 · dd8c8018
      Renato Golin authored
      llvm-svn: 202127
      dd8c8018
  10. Feb 24, 2014
Loading