../
|
AdjustExprType.cc
|
6.1 KB
|
3e5dd913
|
4 years
|
f37yu |
reimplement function type and eliminate deep copy
|
Alternative.cc
|
5.0 KB
|
234b1cb
|
5 years
|
a3moss |
Port TupleAssignment? to new AST
|
Alternative.h
|
4.4 KB
|
fd642d2
|
5 years
|
ajbeach |
Added const in a few more places. This should be all the leaf areas …
|
AlternativeFinder.cc
|
71.7 KB
|
9939dc3
|
2 years
|
ajbeach |
Reduced the number of object files linked into the demangler. Some of …
|
AlternativeFinder.h
|
5.2 KB
|
432ce7a
|
5 years
|
a3moss |
Port CandidateFinder::postvisit for UntypedExpr?, stub dependencies
|
AlternativePrinter.cc
|
1.7 KB
|
bff09c8
|
7 years
|
Rob Schluntz |
Convert AlternativePrinter? to PassVisitor?
|
AlternativePrinter.h
|
875 bytes
|
bff09c8
|
7 years
|
Rob Schluntz |
Convert AlternativePrinter? to PassVisitor?
|
Candidate.cpp
|
1.5 KB
|
2595df1
|
4 years
|
Thierry Delisle |
Now using string print to sort alternatives
|
Candidate.hpp
|
3.3 KB
|
4e13e2a
|
5 years
|
Thierry Delisle |
Added setting of result in Comma expression.
Added asserts in …
|
CandidateFinder.cpp
|
68.5 KB
|
fc134a48
|
2 years
|
j82liang |
Implement the struct enum
|
CandidateFinder.hpp
|
2.4 KB
|
39d8950
|
3 years
|
ajbeach |
Thread global information through resolution. Non-top-level calls to …
|
CandidatePrinter.cpp
|
1.6 KB
|
39d8950
|
3 years
|
ajbeach |
Thread global information through resolution. Non-top-level calls to …
|
CandidatePrinter.hpp
|
849 bytes
|
1622af5
|
3 years
|
ajbeach |
Created CandidatePrinter? from AlternativePrinter? (seems to uncover a …
|
CastCost.cc
|
9.0 KB
|
3e5dd913
|
4 years
|
f37yu |
reimplement function type and eliminate deep copy
|
CommonType.cc
|
63.3 KB
|
fc134a48
|
2 years
|
j82liang |
Implement the struct enum
|
ConversionCost.cc
|
42.2 KB
|
fc134a48
|
2 years
|
j82liang |
Implement the struct enum
|
ConversionCost.h
|
4.7 KB
|
fc134a48
|
2 years
|
j82liang |
Implement the struct enum
|
Cost.h
|
6.1 KB
|
9504a89
|
5 years
|
pabuhr |
remove old code for costing
|
CurrentObject.cc
|
36.9 KB
|
de57af9
|
4 years
|
ajbeach |
Added some asserts in CurrentObject? that prevent segfaults for better …
|
CurrentObject.h
|
4.1 KB
|
2d11663
|
5 years
|
a3moss |
resolver porting; finish top level of initialization
|
ExplodedActual.cc
|
826 bytes
|
432ce7a
|
5 years
|
a3moss |
Port CandidateFinder::postvisit for UntypedExpr?, stub dependencies
|
ExplodedActual.h
|
1.2 KB
|
432ce7a
|
5 years
|
a3moss |
Port CandidateFinder::postvisit for UntypedExpr?, stub dependencies
|
ExplodedArg.cpp
|
802 bytes
|
432ce7a
|
5 years
|
a3moss |
Port CandidateFinder::postvisit for UntypedExpr?, stub dependencies
|
ExplodedArg.hpp
|
1.2 KB
|
432ce7a
|
5 years
|
a3moss |
Port CandidateFinder::postvisit for UntypedExpr?, stub dependencies
|
FindOpenVars.cc
|
5.4 KB
|
3e5dd913
|
4 years
|
f37yu |
reimplement function type and eliminate deep copy
|
FindOpenVars.h
|
1.3 KB
|
85dac33
|
5 years
|
ajbeach |
Added 'const' in some leaf positions where it doesn't seem to effect much.
|
module.mk
|
2.2 KB
|
1622af5
|
3 years
|
ajbeach |
Created CandidatePrinter? from AlternativePrinter? (seems to uncover a …
|
Occurs.cc
|
2.1 KB
|
85dac33
|
5 years
|
ajbeach |
Added 'const' in some leaf positions where it doesn't seem to effect much.
|
PolyCost.cc
|
2.8 KB
|
fcd0b9d7
|
4 years
|
mlbrooks |
PolyCost? calculation result becomes 0 or 1 per type, avoiding …
|
PtrsAssignable.cc
|
7.1 KB
|
3e5dd913
|
4 years
|
f37yu |
reimplement function type and eliminate deep copy
|
PtrsCastable.cc
|
9.3 KB
|
3e5dd913
|
4 years
|
f37yu |
reimplement function type and eliminate deep copy
|
RenameVars.cc
|
5.6 KB
|
7583c02
|
4 years
|
f37yu |
partially improve #226: resolver environment size reduced to O(n)
…
|
RenameVars.h
|
1.2 KB
|
94fa946
|
3 years
|
ajbeach |
Cleaned up some files I have been looking at a lot recently.
|
ResolveAssertions.cc
|
18.3 KB
|
2fb35df
|
4 years
|
f37yu |
exclude deleted declarations for assertion matching
|
ResolveAssertions.h
|
901 bytes
|
4d2d45f9
|
6 years
|
a3moss |
Improve assertion error messages
|
Resolver.cc
|
77.3 KB
|
9e7236f4
|
3 years
|
j82liang |
Resolution of struct enum. The codegen of struct enum will be in the …
|
Resolver.h
|
3.3 KB
|
39d8950
|
3 years
|
ajbeach |
Thread global information through resolution. Non-top-level calls to …
|
ResolveTypeof.cc
|
6.4 KB
|
94fa946
|
3 years
|
ajbeach |
Cleaned up some files I have been looking at a lot recently.
|
ResolveTypeof.h
|
973 bytes
|
94fa946
|
3 years
|
ajbeach |
Cleaned up some files I have been looking at a lot recently.
|
ResolvMode.h
|
1.8 KB
|
0536c03
|
4 years
|
f37yu |
remove unnecessary prune
|
SatisfyAssertions.cpp
|
19.2 KB
|
1958fec
|
4 years
|
f37yu |
increase recursive assertion depth limit
|
SatisfyAssertions.hpp
|
999 bytes
|
1389810
|
4 years
|
f37yu |
consolidate prune and satisfy assertion
|
SpecCost.cc
|
7.2 KB
|
978e5eb
|
4 years
|
mlbrooks |
Calculation of specialization benefit (spec "cost") looks inside the …
|
TypeEnvironment.cc
|
16.4 KB
|
cd6a6ff
|
4 years
|
Thierry Delisle |
Improved coverage of deterministic_output to be much finer grain.
|
TypeEnvironment.h
|
7.5 KB
|
1db306a
|
4 years
|
Thierry Delisle |
First attempt to sort alternatives before printing.
|
typeops.h
|
7.6 KB
|
cf32116
|
5 years
|
ajbeach |
Implemented expression based lvalue resolution on new ast.
|
Unify.cc
|
48.0 KB
|
9d8124f
|
3 years
|
f37yu |
fix some code that clearly does not accomplish the correct thing.
has …
|
Unify.h
|
4.1 KB
|
2773ab8
|
5 years
|
a3moss |
Add new resolver overload for WaitForStmt?
|
WidenMode.h
|
1.3 KB
|
ee574a2
|
5 years
|
a3moss |
Port CommonType? to new AST
|