Commit History

Author SHA1 Message Date
  florian 8b3478617d * enable more feature on avr, as long as no pascal level file I/O is used, this does not hurt 8 years ago
  florian bcb7061314 * made TObject usable, even if no ansistring support is available 8 years ago
  florian da7e1b3769 + tavraddrnode.pass_generate_code, avoiding unneeded moves 8 years ago
  florian bfb6d4d1b7 * enable test to work also with small targets taking only a shortint as longjmp argument 8 years ago
  florian 0c238b72e5 + set/longjmp implementation for avr 8 years ago
  michael 10360a823e * Fix bug ID #30960 8 years ago
  michael 3e21810dbd * Change comments for AdjustLineBreaks (bug ID 30959) 8 years ago
  michael 18f2592433 * float version of modulo (Patch from Thaddy De koning, bug ID #30744) 8 years ago
  michael ba35278552 * Patch from Werner Pamler to implement ^ in expression parser (Big ID 30970) 8 years ago
  michael 784da563ef * Patch from Silvio Clecio to implement QualifiedClassName (bug ID 30985) 8 years ago
  michael 629d8277da * Patch from Michalis Kamburelis to fix scanning of $ELSE (bug ID 31007) 8 years ago
  lacak 2f1addbb11 fcl-db: sqlite: fix UpdateIndexDefs if TableName is in format DatbaseName.TableName. Partial fixes bug #30834 8 years ago
  lacak b78ff18bfa fcl-db: sqlite: check if sqlite library is compiled with SQLITE_ENABLE_COLUMN_METADATA IOW there is API function sqlite3_column_origin_name() and co. Bug #30935 8 years ago
  florian f66ee3628c * CPU bitness dependent counter sizes for faster testing on slow CPUs 8 years ago
  Jonas Maebe ef90b46e52 * comment fix 8 years ago
  florian 8e7101a65a * proper naming of the optimziation in the DebugMsg 8 years ago
  Jonas Maebe d39db60934 * initialise the llvmvalueloc field for LOC_VOID locations, so they don't 8 years ago
  Jonas Maebe 280a6e15b7 * fixed invalid memory reads and potential double freeing when removing 8 years ago
  yury ed6d993008 * pas2jni: Proper boolean handling - jboolean must be 0/1. 8 years ago
  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