svenbarth
|
1aa80f77cb
- remove no longer needed global variable allow_array_constructor
|
пре 8 година |
svenbarth
|
6d512ddac7
* allow nested array constructors inside normal code blocks (body & except)
|
пре 8 година |
svenbarth
|
8f4ef91efb
* tarrayconstructornode: force conversion to set if there's a range node in the tree
|
пре 8 година |
svenbarth
|
bdef19fd79
* indeed allow the conversion of array constructors to dynamic arrays
|
пре 8 година |
svenbarth
|
82b2d22ed6
* keep track of allow_array_constructor as part of the array constructor node
|
пре 8 година |
svenbarth
|
dfc23da06c
* tassignmentnode.pass_typecheck: also allow "dynarray := []" in addition to "dynarray := nil"
|
пре 8 година |
svenbarth
|
c6f19b9888
* create_for_in_loop: if there's a choice between iterating an array and a set then prefer the set for backwards compatibility
|
пре 8 година |
svenbarth
|
a8b1d340c7
* create_for_in_loop: explicitely convert "for ... in [] do" to a nothing-node including an unreachable code warning (avoids code conversions that are for naught anyway)
|
пре 8 година |
svenbarth
|
df893b4a30
* implement a type conversion from an array constructor to a dynamic array
|
пре 8 година |
svenbarth
|
6e31a7ac83
+ add an overload to arrayconstructor_to_set that allows it to be used without the passed in node being freed
|
пре 8 година |
svenbarth
|
cc5e3fdee9
+ add utility function arrayconstructor_can_be_set which uses similar code to arrayconstructor_to_set to check whether an array constructor has even a chance to be converted to a set
|
пре 8 година |
pierre
|
6c43882cf5
Allow compilation with -Sfnothreading
|
пре 8 година |
svenbarth
|
b1c66dee9b
+ tarrayconstructornode: add utility method has_range_node to check whether the array constructor node tree contains any range node
|
пре 8 година |
svenbarth
|
4a2266ac44
* tarrayconstructornode.pass_typecheck: set elementdef of the arraydef only after the arrayoptions are changed
|
пре 8 година |
svenbarth
|
5f8135dd84
* tarraydef.setelementdef: don't call size for array constructors as they'll only have one once they're converted to dynamic arrays
|
пре 8 година |
joost
|
16b44b0719
* Allow longer package-names as fpmake-dependencies. Addins could have longer names
|
пре 8 година |
nickysn
|
aa93259463
+ support the lahf,fstsw and fnstsw instructions in
|
пре 8 година |
yury
|
2ae3ce79bb
* ARM: Never use the "BLX label" instruction. Use "BL label" instead.
|
пре 8 година |
Mattias Gaertner
|
a358fec12b
pastojs: use UsesClause instead of UsesList
|
пре 8 година |
Mattias Gaertner
|
91ed2c4d9d
fcl-passrc: resolver type alias with dotted unit name
|
пре 8 година |
nickysn
|
92cc447326
+ support the aam instruction in TX86AsmOptimizer.RegLoadedWithNewValue
|
пре 8 година |
nickysn
|
2431b1fa19
+ support the lodsb,lodsw,lodsd and lodsq instructions in
|
пре 8 година |
nickysn
|
6b7593d7d0
+ support the SETcc instructions in TX86AsmOptimizer.RegLoadedWithNewValue
|
пре 8 година |
nickysn
|
0cd70844f1
+ take into account the fact that lea doesn't read the segment register of its
|
пре 8 година |
nickysn
|
e10f184b74
+ support lds,les,lfs,lgs and lss in TX86AsmOptimizer.RegLoadedWithNewValue
|
пре 8 година |
nickysn
|
9b7a8f0da5
+ take into account the x86 segment register in TAOptBase.RegInRef
|
пре 8 година |
nickysn
|
eac74f5a81
+ support the cwd,cdq,cqo and cbw instructions in
|
пре 8 година |
yury
|
95094e9a8f
* Removed unused vars.
|
пре 8 година |
joost
|
50fea20003
* Add FPMake-plugin dependencies to unit path + test
|
пре 8 година |
nickysn
|
987cf2a9cf
* fixed a bug in the maxqword check in the Rol/RorQWord(maxqword,x)->maxqword
|
пре 8 година |