yury
|
d5cc2e83cf
* pas2jni: Use cthreads first.
|
8 years ago |
yury
|
ea16dfdcf8
* pas2jni: Suppress false warnings in Java code.
|
8 years ago |
yury
|
4dcc9de92f
* pas2jni: More clean Java code for sets.
|
8 years ago |
sergei
|
8f4f40d240
* Disabled running the test, because it needs SSE4.1 capable CPU to run, and there is no portable way to detect it.
|
8 years ago |
sergei
|
133fcb5ab2
* Fixed VMOVQ instruction encoding, now assembles correctly also in 32-bit code.
|
8 years ago |
sergei
|
b5660401fe
* Some cleanup for AVX part of internal assembler. Functionality is not changed.
|
8 years ago |
Jonas Maebe
|
acaae2bf3c
* fixed test so it does not use uninitialised floating point values (that
|
8 years ago |
Jonas Maebe
|
48ef33a8b3
* fixed interprocedural gotos for llvm
|
8 years ago |
Jonas Maebe
|
ade45eb31a
+ support for llvm load nodes of labelsym using blockaddress()
|
8 years ago |
Jonas Maebe
|
3b7d9447ae
* blockaddress creates a constant operand for another opcode, it's not an
|
8 years ago |
sergei
|
ebe134febc
* Fixed memory reference size for MOVSS instruction, Mantis #29954.
|
8 years ago |
sergei
|
870fda34d5
* x86 AT&T reader and writer: cleaned up usage of attsufMM suffix:
|
8 years ago |
florian
|
3b665ddea2
- unused variable removed
|
8 years ago |
florian
|
86f0b59095
* avoid conversion to larger type in Align
|
8 years ago |
florian
|
01e1e9410d
+ dummy heap status implementations
|
8 years ago |
florian
|
b527bab087
* better check if we are in the main program which never returns
|
8 years ago |
florian
|
e33b2920dc
+ CallReg2Jmp optimization
|
8 years ago |
florian
|
3eef641833
* convert jmp into rjmp only of the target is not a function
|
8 years ago |
florian
|
0882c13cb7
* do not move dest to a new register if not needed in tcgavr.g_concatcopy
|
8 years ago |
florian
|
e49a826837
+ PushPushPopPop2MovMov optimization
|
8 years ago |
florian
|
cfb5ebeb23
* Find* subroutines return an error by default
|
8 years ago |
florian
|
0dbcd5daa9
* do not run test, if no stack checking is available
|
8 years ago |
florian
|
13de8c6808
* -Or => -Ooregvar
|
8 years ago |
florian
|
16fa079a2a
* allocate always a minimum block size, else free list management causes memory corruption
|
8 years ago |
florian
|
baa33d7e2f
* pass enabled features to the compiler when running tests on the embedded target, so tests can depend on the features
|
8 years ago |
Jonas Maebe
|
a89a4d905f
+ test for already fixed mantis #30948
|
8 years ago |
florian
|
10132bfafa
* removed accidently committed file
|
8 years ago |
yury
|
1ccf551d1c
* android: Try to get the package files directory for any shared library. If it is valid use it as a home dir.
|
8 years ago |
michael
|
47a59f269a
* Added some explanatory comments about the use of this include file
|
8 years ago |
sergei
|
8e55231640
- Removed what's called "GAS bugfix" for VCVTDQ2PD instruction. Rationale:
|
8 years ago |