Skip to content
  1. Feb 07, 2014
  2. Feb 06, 2014
  3. Feb 05, 2014
  4. Feb 01, 2014
  5. Jan 31, 2014
  6. Jan 30, 2014
  7. Jan 29, 2014
  8. Jan 28, 2014
  9. Jan 26, 2014
  10. Jan 24, 2014
  11. Jan 23, 2014
  12. Jan 22, 2014
  13. Jan 14, 2014
    • Lang Hames's avatar
      Add FPExt option to CCValAssign::LocInfo. When generating calling-convention · 06234ec1
      Lang Hames authored
      promotion code, Tablegen will now select FPExt for floating point promotions
      (previously it had returned AExt, which is not valid for floating point types).
      
      Any out-of-tree targets that were relying on AExt being returned for FP
      promotions will need to update their code check for FPExt instead.
      
      llvm-svn: 199252
      06234ec1
    • Rafael Espindola's avatar
      Make getTargetStreamer return a possibly null pointer. · 4a1a3606
      Rafael Espindola authored
      This will allow it to be called from target independent parts of the main
      streamer that don't know if there is a registered target streamer or not. This
      in turn will allow targets to perform extra actions at specified points in the
      interface: add extra flags for some labels, extra work during finalization, etc.
      
      llvm-svn: 199174
      4a1a3606
  14. Jan 12, 2014
  15. Jan 11, 2014
  16. Jan 10, 2014
Loading