Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: src/IceTargetLoweringX8632.cpp

Issue 1171563002: Subzero: Emit ARM build-attributes in the file scope (as header). (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« src/IceTargetLoweringARM32.h ('K') | « src/IceTargetLoweringX8632.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 //===- subzero/src/IceTargetLoweringX8632.cpp - x86-32 lowering -----------===// 1 //===- subzero/src/IceTargetLoweringX8632.cpp - x86-32 lowering -----------===//
2 // 2 //
3 // The Subzero Code Generator 3 // The Subzero Code Generator
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file implements the TargetLoweringX8632 class, which 10 // This file implements the TargetLoweringX8632 class, which
(...skipping 4999 matching lines...) Expand 10 before | Expand all | Expand 10 after
5010 } break; 5010 } break;
5011 case FT_Asm: 5011 case FT_Asm:
5012 case FT_Iasm: { 5012 case FT_Iasm: {
5013 OstreamLocker L(Ctx); 5013 OstreamLocker L(Ctx);
5014 emitConstantPool<PoolTypeConverter<float>>(Ctx); 5014 emitConstantPool<PoolTypeConverter<float>>(Ctx);
5015 emitConstantPool<PoolTypeConverter<double>>(Ctx); 5015 emitConstantPool<PoolTypeConverter<double>>(Ctx);
5016 } break; 5016 } break;
5017 } 5017 }
5018 } 5018 }
5019 5019
5020 TargetHeaderX8632::TargetHeaderX8632(GlobalContext *Ctx)
5021 : TargetHeaderLowering(Ctx) {}
5022
5020 } // end of namespace Ice 5023 } // end of namespace Ice
OLDNEW
« src/IceTargetLoweringARM32.h ('K') | « src/IceTargetLoweringX8632.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698