Commit
a9ae5ca2776396c5fe1eb7ac900b1f7f8ebdfacc
by j82liangremove unused addInitType
|
The file was modified | src/ControlStruct/TranslateEnumRange.cpp |
Commit
433e2c3fb7ad367e63441101bb26ac863372e64e
by Peter Buhrproofread thesis frontpgs and intro
|
The file was modified | doc/theses/jiada_liang_MMath/intro.tex |
The file was modified | doc/theses/jiada_liang_MMath/uw-ethesis-frontpgs.tex |
Commit
1571e4d69c6616d989853ffc4c395d0ed369f67b
by j82liangreinterpret loop start for enum type as the first enumerator
|
The file was modified | src/ResolvExpr/ResolveTypeof.cpp |
The file was modified | libcfa/src/enum.hfa |
Commit
06ecda91dcaa23679d25ab3ec5b928ff4db605a9
by j82liangdefine enum to value cost as implicit cost
|
The file was modified | src/ResolvExpr/CandidateFinder.cpp |
The file was modified | src/ResolvExpr/Cost.hpp |
Commit
bcb41f782c406fd7a2d86d17b78156f3da5fab97
by j82liangUpdate .error as the cost model has changed
|
The file was modified | tests/errors/.expect/completeType.x64.txt |
The file was modified | tests/.expect/castError.txt |
The file was modified | tests/meta/.expect/arch.x64.txt |
Commit
2dd5c6dbeb7bce0ee526e30911002092ab2769d8
by j82liangUpdate +=/-= for enums
|
The file was modified | libcfa/src/enum.hfa |
Commit
e15293bbf556de0eadee7da47879cec458405ca3
by Peter Buhrdisplay subsubsection numbering and insert into the table of contents
|
The file was modified | doc/theses/jiada_liang_MMath/uw-ethesis.tex |
Commit
d39d8a4e67710d1f6f040398a7187e6bf7fe82aa
by Peter Buhrproofread background chapter
|
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
ecaedf35cebf180cb35848eb11e2e66868d1a66c
by j82liangUpdate test expect for arm64
|
The file was modified | tests/meta/.expect/arch.arm64.txt |
The file was modified | tests/errors/.expect/completeType.arm64.txt |
Commit
1697c408612c60062c8329f77b409af1b2084852
by j82liangmerge local changes
|
The file was modified | doc/theses/jiada_liang_MMath/planet.cfa |
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
065de93053abbf0b4c1d826a614188b2a32bc16f
by j82liangUpdate test expect for x86
|
The file was modified | tests/meta/.expect/arch.x86.txt |
The file was modified | tests/errors/.expect/completeType.x86.txt |
Commit
503c3507b4589b10d4954fb50f34abd61c4ddf32
by Peter Buhrmove overload material into background chapter
|
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
a57ad8ab3b98a4224f36f890f8ba44482861eeed
by Peter Buhrproofread C Enum chapter
|
The file was modified | doc/theses/jiada_liang_MMath/CEnum.tex |
Commit
b59c21a0b604d46b0ed033873d93f9f56b8fe822
by j82liangremove leading whitespace
|
The file was modified | tests/meta/.expect/arch.x86.txt |
Commit
5f210c08ab78098d82c19b6a8bfa3d0be728f733
by j82liangChange enum pos to signed int to avoid underflow; operator on enum will not have range check (but succ and pred still have range check
|
The file was modified | src/ControlStruct/TranslateEnumRange.cpp |
The file was modified | tests/ctrl-flow/loopctrl.cfa |
The file was modified | libcfa/src/enum.cfa |
The file was modified | libcfa/src/enum.hfa |
The file was modified | src/Validate/ImplementEnumFunc.cpp |
The file was modified | tests/ctrl-flow/.expect/loopctrl.txt |
Commit
7db4fcd41f6e480c127ac67aab54ad38567b44b9
by j82liangsmall fix
|
The file was modified | libcfa/src/enum.hfa |
Commit
2514d3d7ef96e399511360e31eade8b765af57fa
by Peter Buhrformatting
|
The file was modified | doc/theses/jiada_liang_MMath/intro.tex |
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
9464369822b752daa3680a739289ebb9f7b7665a
by Peter Buhradd discussion about partially implemented individual scoping mechanism
|
The file was modified | doc/theses/jiada_liang_MMath/CEnum.tex |
Commit
c588acbb75d8c5916e6a5ee323923484f09ba429
by Peter Buhrproofread CFA enumeration chapter
|
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
Commit
f6d2e9bbdf83657868efff287e6f2494d2a02ca5
by j82liangChange FX64 (x64) to FA64 (arm64)
|
The file was modified | tests/meta/.expect/arch.arm64.txt |
Commit
7f18438f6ced55ef03d1637ee81da566c4cbb844
by j82liangAdd "implicit case to base type" to enumerator
|
The file was modified | src/Parser/TypeData.cpp |
Commit
830edc615fda3f16d44327cfaf8827106141df2d
by j82liang1. Add implicit const to enum base type; 2. change auto initializer to +1 (rvalue addtion)
|
The file was modified | src/Validate/ImplementEnumFunc.cpp |
The file was modified | src/Parser/TypeData.cpp |
Commit
0e6cf54c9e9c06b78a7a07da28bb3f7b4a576347
by j82liangRevert change: enumerator cannot be implicitly const
|
The file was modified | src/Parser/TypeData.cpp |
Commit
4dab7e8ffa69d52964660a976601bcdb615d006e
by Peter Buhrformatting, add str conversion routines, add more combinations of ?+? routines
|
The file was modified | libcfa/src/collections/string.hfa |
The file was modified | libcfa/src/collections/string.cfa |
Commit
96de72b53dfb970705f68bbfdd7474e718f6395b
by j82liang1. Update contribution; 2. update loop subsection; 3. rangeLoops.cfa are the code example used in loop section
|
The file was modified | doc/theses/jiada_liang_MMath/intro.tex |
The file was added | doc/theses/jiada_liang_MMath/rangeLoops.cfa |
The file was modified | doc/theses/jiada_liang_MMath/trait.tex |
Commit
af5baae0adea725769db51743818a97dfe619952
by j82liangWording changes
|
The file was modified | doc/theses/jiada_liang_MMath/intro.tex |
Commit
c4d6c900fd47e0fbd91cc0e4ab14450e327e9618
by Peter Buhrformatting, documentation
|
The file was modified | libcfa/src/collections/string.hfa |
Commit
0c51c8b42a007627bcf2537dfce73151c5a015ef
by Peter Buhrformatting, add section of enumeration subset
|
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
The file was modified | doc/theses/jiada_liang_MMath/intro.tex |
The file was modified | doc/theses/jiada_liang_MMath/CEnum.tex |
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
Commit
efd055c61ef4a5bb3389700877cb9d285cb2285e
by j82lianguser define enum example
|
The file was added | doc/theses/jiada_liang_MMath/user_define_enum.cfa |
Commit
ee2f11f42a4e816b08338d99477f3a2c2ad2e015
by Peter Buhrfix user_define_enum.cfa
|
The file was modified | doc/theses/jiada_liang_MMath/user_define_enum.cfa |
Commit
d6c5faa2a63e7d3e3a52c2fd424405528bd8183f
by j82liangA demo of offset algorithm used in enum containment inheritance
|
The file was added | doc/theses/jiada_liang_MMath/offsetAlgorithm.cc |
Commit
bd686f0a4193bec9130edec2ddc51e8bbb5df7e5
by j82liangCFAEnum to CFAEnum conversion algorithm (the previous was enumerator to CFAEnum which is not a cast suppose to do)
|
The file was modified | doc/theses/jiada_liang_MMath/offsetAlgorithm.cc |
Commit
8cb2ff633d154e6819fdc26b163cfc2247eac230
by Peter Buhrproofread trait chapter
|
The file was modified | doc/theses/jiada_liang_MMath/trait.tex |
Commit
d7cb0f736b9617539a88c6d2cb8d76f93d1e5f37
by Peter Buhrsecond attempt proofread trait chapter
|
The file was modified | doc/theses/jiada_liang_MMath/trait.tex |
Commit
5fdaeab1e503d76454d1dc8edc3fd1025c76013d
by Peter Buhrthird attempt proofread trait chapter
|
The file was modified | doc/theses/jiada_liang_MMath/trait.tex |
Commit
63d5b9c813497aa370ec41bc6b32ec92e82c0831
by j82liangMerge changes
|
The file was modified | src/Validate/ImplementEnumFunc.cpp |
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
Commit
59fb46243b69fa66cdb75d1fddc0fbaaaf7e0bf1
by j82liangAdd code comment along the example
|
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
Commit
f3abce961730a076add7c8efe035e28682936f37
by j82liangupdate subset section
|
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
Commit
1d8a349d2e6b2f16b9c13dd45016011adf5118e6
by j82liangchange wording
|
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
Commit
e49c308e3a7e1d9cdf4521ccf7d8491c411451fe
by Peter Buhrremove unused parameter name from function Countof, add period to end of error messages
|
The file was modified | libcfa/src/enum.cfa |
The file was modified | libcfa/src/enum.hfa |
Commit
3b10778fb82ecb67ed2d80e06be6f8f0173b68e6
by Peter Buhrsmall proofreading updates
|
The file was modified | doc/theses/jiada_liang_MMath/intro.tex |
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
Commit
4e09af2fe53d4632e8667617a260ed2c5a2058d2
by Peter Buhrupdate unfreed storage message from memory allocator
|
The file was modified | libcfa/src/heap.cfa |
Commit
fd0a9bf98db77f1225239c787cba42c176593bc5
by Peter Buhrformatting
|
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |
Commit
7cb14c96f1e1ef1941f5a844729a31bfa0a9929f
by Peter Buhrproofread conclusion chapter
|
The file was modified | doc/theses/jiada_liang_MMath/conclusion.tex |
Commit
4c63025a23cfc8b4282e1133d60b4dbf868b90f3
by Peter Buhrfix duplicate labelling of figures
|
The file was modified | doc/theses/jiada_liang_MMath/trait.tex |
Commit
b9f6a7cd83430fb2a844b45b2a5edb3050593daf
by Peter Buhrrename file CEnum.tex to Cenum.tex to match CFAenum.tex
|
The file was removed | doc/theses/jiada_liang_MMath/CEnum.tex |
The file was added | doc/theses/jiada_liang_MMath/Cenum.tex |
Commit
90e7a2f0c4835e12bd98161fe482701b94741e42
by Peter Buhrremove unused files from repository
|
The file was removed | doc/theses/jiada_liang_MMath/benchmarks.tex |
The file was removed | doc/theses/jiada_liang_MMath/performance.tex |
The file was removed | doc/theses/jiada_liang_MMath/glossary.tex |
Commit
9d3a4cc8f1758107f333259e1ea5aabf6a260d5c
by Peter Buhrfix PDF warnings about special characters in titles
|
The file was modified | doc/theses/jiada_liang_MMath/trait.tex |
The file was modified | doc/theses/jiada_liang_MMath/Cenum.tex |
The file was modified | doc/theses/jiada_liang_MMath/background.tex |
The file was modified | doc/theses/jiada_liang_MMath/relatedwork.tex |
The file was modified | doc/theses/jiada_liang_MMath/CFAenum.tex |