Károly Balogh
|
ed13f4d0d1
m68k: add a function to optimize const MUL cases to sequences of shifts + ADD/SUB. mainly for '000 and other low end 68ks with slow/limited MUL capabilities. inactive for now, as it wasn't that extensively tested
|
9 年 前 |
pierre
|
fe4e2956c6
Disable checkpointer call when handling left of prefetch node
|
9 年 前 |
yury
|
c36faacd57
* dwarf: Internal option to generate a LLDB compatible debug info. It is enabled for the Android targets.
|
9 年 前 |
svenbarth
|
89f7da58ea
* fix tcgx86.make_direct_ref: we need to use the register in which we loaded the symbol and combine that with the base register (if it is set) without using an ADD
|
9 年 前 |
michael
|
bc2f213bd3
* Patch from Laco to add additional function in interface
|
9 年 前 |
michael
|
c7523c6236
* Patch from Mattias Gaertner with support for
|
9 年 前 |
Jonas Maebe
|
ec53fdf45a
* don't try to write using standard I/O from a thread while the program is
|
9 年 前 |
yury
|
c29c5571b8
* android: Fixed AV during linking when JNI_OnLoad is located in a non-main unit.
|
9 年 前 |
pierre
|
88f9d18a88
Enable checkpointer support for all linux systems
|
9 年 前 |
pierre
|
749dc00401
Fix CheckPointer code for pointer in stack area for linux
|
9 年 前 |
Jonas Maebe
|
999cb7de6d
+ LLVM 3.7 support in the LLVM IR writer
|
9 年 前 |
Jonas Maebe
|
eb9d4b71b3
* equivalent of r34246 for targets using the non-fragile Objective-C ABI
|
9 年 前 |
Jonas Maebe
|
27bb656cec
* replaced "in_make_direct_ref" field with a trefaddr flag
|
9 年 前 |
Jonas Maebe
|
e8c9541c04
* don't use ADD in make_direct_ref(), as the flags may be live
|
9 年 前 |
Jonas Maebe
|
a9073cb50b
* don't overwrite the flags in make_simple_ref() if the reference
|
9 年 前 |
Jonas Maebe
|
db171702f3
* vecn: don't use left.location.reference.alignment if left is not in a
|
9 年 前 |
Jonas Maebe
|
0afbe85aab
* various memory reference alignment fixes
|
9 年 前 |
michael
|
5d18c63b24
* Patch from Graeme Geldenhuys to disable embedding fonts.
|
9 年 前 |
sergei
|
67bd4775fd
- Cleaned out thread manager semaphore support which was ever implemented only for Unix, and not used since r28965. This also reverts changes to System unit interface introduced in r27665.
|
9 年 前 |
lacak
|
507088d097
fcl-db: sqldb: Firebird
|
9 年 前 |
florian
|
e5f63779bb
* pass S_NO instead of S_XMM to *SQRTSS/SD as size as the memory location is 32/64 bit
|
9 年 前 |
marcus
|
f2b60d07d3
MorphOS: added locale library unit
|
9 年 前 |
michael
|
4e39c254d2
* Remove unused variables
|
9 年 前 |
michael
|
0af46b90aa
* Add null in Array/Object if an element is Nil.
|
9 年 前 |
michael
|
5be2dfd9c8
* Fix bug ID #30606, identifier not allowed when parsing object
|
9 年 前 |
michael
|
a80e8f41c4
* Report correct position when encountering identifier
|
9 年 前 |
svenbarth
|
386b7ac154
* fix for Mantis #28753: don't return generic dummys from single_type(); ensures that parameters correctly evaluate to error defs should generic dummies be used
|
9 年 前 |
svenbarth
|
e4f1b15860
* fix declarations; these only worked by accident and will no longer work after the next commit of mine
|
9 年 前 |
svenbarth
|
ce18b10c81
* fix for Mantis #30530: when the global/static symtable is reached defowner is Nil, so respect that in the loop condition
|
9 年 前 |
svenbarth
|
531829c072
* don't check for hints if we have a specialization with the same name as the to be used generic (though since the typedef would be errordef it wouldn't print anything anyway...)
|
9 年 前 |