Skip to content
  1. Jun 03, 2010
    • Jakob Stoklund Olesen's avatar
      Slightly change the meaning of the reMaterialize target hook when the original · a8ad9774
      Jakob Stoklund Olesen authored
      instruction defines subregisters.
      
      Any existing subreg indices on the original instruction are preserved or
      composed with the new subreg index.
      
      Also substitute multiple operands mentioning the original register by using the
      new MachineInstr::substituteRegister() function. This is necessary because there
      will soon be <imp-def> operands added to non read-modify-write partial
      definitions. This instruction:
      
        %reg1234:foo = FLAP %reg1234<imp-def>
      
      will reMaterialize(%reg3333, bar) like this:
      
        %reg3333:bar-foo = FLAP %reg333:bar<imp-def>
      
      Finally, replace the TargetRegisterInfo pointer argument with a reference to
      indicate that it cannot be NULL.
      
      llvm-svn: 105358
      a8ad9774
    • Benjamin Kramer's avatar
      Update Readme and Makefiles for the new gtest. · 9cb02741
      Benjamin Kramer authored
      llvm-svn: 105355
      9cb02741
    • Benjamin Kramer's avatar
      Merge gtest-1.5.0. · bfb492d6
      Benjamin Kramer authored
      llvm-svn: 105354
      bfb492d6
    • Benjamin Kramer's avatar
      Merge gtest-1.4.0. · 78b6a290
      Benjamin Kramer authored
      llvm-svn: 105353
      78b6a290
    • Benjamin Kramer's avatar
      Merge gtest-1.3.0. · f2f40205
      Benjamin Kramer authored
      OSX users: make sure that CrashReporter is disabled when running unit tests.
      Death tests are enabled now so you'll get a ton of message boxes.
      
      llvm-svn: 105352
      f2f40205
  2. Jun 02, 2010
  3. Jun 01, 2010
Loading