Cosmos/source2/Compiler/Cosmos.Compiler.Assembler
2011-10-23 00:15:19 +00:00
..
Properties
Assembler.cs The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.) 2011-10-22 23:19:51 +00:00
BaseAssemblerElement.cs
Comment.cs
Cosmos.Compiler.Assembler.csproj Made a few improvements to the speed of the ILScanner, including caching the resolved plugs. 2011-09-03 21:05:46 +00:00
Cosmos.Compiler.Assembler.csproj.vspscc
Cosmos.snk
DataEndIfDefined.cs
DataIfDefined.cs
DataIfNotDefined.cs
DataMember.cs X# DataMember.Address 2011-07-20 00:03:05 +00:00
Define.cs
ElementReference.cs Backed out label changes. They use . again. The # change caused too many issues. 2011-07-20 02:39:36 +00:00
Else.cs Applied patch 10214, which fixes work item 14107. Also reverted IOPortImpl back to the Assembler attribute, as my Inline attribute was causing issues. 2011-08-17 16:57:18 +00:00
EndIfDefined.cs
IDefine.cs
IEndIfDefined.cs
IfDefined.cs
IfNotDefined.cs
IIfDefined.cs
IIfNotDefined.cs
InfraExtensions.cs
Instruction.cs The first of a series of commits as I work my way down the list of things Gendarme found wrong. (a large amount is likely to be skipped, as gendarme found 13k potential issues.) 2011-10-22 23:19:51 +00:00
Label.cs Backed out label changes. They use . again. The # change caused too many issues. 2011-07-20 02:39:36 +00:00
MethodAndTypeLabelsHolder.cs
MethodInfoLabelGenerator.cs
OpCodeAttribute.cs More from Gendarme. Cosmos.VS.Package's AssemblyVersion attribute didn't match it's AssemblyFileVersion, they now match. Sealed a few non-inherited attributes. Also made private field actually used as was intended. 2011-10-23 00:15:19 +00:00
StackContents.cs
TypeComparer.cs