index
:
delta/flang.git
benbrewer/ansi-0522
benbrewer/if-logical-const
benbrewer/struct
benbrewer/warnings
clang_branch
craiggriffiths/semi-colon_seg-fault_fix
master
github.com: CodethinkLabs/flang.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGArray.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Obtain pointer type from variable declaration, delete NULL parameter as
Carlo Bertolli
2015-08-14
1
-2
/
+3
*
The difference between the head of:
Craig Griffiths
2015-08-14
1
-1
/
+2
*
added codegen for bit operations
arphaman
2013-09-19
1
-0
/
+6
*
added checks for type and dimension compability in maths intrinsic functions
arphaman
2013-09-18
1
-4
/
+4
*
added CodeGen for complex and maths intrisics in array operations
arphaman
2013-09-18
1
-0
/
+12
*
added codegen for int, real and cmplx array operation intrinsics
arphaman
2013-09-18
1
-0
/
+38
*
improved array constructor codegen
arphaman
2013-09-08
1
-22
/
+96
*
improved array constructor sema
arphaman
2013-09-08
1
-19
/
+19
*
removed codegen for vector sections for now
arphaman
2013-09-08
1
-27
/
+13
*
use size_t for array indices
arphaman
2013-09-08
1
-27
/
+16
*
fixed statement function invocation codegen
arphaman
2013-09-06
1
-2
/
+2
*
added codeegen for forward strided array sections
arphaman
2013-09-05
1
-23
/
+49
*
added codegen for element array sections
arphaman
2013-09-05
1
-22
/
+25
*
added some codegen for range array sections
arphaman
2013-09-04
1
-205
/
+214
*
fixed codegen for maxloc and minloc
arphaman
2013-09-04
1
-1
/
+1
*
added codegen for one dimensional maxloc minloc intrinsic
arphaman
2013-09-03
1
-27
/
+5
*
added codegen for array temporaries
arphaman
2013-09-01
1
-14
/
+138
*
added codegen for basic array constructors; broke data for character arrays
arphaman
2013-08-31
1
-31
/
+50
*
fixed codegen for array assignment implicit conversions
arphaman
2013-08-31
1
-1
/
+1
*
added codegen for the SAVE qualifier
arphaman
2013-08-29
1
-0
/
+9
*
added codegen for basic WHERE construct
arphaman
2013-08-28
1
-29
/
+99
*
added codegen for unary and binary array operations
arphaman
2013-08-27
1
-74
/
+86
*
added more codegen for array operations
arphaman
2013-08-26
1
-22
/
+147
*
started codegen for array operations
arphaman
2013-08-26
1
-3
/
+168
*
added codegen for statement functions
arphaman
2013-08-02
1
-0
/
+2
*
removed arrayconstructorconstexpr; extpanded data stmt tests
arphaman
2013-07-19
1
-5
/
+1
*
added codegen for array assignments in a DATA stmt
arphaman
2013-07-19
1
-0
/
+31
*
added codegen for array arguments
arphaman
2013-07-16
1
-1
/
+14
*
moved array element loads to relevant places
arphaman
2013-07-16
1
-16
/
+0
*
added codegen for array element expr
arphaman
2013-07-16
1
-2
/
+132
*
added array size evaluation, started array codegen
arphaman
2013-07-16
1
-0
/
+54