index
:
cparser
ast_grep
boolopt-option
cpu2017
exc
firm2vhdl
gcc_version
https-fix
icore
lowfat_sanitizer
lto
master
multi-file
options
pagecache
signbit
volatile_CopyB
a C99-Frontend
matthias.braun@kit.edu
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Update scripts to python3.
HEAD
master
Andreas Fried
2021-09-17
*
Make Makefile portable between make 4.2 and 4.3.
Andreas Fried
2020-04-29
*
Add support for _Pragma.
Brian Callahan
2019-12-06
*
add OpenBSD to the list of system targets
Johannes Bucher
2019-12-06
*
pass -mabi and -march flags to assembler/linker
Johannes Bucher
2019-11-29
*
update libfirm
Johannes Bucher
2019-11-29
*
Fix assertion
Sebastian Buchwald
2019-09-28
*
Remove leftover static find_compound_entry.
Andreas Fried
2019-07-29
*
Handle anonymous struct/union members in walk_designator (constfold.c).
Andreas Fried
2019-07-29
*
Handle anonymous struct/union members in walk_designator (ast2firm.c).
Andreas Fried
2019-07-29
*
Handle anonymous struct/union members in walk_designator (parser.c).
Andreas Fried
2019-07-29
*
Make find_compound_entry global.
Andreas Fried
2019-07-29
*
Simplify find_create_select by using find_compound_entry.
Andreas Fried
2019-07-29
*
Teach cparser about -fuse-ld.
Brian Callahan
2019-05-17
*
Teach cparser about -nopie which is the OpenBSD synonym of -no-pie.
Brian Callahan
2019-05-17
*
Include enable_posix.h for strndup().
Christoph Mallon
2019-05-17
*
Use make_string().
Christoph Mallon
2019-05-17
*
Assert that currently no object is being built when calling allocate_ast_zero().
Christoph Mallon
2019-05-17
*
Fix typos in comments.
Christoph Mallon
2019-05-17
*
update libfirm submodule
Johannes Bucher
2019-05-17
*
Merge branch 'asm_goto'.
Christoph Mallon
2019-04-05
|
\
|
*
Support 'asm goto'.
Christoph Mallon
2019-04-05
|
*
Split creation of Projs of ASM from setting them as current values for variab...
Christoph Mallon
2019-04-05
|
/
*
Adapt to atomically setting the pin state when making an ASM node.
Christoph Mallon
2019-04-05
*
Adapt to the changed parameter order of new_d_ASM().
Christoph Mallon
2019-04-05
*
pie/no-pie workaround: try linking with -no-pie first
Johannes Bucher
2019-03-27
*
Always normalize the asm template.
Christoph Mallon
2019-03-27
*
Correctly detect named asm operands in the template.
Christoph Mallon
2019-03-27
*
Clean up normalize_asm_text() a bit.
Christoph Mallon
2019-03-27
*
Simplify switch to if.
Christoph Mallon
2019-03-24
*
Clean up a bit the code to set endianness macros.
Christoph Mallon
2019-03-20
*
driver: The target triple can also be set by prefixing the executable name, e...
Christoph Mallon
2019-03-19
*
manpage: Mark the optional parts of the argument of -target in the synopsis.
Christoph Mallon
2019-03-19
*
pie/no-pie workaround: if linking fails, retry with -no-pie flag
Johannes Bucher
2019-03-19
*
Handle labels in normalize_asm_text().
Christoph Mallon
2019-03-17
*
Turn asm_label_t into an entity with base asm_operand_t.
Christoph Mallon
2019-03-17
*
Add asm_operand_t as base of asm_argument_t.
Christoph Mallon
2019-03-17
*
Simplify create_cast() a bit.
Christoph Mallon
2019-03-17
*
Factor out code to initialize a complex_value.
Christoph Mallon
2019-03-17
*
Simplify interface of init_jump_target().
Christoph Mallon
2019-03-17
*
Factor out code to build control flow for && and ||.
Christoph Mallon
2019-03-17
*
Factor out code to reset the asm input/output entities in normalize_asm_text().
Christoph Mallon
2019-03-16
*
Factor out code to record the asm input/output entities in normalize_asm_text().
Christoph Mallon
2019-03-16
*
Accept the asm qualifier 'inline'.
Christoph Mallon
2019-03-13
*
Accept asm qualifiers (goto, volatile) in arbitrary order, just like gcc.
Christoph Mallon
2019-03-13
*
bump libfirm
Johannes Bucher
2019-01-31
*
set default loop unroll factor to 4
Johannes Bucher
2019-01-31
*
make the unroll factor and the max size configurable
Elias Aebi
2019-01-24
*
use the new do_loop_unrolling2 function
Elias Aebi
2019-01-24
*
improved readability/code quality according to clang-tidy readability checks
Johannes Bucher
2019-01-24
[next]