index
:
dotgnu-pnet/pnet.git
DotGNU Portable.NET engine, compilers and tools (pnet)
summary
refs
log
tree
commit
diff
path:
root
/
cscc
/
csharp
/
cs_stmt.tc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-10
Fix using statements with more than one resource.
Klaus Treichel
1
-353
/
+663
2009-03-28
Determine how the code for a switch table is generated in one place now instead
Klaus Treichel
1
-68
/
+1
2008-12-25
Add codegen nodes for memcpy and memset and IL code generation for these nodes
Klaus Treichel
1
-0
/
+20
2008-12-23
Create pinned locals for the expressions in a fixed statement in cscc.
Klaus Treichel
1
-8
/
+93
2008-12-21
Fix a compiler warning and code generation for casts from array to element po...
Klaus Treichel
1
-24
/
+2
2008-12-14
Fix some issues in the fixed statement and allow the new conversions there now.
Klaus Treichel
1
-0
/
+8
2007-11-29
Fix bug with casts/boxing of local constant declarations if the type of the
Klaus Treichel
1
-0
/
+4
2007-10-13
Fix some compiler warnings and the using statement for expressions.
Klaus Treichel
1
-7
/
+11
2007-05-05
Make an interned string const char * and fix the resulting compiler warnings.
Klaus Treichel
1
-4
/
+4
2005-02-22
fix bug #12048 - fix overflow in range calculations for switch type
Gopal V
1
-3
/
+4
2004-06-11
fix bug #9291 - reachibility analysis for code in if(true)
Gopal V
1
-0
/
+16
2004-03-12
Minor bug in previous checkin.
Rhys Weatherley
1
-1
/
+1
2004-03-12
ILNode_FixExpr: handle assignment of an array to a pointer
Rhys Weatherley
1
-3
/
+27
2003-11-12
Fix switch statement fall-through detection for nested switch
Rhys Weatherley
1
-7
/
+7
2003-05-31
Improve enumerator detection code
Gopal V
1
-36
/
+25
2003-05-24
Do not generate local vars for constant declarations
Gopal V
1
-14
/
+0
2002-12-28
Add an "info" parameter to ILNode_EndsInReturnImpl
Gopal V
1
-4
/
+5
2002-12-10
small fixes to the compiler and add some support for ILNode_Fixed
Gopal V
1
-11
/
+77
2002-12-09
Remove a warning.
Rhys Weatherley
1
-1
/
+0
2002-12-09
ILNode_Using implmentation .... hopefully works
Gopal V
1
-2
/
+201
2002-11-16
indirect checks for ILCoerce* and ILCast* functions
Gopal V
1
-11
/
+11
2002-11-16
Multiple step coercions using user defined operations
Gopal V
1
-1
/
+1
2002-11-13
fix for Foreach on Structs
Gopal V
1
-0
/
+2
2002-11-09
Accept fully qualified types for non-using namespaces and ILSemAnalysisType c...
Jonathan Springer
1
-47
/
+0
2002-11-08
allow foreach even if it does not implement IEnumerable
Gopal V
1
-25
/
+39
2002-10-27
Fix Gopal's infamous 'class Foo{}...int Foo; Foo.Bar();' bug.
Jonathan Springer
1
-1
/
+49
2002-10-26
Add state to compiler so it knows when to resolve identifiers only as type.
Jonathan Springer
1
-1
/
+1
2002-10-20
ILNode_GotoCase and ILNode_GotoDefault
Gopal V
1
-6
/
+131
2002-10-18
Fix typo in CompareCaseLabels for Strings
Gopal V
1
-1
/
+1
2002-10-05
ILNode_Foreach: use the correct types when creating the "doCast" node.
Rhys Weatherley
1
-2
/
+3
2002-09-28
ILNode_Foreach: fix a crash bug related to "foreach" over multi-dimensional a...
Rhys Weatherley
1
-15
/
+33
2002-09-28
Scan the parents of interface classes in "foreach"; make "foreach"
Rhys Weatherley
1
-4
/
+9
2002-09-20
Rearrange the implementation of "ILNode_EndsInReturnImpl" to make it
Rhys Weatherley
1
-1
/
+1
2002-09-03
Change the usage of the "CSSemValue" type so that it is accessed via macros
Rhys Weatherley
1
-124
/
+48
2002-08-31
Casted iteration vars for Foreach loop
Gopal V
1
-0
/
+11
2002-08-13
ILNode_Foreach: push into a loop context inside the body of a "foreach" loop.
Rhys Weatherley
1
-0
/
+2
2002-07-25
ILNode_Foreach: stack clobbering bug in the definition of "args": the array
Rhys Weatherley
1
-1
/
+1
2002-07-01
Implement code generation and semantic analysis for the
Rhys Weatherley
1
-0
/
+10
2002-06-14
Fix SEGFAULT for -nostdlib where System.Collections is invisible
Gopal V
1
-2
/
+9
2002-06-13
Implementing Foreach over collection expressions
Gopal V
1
-2
/
+101
2002-06-07
Re-implement "ILNodeEndsInReturn" as a node operation so that it is
Rhys Weatherley
1
-0
/
+24
2002-05-25
Add a special case to "foreach" to handle iteration over strings
Rhys Weatherley
1
-4
/
+15
2002-05-11
Convert '//' comments into '/*'.
Rhys Weatherley
1
-1
/
+2
2002-05-11
Fix the // comments
Gopal V
1
-2
/
+1
2002-05-11
Implement the LocalConst ILNodes
Gopal V
1
-0
/
+100
2002-05-08
Implement semantic analysis for the simple array case of the
Rhys Weatherley
1
-4
/
+70
2002-03-12
Implement Java-style labelled loops, switch's, break's, and continue's.
Rhys Weatherley
1
-2
/
+4
2002-03-09
Move the bulk of the C# compiler plugin out of "cscc" and into "cscc/csharp".
Rhys Weatherley
1
-0
/
+1355