Remove trailing whitespace.
[cython.git] / Cython / Compiler / Optimize.py
2010-12-13 Robert BradshawRemove trailing whitespace.
2010-12-01 Mark Florissonbranch merge
2010-11-30 Stefan Behnelmerge
2010-11-30 Stefan Behneloptimise sum([int_const for ...]) into an inlined sum...
2010-11-26 Stefan Behnelanother Py3 fix for the compiled modules
2010-11-26 Stefan Behnelfix several Py3 and import issues in the compiled modules
2010-11-26 Stefan Behnelcompile Cython.Compiler.Optimize module
2010-11-26 Stefan Behneltypo
2010-11-25 Stefan Behnelcode cleanup in ConstantFolding transform to make boole...
2010-11-25 Stefan Behnelfix '<int>bool(<int>x)' to always return 0 or 1 instead...
2010-11-24 Mark Florissonbranch merge
2010-11-23 Stefan Behnelfix constant folding for nonsense code like '-False'
2010-11-23 Stefan Behnelmerge
2010-11-22 Stefan Behnelimplement sorted(genexp) as [listcomp].sort()
2010-11-21 Mark Florissonbranch merge
2010-11-14 Stefan Behneloptimise 'int_val in string_literal' into a switch...
2010-11-13 Mark Florissonbranch merge
2010-11-12 Stefan Behnelfix for Python <=2.5
2010-11-12 Stefan Behnelmerge
2010-11-12 Stefan Behnelbetter integer handling in constant folding, including...
2010-11-12 Stefan Behnelcleanup, support UnaryPlusNode in constant folding
2010-11-12 Stefan Behnelenable constant folding for UnaryMinusNode
2010-11-12 Stefan Behnelcleanup
2010-11-07 Stefan Behneloptimise iteration over dict.keys/values/items() in...
2010-11-07 Stefan Behnelmore builtin method cleanups
2010-11-07 Stefan Behnelsimplify some builtin method optimisations
2010-11-06 Stefan Behnelmoved string.h utility code over to Builtin.py to make...
2010-11-03 Stefan Behnelmerge getattr() optimisation into builtin function...
2010-11-03 Stefan Behnelsimplify iter() optimisation based on signature override
2010-09-11 Robert BradshawSome error tests for c array iteration.
2010-09-11 Robert BradshawCleanup slice iteration code.
2010-09-09 Stefan Behnelmerge
2010-09-09 Stefan Behnelfix optimised iteration over sliced C arrays with given...
2010-09-09 Robert Bradshawin and not in operators for C arrays and sliced pointers
2010-09-08 Stefan Behnelpartial optimisation for ord(Py_UNICODE) - better optim...
2010-09-03 Stefan Behnelfix char* string iteration when we actually need to...
2010-09-03 Stefan Behnelimplement C array iteration with explicit step size...
2010-08-09 Stefan Behnelmore None check elimination
2010-07-23 Stefan Behnelmerge
2010-07-23 Robert BradshawMerge closures into main development branch.
2010-07-20 Stefan Behnelgenerate the expected (fast) code for isinstance()...
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-17 Stefan Behnelreminder for code fix when general genexprs are supported
2010-07-17 Stefan Behnelcode cleanup and fixes for genexprs
2010-07-17 Craig Citromerge
2010-07-17 Stefan Behnelmerge
2010-07-17 Stefan Behnelfix tree structure for generator expressions
2010-07-17 Stefan Behnelmerged in latest cython-devel
2010-07-16 Stefan Behnelreimplement min()/max() optimisation before type analysis
2010-07-16 Stefan Behnelrewrite of min()/max() optimisation, now correctly...
2010-07-15 Stefan Behnelmerge
2010-07-14 Stefan Behnelmerged in latest cython-devel
2010-07-14 Stefan Behneldeploy unicode.encode() optimisation also for 'bytes...
2010-07-07 Craig CitroVarious cosmetic touch-ups.
2010-07-03 Stefan Behnelfix "Py_UNICODE in ..." against wide unicode literals...
2010-06-25 Stefan Behnelmerged in latest cython-devel
2010-06-15 Stefan Behnelmerged in latest cython-devel
2010-06-15 Stefan Behnelfix bug #544: handle side-effects in flattened in-list...
2010-06-01 Stefan Behnelmerged in latest cython-devel
2010-05-31 Stefan Behnelmerged in latest cython-devel
2010-05-30 Stefan Behneldisable tuple(genexpr) as it has a non-obvious negative...
2010-05-28 Stefan Behnelcleanup
2010-05-27 Stefan Behnelcleanup
2010-05-27 Stefan Behnelmerged in latest cython-devel
2010-05-27 Stefan Behnelimplement tuple(genexp) as tuple(list(genexp))
2010-05-27 Stefan Behnelclean up comprehensions to bring them closer to generat...
2010-05-27 Stefan Behneldrop sum(genexpr) into plain C code when the result...
2010-05-27 Stefan Behneldocstrings
2010-05-26 Stefan Behnelimplement min(a,b,...) and max(a,b,...) in unrolled...
2010-05-26 Stefan Behnelmerged in latest cython-devel
2010-05-26 Stefan Behnelimplement sum(genexp) as inlined genexp loop
2010-05-23 Stefan Behnelfix scoping rules for comprehensions and inlined genera...
2010-05-18 Stefan Behnelmerged in latest cython-devel
2010-05-17 Stefan Behnelmake len(Py_UNICODE) efficient
2010-05-17 Stefan Behnelmerge
2010-05-17 Stefan Behneldo not optimise len(str) as it doesn't map to a simple...
2010-05-16 Stefan Behnelmerged in latest cython-devel
2010-05-16 Stefan Behnelmerge
2010-05-16 Stefan Behneloptimise predicates and methods for single unicode...
2010-05-14 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-12 Stefan Behnelfix test py_unicode_type, remove code from Optimize...
2010-05-12 Stefan Behnelmerged in latest cython-devel
2010-05-10 Lisandro Dalcinbackout 63a493cdeee2 (usage of & is intentional)
2010-05-10 Lisandro Dalcinchange & to && in many places
2010-05-09 Stefan Behnelremoved outdated comment
2010-05-09 Stefan Behnelimplement any(genexpr) and all(genexpr) as special...
2010-05-09 Stefan Behnelmerged in latest cython-devel
2010-05-05 Stefan Behnelmerged in latest cython-devel
2010-05-04 Stefan Behnelcollapse BoolBinopNode during constant folding, small...
2010-05-04 Stefan Behnelenable .pop() optimisation also for typed lists
2010-05-03 Stefan Behnelslight speed-up in unicode/bytes indexing
2010-05-01 Stefan Behnelmerged in latest cython-devel
2010-04-29 Stefan Behnelcode cleanup for if-const dead code removal
2010-04-29 Stefan Behnelcode cleanup for if-const dead code removal: move handl...
2010-04-28 Stefan Behnelmerged in latest cython-devel
next