index
:
libfirm
am-cmp
amd64-fma
autotransform
better-lcssa
beverify
blocksched
boolopt-improvement
closures
constbits.fix
cpu2017
duffs
exc
exc-kahlert
exceptions
execfreq
execfreq-new
firm2vhdl
gitlab-ci-testing
icore
improve-loop-unrolling
inlining
inlining2
jfirm-compat
keep-alive-blocks
lowfat_sanitizer
lto
master
matze_inlining
multi-file
pagecache
pdeq_new
proc-clone
regalloc-compressed
regalloc-compressed-fixes
regalloc-compressed-static
regalloc-reference
riscv
riscv64
rotate
same_as
scalar-replace-copyb
scratchpad_mem
set_b_value
sgraf/and-broken
sparc-double-registers
sparc-double-registers-rebased
target
temp-copy-lower-in-scalar-replace
test-al-al
tmp-amd64-improvements
vfirm
vhdl-backend
Graph-Based Intermediate Representation
matthias.braun@kit.edu
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
ir
/
tv
Commit message (
Expand
)
Author
Age
*
Recognize quad precision floats as used on AArch64.
Manuel Mohr
2021-03-04
*
Reorganize include directives
Matthias Braun
2017-02-17
*
Fix indentation
Sebastian Buchwald
2016-05-12
*
tv: Add 'tarval_is_minus_null()'.
Christoph Mallon
2016-04-22
*
tv: Add get_tarval_magnitude().
Christoph Mallon
2016-02-26
*
fltcalc: Report negative overflow intead of bad when converting negative numb...
Matthias Braun
2016-02-14
*
Rename is_po2() to is_po2_or_zero()
Matthias Braun
2016-02-13
*
tv: Allow irma_twos_complement everywhere where mode_is_int was allowed
Matthias Braun
2016-01-24
*
tv: Only allow tarval_popcount on twos_complement modes
Matthias Braun
2016-01-24
*
tv: More const
Matthias Braun
2016-01-24
*
Use more const modifiers for tarval operations
Matthias Braun
2016-01-24
*
adt: Add and use 'streq()'.
Christoph Mallon
2015-12-07
*
Avoid unnecessary inclusion of strings.h
Matthias Braun
2015-12-06
*
tv: Remove mode parameter from tarval_sub
Matthias Braun
2015-10-18
*
Always include irnode_t.h from inside libfirm (or firm_types.h)
Matthias Braun
2015-09-10
*
Move ir_node struct from irtypes.h to irnode_t.h, remove irtypes.h, cleanup
Matthias Braun
2015-09-10
*
Move ir_mode struct from irtypes.h to irmode_t.h, cleanup
Matthias Braun
2015-09-10
*
Constify tarval parameter.
Sebastian Buchwald
2015-06-05
*
Constify mode parameter.
Sebastian Buchwald
2015-06-05
*
cleanup: Move the implementation of bitset_fprint() into .c, to not spill #in...
Christoph Mallon
2015-05-29
*
Fix fc_cast
Andreas Zwinkau
2015-05-18
*
add asserts
Andreas Zwinkau
2015-05-18
*
refactor asserts
Andreas Zwinkau
2015-05-18
*
util: Add and use is_digit().
Christoph Mallon
2015-04-27
*
tv: When checking for lossless conversion, examine the mantissa of NaNs.
Christoph Mallon
2015-02-01
*
tv: Correct converting NaNs.
Christoph Mallon
2015-02-01
*
tv: NaN can be negated, too.
Christoph Mallon
2015-02-01
*
tv: Print the sign of NaN and zero, too.
Christoph Mallon
2015-02-01
*
cleanup: Remove unnecessary #include <limits.h>.
Christoph Mallon
2015-01-25
*
tv: Allow tarval_get_bit() for tarvals with any data mode.
Christoph Mallon
2015-01-18
*
tv: cleanup; remove some unused functions
Matthias Braun
2014-12-31
*
assert for float mode in get_tarval_{small|epsilon}; remove unused get_tarval...
Matthias Braun
2014-12-31
*
restrict new_tarval_from_long to two_comeplement modes
Matthias Braun
2014-12-31
*
tv: remove unused possibility to parse boolean values and 'null'
Matthias Braun
2014-12-31
*
fltcalc: assert that there is enough precision
Matthias Braun
2014-12-31
*
fltcalc: remove unreachable code
Matthias Braun
2014-12-31
*
strcalc: remove unused SC_hex, SC_OCT and SC_BIN printing support
Matthias Braun
2014-12-31
*
tv: split get_tarval() into get_int_tarval() and get_fp_tarval()
Matthias Braun
2014-12-31
*
fltcalc: cleanup
Matthias Braun
2014-12-31
*
fltcalc: cleanup, remove printing in FC_PACKED(unused) and FC_BIN(unimplemented)
Matthias Braun
2014-12-31
*
fltcalc: remove the global accumulation buffer
Matthias Braun
2014-12-31
*
fltcalc: change normalize() to always work in place
Matthias Braun
2014-12-31
*
strcalc: change sc_inc to always work in-place
Matthias Braun
2014-12-31
*
tv: rework NaN handling
Matthias Braun
2014-12-30
*
fltcalc: fix some NaN handling bugs.
Matthias Braun
2014-12-30
*
fltcalc: take the "smaller NaN" for binops with 2 NaN inputs
Matthias Braun
2014-12-30
*
tv: remove space skipping feature and len == 0 handling from new_tarval_from_...
Matthias Braun
2014-12-30
*
tv: introduce tarval_to_bytes()
Matthias Braun
2014-12-30
*
tv: remove endianess paramter from new_tarval_from_bytes()
Matthias Braun
2014-12-30
*
strcalc: cleanup and fix print_buf for mode_size%8 != 0
Matthias Braun
2014-12-30
[next]