All public logs
Jump to navigation
Jump to search
Combined display of all available logs of emmtrix Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:48, 7 August 2025 Timo.stripf talk contribs moved page emmtrix C++ Link Stubber to emmtrix Link Stubber without leaving a redirect
- 06:47, 7 August 2025 Timo.stripf talk contribs created page emmtrix C++ Link Stubber (Created page with "emmtrix Link Stubber is a tool for generating definitions, such that a set of C/C++ files can be linked.") Tag: Visual edit
- 06:56, 6 August 2025 Tobias.columbus talk contribs created page Remove Includes Transformation (Created page with "== RemoveIncludes Transformation == The '''RemoveIncludes Transformation''' removes all non-standard include directives from a C source file and replaces them with the corresponding declarations directly within the file. The result is a self-contained <code>.c</code> file that can be compiled independently of external headers. This transformation effectively performs a header-flattening step that normally occurs during preprocessing in a compiler’s build pipeline. How...") Tag: Visual edit: Switched
- 14:53, 5 August 2025 Timo.stripf talk contribs created page Unity Build Merger Transformation (Created page with "Unity build (also known as '''single compilation unit''') is a technique used in C and C++ projects to glue multiple translation units together so that they are compiled as a single unit.<ref>Single compilation unit reduces compilation time for programs spanning multiple files by allowing shared header files, definitions and templates to be parsed only once:contentReference[oaicite:0]{index=0}.</ref> Instead of compiling each source file separately and then linking them,...") Tag: Visual edit: Switched
- 13:29, 30 July 2025 Timo.stripf talk contribs moved page Obfuscation and Anonymization Transformation to Obfuscation and Anonymization Transformation
- 02:36, 19 July 2025 User account Machine-tassimo9411 talk contribs was created
- 08:25, 30 June 2025 Timo.stripf talk contribs moved page Tempate:CallToAction to Template:CallToAction without leaving a redirect
- 08:15, 30 June 2025 Timo.stripf talk contribs created page Tempate:CallToAction (Created page with "{| style="border: 2px solid #007acc; background-color: #e6f4ff; padding: 0 3em; text-align: center;" | style="padding: 10px; font-size: 1.1em;" | <p>'''{{{1}}}''' <p>→ Contact us at [https://www.emmtrix.com/company/contact emmtrix.com/company/contact]. |}") Tag: Visual edit: Switched
- 07:51, 30 June 2025 Oliver.Wolf.EMX talk contribs created page File:HTML report vector code.png
- 07:51, 30 June 2025 Oliver.Wolf.EMX talk contribs uploaded File:HTML report vector code.png
- 14:04, 27 June 2025 Oliver.Wolf.EMX talk contribs created page File:Example HTML coverage report.png
- 14:04, 27 June 2025 Oliver.Wolf.EMX talk contribs uploaded File:Example HTML coverage report.png
- 11:06, 27 June 2025 Timo.stripf talk contribs created page TC4x PPU Coverage Analysis (Created page with "During development of a library for the Infineon AURIX TC4x Parallel Processing Unit (PPU), we had to fulfil safety-critical process requirements (ISO 26262, ASPICE). One key deliverable was proof of structural code coverage for every safety-relevant unit test. Traditional host-based coverage tools (e.g. gcov, llvm-cov) assume that the code under test can be built and run natively on the host. Because PPU kernels are developed in an C dialect (Vector C Code) containing...") Tag: Visual edit: Switched
- 09:29, 12 June 2025 Oliver.Wolf.EMX talk contribs created page Function Duplication (Created page with "A '''function duplication transformation''' also known as function cloning is a technique commonly used in program optimization, parallelization, and analysis to '''create multiple copies of a function''', each tailored to a specific context or use case. This approach allows for greater flexibility in optimizing or analyzing the function based on how it's used. = Description = Function duplication copies an existing function every time the function is called from a dif...") Tag: Visual edit
- 07:28, 3 June 2025 Mira.steinmetz talk contribs moved page Explicit Cast Insertion Transformation to Explicit Cast Insertion Transformation
- 06:47, 3 June 2025 Oliver.Wolf.EMX talk contribs moved page Constant Propagation Transformation to Constant Propagation Transformation
- 14:09, 21 May 2025 Timo.stripf talk contribs created page User:Timo.stripf/Lvalue (Created page with "* LValueToRvalue cast drops qualifiers * Indirection or array subscript does not perform a memory access. They produce lvalues that perform a memory access during lvalue to rvalue conversion or on the left side of an assign * Function designators are no lvalue but it is reasonable to treat them as lvalue and function to pointer decay then converts them to rvalues") Tag: Visual edit
- 04:57, 14 May 2025 User account JosefaCoy12 talk contribs was created
- 08:59, 5 May 2025 User account MagdalenaPrim6 talk contribs was created
- 02:42, 8 April 2025 Timo.stripf talk contribs created page Automatic C to Rust Translation (Created page with "Great. I’ll gather information on currently maintained and relevant automatic C to Rust translation tools, focusing on technical depth for programmers with compiler knowledge. I’ll include comparisons of these tools in terms of design, limitations, translation strategies, and internal implementation details such as parsing, AST handling, and safety mapping. I’ll format the article in a Wikipedia-like structure with proper sections and references. I’ll let you kn...") Tag: Visual edit: Switched
- 08:04, 4 April 2025 Timo.stripf talk contribs created page File:Tricore History.png
- 08:04, 4 April 2025 Timo.stripf talk contribs uploaded File:Tricore History.png
- 07:14, 4 April 2025 Timo.stripf talk contribs created page File:PPU Applications.jpg
- 07:14, 4 April 2025 Timo.stripf talk contribs uploaded File:PPU Applications.jpg
- 07:08, 4 April 2025 Timo.stripf talk contribs created page Talk:Infineon AURIX TC4x Parallel Processing Unit (PPU) (Created page with "== 512-bit PPU == The bit-width of the PPU is not fixed to 512-bit. It is flexible between 128 and 256-bits. == Rework toolchain chapter == The toolchain chapter is tool Synopsys centric. It needs rework.")
- 06:59, 4 April 2025 Timo.stripf talk contribs created page Infineon AURIX TC4x Parallel Processing Unit (PPU) (Created page with "The '''Parallel Processing Unit (PPU)''' in Infineon’s AURIX™ TC4x microcontroller family is a specialized co-processor designed to accelerate highly parallel computations for automotive and industrial applications. It complements the TC4x’s TriCore™ 1.8 CPUs by offloading computationally intensive tasks such as digital signal processing and neural network inference, enabling artificial intelligence (AI) capabilities up to the highest automotive safety levels (AS...")
- 08:52, 26 March 2025 Mira.steinmetz talk contribs uploaded File:Static Code Analysis.jpg
- 08:52, 26 March 2025 Mira.steinmetz talk contribs created page File:Static Code Analysis.jpg
- 08:51, 26 March 2025 Mira.steinmetz talk contribs uploaded File:ePE Processor Pipeline.png
- 08:51, 26 March 2025 Mira.steinmetz talk contribs created page File:ePE Processor Pipeline.png
- 08:37, 26 March 2025 Timo.stripf talk contribs created page Pointer Resolve Transformation (Created page with " == Pointer Resolve Transformation in emmtrix Studio == emmtrix Studio supports pointer resolving both through #pragma directives and via the graphical user interface (GUI). The pointer resolve transformation tries to replace pointers ... === Example === In the following example, partial loop unrolling is applied with an unroll factor of 3. Please note: A condition of <code>i < n - 2</code> would be incorrect as <code>n - 2</code> overflow for values like <code>n =...") Tag: Visual edit: Switched
- 10:23, 24 March 2025 Mira.steinmetz talk contribs created page File:Infineon Board.png
- 10:23, 24 March 2025 Mira.steinmetz talk contribs uploaded File:Infineon Board.png
- 04:08, 22 March 2025 Timo.stripf talk contribs created page User:Timo.stripf/test2 (Created page with "Prozessor-Pipeline des Infineon TriCore TC3xx Kerns Überblick Die Infineon TriCore TC3xx Familie von Mikrocontrollern ist eine bedeutende Produktlinie für anspruchsvolle Anwendungen im Automobil- und Industriesektor. Diese Mikrocontroller zeichnen sich durch hohe Leistung, Sicherheitsfunktionen und integrierte Sicherheitsmodule aus <ref>{{cite web |url=https://www.infineon.com/cms/en/product/microcontroller/32-bit-tricore-microcontroller/32-bit-tricore-aurix-tc3xx/ |...") Tag: Visual edit
- 13:53, 21 March 2025 Timo.stripf talk contribs created page File:AURIX TC399 LFBGA-516 plain.jpg
- 13:53, 21 March 2025 Timo.stripf talk contribs uploaded File:AURIX TC399 LFBGA-516 plain.jpg
- 12:17, 20 March 2025 Mira.steinmetz talk contribs uploaded File:lowres-Signet Associated Partner EN.eps.png
- 12:17, 20 March 2025 Mira.steinmetz talk contribs created page File:lowres-Signet Associated Partner EN.eps.png
- 11:16, 17 March 2025 Timo.stripf talk contribs uploaded File:Favicon.ico
- 11:10, 17 March 2025 Timo.stripf talk contribs created page File:Favicon.ico (Created page with "#REDIRECT [https://www.emmtrix.com/favicon.ico]")
- 11:07, 17 March 2025 Timo.stripf talk contribs created page File:Wordmark.png
- 11:07, 17 March 2025 Timo.stripf talk contribs uploaded File:Wordmark.png
- 19:39, 11 March 2025 Timo.stripf talk contribs created page User:Timo.stripf/test (Created page with "Ich werde einen MediaWiki-Artikel über "Logical Execution Time" (LET) erstellen, mit Fokus auf deeply embedded Systeme, insbesondere im Automotive-Bereich mit AUTOSAR. Der Artikel wird technisch fundiert sein und sich an technische Leser richten. Er wird die theoretischen Grundlagen, Implementierung in Echtzeitsystemen, insbesondere mit AUTOSAR, sowie Anwendungen in eingebetteten Systemen behandeln. Der Artikel wird so strukturiert sein, dass später ein Werkzeug zur Pe...")
- 03:51, 8 March 2025 Timo.stripf talk contribs created page File:inlining subst.jpg
- 03:51, 8 March 2025 Timo.stripf talk contribs uploaded File:inlining subst.jpg
- 03:46, 8 March 2025 Timo.stripf talk contribs created page File:inlining overhead.jpg
- 03:46, 8 March 2025 Timo.stripf talk contribs uploaded File:inlining overhead.jpg
- 02:11, 7 March 2025 Timo.stripf talk contribs deleted page Loop Interchange (content was: "#REDIRECT Loop Interchange Transformation", and the only contributor was "Timo.stripf" (talk))
- 02:10, 7 March 2025 Timo.stripf talk contribs moved page Loop Interchange to Loop Interchange Transformation
- 03:02, 1 March 2025 Timo.stripf talk contribs created page Bitblast Transformation (Created page with "A '''bitblast transformation''' is a technique used in '''formal verification''', particularly in '''SAT solving''' and '''SMT solving'''. It refers to the process of converting expressions that operate on '''word-level data types''' (such as 32-bit integers or bitvectors) into equivalent logic formulas operating on '''individual bits'''. This transformation allows complex operations to be handled by '''Boolean satisfiability solvers''' (SAT solvers), which operate exclu...")