2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix dumper with flags ir_dump_flag_iredges and ir_dump_flag_all_anchors. More... about 6 years ago
Silence compiler warnings. More... about 6 years ago
Revise documentation in typerep.h. More... about 6 years ago
Use Boolean operator for Boolean values More... about 6 years ago
Updated comment about GEN_DIR in CMakeLists More... about 6 years ago
Revert to old generated paths More... about 6 years ago
make: Fix breakage introduced with 088fd37 More... about 6 years ago
cmake: Put header files in a location known to superprojects More... about 6 years ago
Add riscv backend to CMakeLists.txt More... about 6 years ago
Add special case to Mux optimization More... about 6 years ago
boolopt: fix optimization in case of two Cmp nodes which both compare with the same constant More... about 6 years ago
boolopt: do not generate unordered relations for integer compares More... over 6 years ago
ia32: / ifconv: do not generate cmov constructs More... over 6 years ago
mux lowering: do not insert extra block between cond and phi More... over 6 years ago
mux lowering can insert critical edges More... over 6 years ago
ia32: Set mode_T for a Conv_I2I loading from memory right after creating it, instead of later in gen_Proj_Load(). More... over 6 years ago
ia32: Ensure correct translation of Proj M -> Load as part of a RMW operation. More... over 6 years ago
ia32: Simplify gen_Proj_Load(). More... over 6 years ago
ia32: Simplify handling of nodes in create_proj_for_store(), which have mode M already. More... over 6 years ago
Reduce code duplication a bit. More... over 6 years ago
ia32: Remove redundant 'set_ia32_op_type(..., ia32_Normal)'. More... over 6 years ago
ia32: Correctly use X86_ADDR_REG instead of X86_ADDR_INVALID. More... over 6 years ago
x86: Set the address mode variant in eat_shl() right away instead of doing it later in the caller. More... over 6 years ago
ia32: Use set_indexed_ent(). More... over 6 years ago
Use set_am_const_entity(). More... over 6 years ago
ia32: Remove redundant set_irn_pinned(n, false). More... over 6 years ago
ia32: Remove pointless state 'exc_pinned' from node specifications. More... over 6 years ago
ia32: Do not unnecessarily attach a Proj to an fadd. More... over 6 years ago
ia32: Factor out and simplify code to select elements from a float array. More... over 6 years ago
ia32: Remove the unused function clear_ia32_commutative(). More... over 6 years ago