cparser
16 years agomake parser more robust against invalid declarations
Matthias Braun [Fri, 30 May 2008 08:57:39 +0000 (08:57 +0000)]
make parser more robust against invalid declarations

[r19829]

16 years ago- Moved cp_errot030.c to shouldfail/wrongtype.c, as it should fail
Michael Beck [Thu, 29 May 2008 09:09:04 +0000 (09:09 +0000)]
- Moved cp_errot030.c to shouldfail/wrongtype.c, as it should fail
- now really crashes cparser

[r19826]

16 years agocparser crashes...
Michael Beck [Wed, 28 May 2008 13:24:15 +0000 (13:24 +0000)]
cparser crashes...

[r19811]

16 years agofixed handling of -b
Michael Beck [Wed, 28 May 2008 12:59:20 +0000 (12:59 +0000)]
fixed handling of -b

[r19809]

16 years agofixed warning for 64bit build
Michael Beck [Wed, 28 May 2008 12:53:43 +0000 (12:53 +0000)]
fixed warning for 64bit build

[r19808]

16 years agonon-existing entities must have peculiarity_description
Michael Beck [Tue, 27 May 2008 13:41:15 +0000 (13:41 +0000)]
non-existing entities must have peculiarity_description

[r19795]

16 years agofix bug with big octal sequences
Matthias Braun [Tue, 27 May 2008 12:50:28 +0000 (12:50 +0000)]
fix bug with big octal sequences

[r19793]

16 years agoone more
Matthias Braun [Tue, 27 May 2008 12:43:09 +0000 (12:43 +0000)]
one more

[r19792]

16 years agomake extensions starting with __ available for all configurations
Matthias Braun [Tue, 27 May 2008 12:36:21 +0000 (12:36 +0000)]
make extensions starting with __ available for all configurations

[r19791]

16 years agomake extensions starting with __ available for all configurations
Matthias Braun [Tue, 27 May 2008 12:31:30 +0000 (12:31 +0000)]
make extensions starting with __ available for all configurations

[r19790]

16 years agorework struct/union type creation, fix error 26
Matthias Braun [Tue, 27 May 2008 12:22:29 +0000 (12:22 +0000)]
rework struct/union type creation, fix error 26

[r19789]

16 years agomore errors
Matthias Braun [Tue, 27 May 2008 12:21:57 +0000 (12:21 +0000)]
more errors

[r19788]

16 years agowe have to skip the expected type as well in some cases
Matthias Braun [Tue, 27 May 2008 11:57:12 +0000 (11:57 +0000)]
we have to skip the expected type as well in some cases

[r19787]

16 years agonew error
Matthias Braun [Tue, 27 May 2008 11:33:15 +0000 (11:33 +0000)]
new error

[r19785]

16 years agoadd a panic for unimplemented initializer creation
Matthias Braun [Mon, 26 May 2008 08:19:03 +0000 (08:19 +0000)]
add a panic for unimplemented initializer creation

[r19767]

16 years agoimprove mode attribute parsing/skipping
Matthias Braun [Mon, 26 May 2008 08:18:47 +0000 (08:18 +0000)]
improve mode attribute parsing/skipping

[r19766]

16 years agoimplement null initializers for types on the stack
Matthias Braun [Sun, 25 May 2008 11:30:53 +0000 (11:30 +0000)]
implement null initializers for types on the stack

[r19763]

16 years agoadd mode attribute parsing
Matthias Braun [Sun, 25 May 2008 11:30:19 +0000 (11:30 +0000)]
add mode attribute parsing

[r19762]

16 years agoadd mode attribute parsing
Matthias Braun [Sun, 25 May 2008 11:30:08 +0000 (11:30 +0000)]
add mode attribute parsing

[r19761]

16 years agoadd -mcpu option
Michael Beck [Mon, 12 May 2008 16:29:03 +0000 (16:29 +0000)]
add -mcpu option

[r19587]

16 years agochanged for new inline I/F
Michael Beck [Mon, 5 May 2008 11:13:21 +0000 (11:13 +0000)]
changed for new inline I/F

[r19514]

16 years agoset the floating point model for the firm graph
Michael Beck [Sat, 3 May 2008 17:38:04 +0000 (17:38 +0000)]
set the floating point model for the firm graph

[r19498]

16 years agoadded -march, -mtune, -mfpu
Michael Beck [Sat, 3 May 2008 16:45:15 +0000 (16:45 +0000)]
added -march, -mtune, -mfpu

[r19497]

16 years agoadd -pg support, globals removed
Michael Beck [Mon, 14 Apr 2008 11:17:31 +0000 (11:17 +0000)]
add -pg support, globals removed

[r19277]

16 years agosynchronized with edgfe, using new inline heuristic
Michael Beck [Fri, 11 Apr 2008 14:20:19 +0000 (14:20 +0000)]
synchronized with edgfe, using new inline heuristic

[r19246]

16 years ago__attribute__((sentinel)) is first available in GCC 4.
Christoph Mallon [Fri, 4 Apr 2008 11:43:18 +0000 (11:43 +0000)]
__attribute__((sentinel)) is first available in GCC 4.

[r19118]

16 years agowe can safely enable set_opt_sel_based_null_check_elim() because we use Sel's only...
Michael Beck [Thu, 3 Apr 2008 13:17:40 +0000 (13:17 +0000)]
we can safely enable set_opt_sel_based_null_check_elim() because we use Sel's only for compound member access

[r19091]

16 years ago- fixed ld_name for Win32 and Mach-O
Michael Beck [Wed, 2 Apr 2008 23:22:55 +0000 (23:22 +0000)]
- fixed ld_name for Win32 and Mach-O
- add options -f mac, -f linux
- set the default mode depending on the host OS

[r19082]

16 years agouse new id_unique
Matthias Braun [Wed, 2 Apr 2008 22:05:05 +0000 (22:05 +0000)]
use new id_unique

[r19080]

16 years agoswitch off usage of global_pointer again: globals are only SymConsts. -fpic will...
Michael Beck [Wed, 2 Apr 2008 18:34:23 +0000 (18:34 +0000)]
switch off usage of global_pointer again: globals are only SymConsts. -fpic will be completely handled by the beabi

[r19074]

16 years ago-fpic implemented
Michael Beck [Wed, 2 Apr 2008 14:25:36 +0000 (14:25 +0000)]
-fpic implemented

[r19070]

16 years agofix wrong usage of idx_fmt (detected by a compiler warning)
Matthias Braun [Tue, 25 Mar 2008 09:28:18 +0000 (09:28 +0000)]
fix wrong usage of idx_fmt (detected by a compiler warning)

[r19023]

16 years agoimproved is_type_arithmetic()
Michael Beck [Sat, 22 Mar 2008 23:13:04 +0000 (23:13 +0000)]
improved is_type_arithmetic()

[r19022]

16 years agointroduce distinct complex and imaginary types
Michael Beck [Sat, 22 Mar 2008 22:54:50 +0000 (22:54 +0000)]
introduce distinct complex and imaginary types

[r19021]

16 years agofixed indentation
Michael Beck [Sat, 22 Mar 2008 19:46:36 +0000 (19:46 +0000)]
fixed indentation

[r19020]

16 years ago- removed useless symbol from reference expression
Michael Beck [Sat, 22 Mar 2008 19:44:18 +0000 (19:44 +0000)]
- removed useless symbol from reference expression
- improved format checker

[r19019]

16 years ago- renamed modifier to decl_modifier
Michael Beck [Sat, 22 Mar 2008 18:02:30 +0000 (18:02 +0000)]
- renamed modifier to decl_modifier
- fixed ld_name for win32 build

[r19018]

16 years agoanother test
Matthias Braun [Sat, 22 Mar 2008 12:57:20 +0000 (12:57 +0000)]
another test

[r19017]

16 years agoanother test
Matthias Braun [Sat, 22 Mar 2008 12:56:38 +0000 (12:56 +0000)]
another test

[r19016]

16 years agoanother test
Matthias Braun [Sat, 22 Mar 2008 12:48:35 +0000 (12:48 +0000)]
another test

[r19015]

16 years agoanother test
Matthias Braun [Sat, 22 Mar 2008 12:45:28 +0000 (12:45 +0000)]
another test

[r19014]

16 years agoanother test
Matthias Braun [Sat, 22 Mar 2008 12:44:35 +0000 (12:44 +0000)]
another test

[r19013]

16 years agotest commit
Matthias Braun [Sat, 22 Mar 2008 12:40:26 +0000 (12:40 +0000)]
test commit

[r19012]

16 years agotestcommit
Matthias Braun [Sat, 22 Mar 2008 12:22:57 +0000 (12:22 +0000)]
testcommit

[r19011]

16 years agotest commit
Matthias Braun [Sat, 22 Mar 2008 12:17:59 +0000 (12:17 +0000)]
test commit

[r19010]

16 years agoTODO update
Matthias Braun [Sat, 22 Mar 2008 12:16:05 +0000 (12:16 +0000)]
TODO update

[r19009]

16 years agofloat type alignment will be set later
Matthias Braun [Sat, 22 Mar 2008 11:49:04 +0000 (11:49 +0000)]
float type alignment will be set later

[r19008]

16 years ago- make use of new atomic_type_properties in ast2firm
Matthias Braun [Sat, 22 Mar 2008 11:42:19 +0000 (11:42 +0000)]
- make use of new atomic_type_properties in ast2firm
- rename base struct member from type to base in all types
- code cleanup

[r19007]

16 years agoavoid warning
Matthias Braun [Sat, 22 Mar 2008 10:33:07 +0000 (10:33 +0000)]
avoid warning

[r19006]

16 years agouse global table for atomic type properties
Matthias Braun [Sat, 22 Mar 2008 10:31:51 +0000 (10:31 +0000)]
use global table for atomic type properties

[r19005]

16 years ago__leave implemented
Michael Beck [Thu, 20 Mar 2008 16:25:39 +0000 (16:25 +0000)]
__leave implemented

[r19004]

16 years ago- fixed parse_error_expected()
Michael Beck [Thu, 20 Mar 2008 16:11:15 +0000 (16:11 +0000)]
- fixed parse_error_expected()
- microsoft __try, __except, __finally added

[r19003]

16 years agoBugFix: fix #k output
Michael Beck [Thu, 20 Mar 2008 16:10:16 +0000 (16:10 +0000)]
BugFix: fix #k output

[r19002]

16 years agomissing return added
Michael Beck [Thu, 20 Mar 2008 12:23:33 +0000 (12:23 +0000)]
missing return added

[r19001]

16 years agotypo fixed
Michael Beck [Thu, 20 Mar 2008 12:22:03 +0000 (12:22 +0000)]
typo fixed

[r19000]

16 years agosome struct namespacing tests
Matthias Braun [Thu, 20 Mar 2008 09:16:46 +0000 (09:16 +0000)]
some struct namespacing tests

[r18999]

16 years agouse a.exe on windows
Michael Beck [Wed, 19 Mar 2008 23:39:28 +0000 (23:39 +0000)]
use a.exe on windows

[r18998]

16 years agoadd missing dllimport and dllexport attributes
Michael Beck [Wed, 19 Mar 2008 23:23:05 +0000 (23:23 +0000)]
add missing dllimport and dllexport attributes

[r18997]

16 years agoalways transmit const source_position_t * instead of source_position_t
Michael Beck [Wed, 19 Mar 2008 23:19:04 +0000 (23:19 +0000)]
always transmit const source_position_t * instead of source_position_t

[r18996]

16 years agosmall changes
Michael Beck [Wed, 19 Mar 2008 23:17:49 +0000 (23:17 +0000)]
small changes

[r18995]

16 years agocollect GNU attributes in list, not used yet ...
Michael Beck [Wed, 19 Mar 2008 22:33:21 +0000 (22:33 +0000)]
collect GNU attributes in list, not used yet ...

[r18994]

16 years agofixed ICC warning
Michael Beck [Wed, 19 Mar 2008 21:06:07 +0000 (21:06 +0000)]
fixed ICC warning

[r18993]

16 years agomark entities as volatile where needed
Matthias Braun [Wed, 19 Mar 2008 17:48:24 +0000 (17:48 +0000)]
mark entities as volatile where needed

[r18992]

16 years agomore function and type attributes
Michael Beck [Wed, 19 Mar 2008 16:16:12 +0000 (16:16 +0000)]
more function and type attributes

[r18991]

16 years agoadded a lot of attributes
Michael Beck [Wed, 19 Mar 2008 14:43:18 +0000 (14:43 +0000)]
added a lot of attributes

[r18990]

16 years agoadd a few more keyword synonmys found in gcc source
Matthias Braun [Wed, 19 Mar 2008 12:40:46 +0000 (12:40 +0000)]
add a few more keyword synonmys found in gcc source

[r18989]

16 years ago__signed is a synonym for signed
Matthias Braun [Wed, 19 Mar 2008 12:34:21 +0000 (12:34 +0000)]
__signed is a synonym for signed

[r18988]

16 years agorespect volatile type uqlaifiers in ast2firm
Matthias Braun [Wed, 19 Mar 2008 12:20:04 +0000 (12:20 +0000)]
respect volatile type uqlaifiers in ast2firm

[r18987]

16 years agoadded nothrow,weakref,nonnull attributes
Michael Beck [Wed, 19 Mar 2008 11:23:49 +0000 (11:23 +0000)]
added nothrow,weakref,nonnull attributes

[r18986]

16 years agorenamed format option, added nonnull option
Michael Beck [Wed, 19 Mar 2008 11:16:17 +0000 (11:16 +0000)]
renamed format option, added nonnull option

[r18985]

16 years agono more multi-line errors/warnings
Michael Beck [Tue, 18 Mar 2008 16:52:48 +0000 (16:52 +0000)]
no more multi-line errors/warnings

[r18984]

16 years agobetter error handling for attributes
Michael Beck [Tue, 18 Mar 2008 16:06:01 +0000 (16:06 +0000)]
better error handling for attributes

[r18983]

16 years agorelax assignment semantics
Matthias Braun [Tue, 18 Mar 2008 15:45:11 +0000 (15:45 +0000)]
relax assignment semantics

[r18982]

16 years agoMostly finished parsing of GNU attributes.
Michael Beck [Tue, 18 Mar 2008 15:35:04 +0000 (15:35 +0000)]
Mostly finished parsing of GNU attributes.

[r18981]

16 years agoimprove conditional_expression semantics (and don't error out in a pointer/integer...
Matthias Braun [Tue, 18 Mar 2008 15:30:08 +0000 (15:30 +0000)]
improve conditional_expression semantics (and don't error out in a pointer/integer combination)

[r18980]

16 years agobetter GNU attribute parser
Michael Beck [Tue, 18 Mar 2008 14:39:37 +0000 (14:39 +0000)]
better GNU attribute parser

[r18979]

16 years agosuppress "statement has no effect" warning for ms __noop operations
Michael Beck [Tue, 18 Mar 2008 13:52:54 +0000 (13:52 +0000)]
suppress "statement has no effect" warning for ms __noop operations

[r18978]

16 years agoadded GNU complex keywords
Michael Beck [Tue, 18 Mar 2008 13:42:29 +0000 (13:42 +0000)]
added GNU complex keywords
implemented MS __noop

[r18977]

16 years agoupdated
Michael Beck [Tue, 18 Mar 2008 12:45:19 +0000 (12:45 +0000)]
updated

[r18976]

16 years agoadd option -std=, supporting c99, c89, gnu99, microsoft
Michael Beck [Tue, 18 Mar 2008 12:42:37 +0000 (12:42 +0000)]
add option -std=, supporting c99, c89, gnu99, microsoft

[r18975]

16 years agoremoved all EXPR_FUNCTION-alikes and replaced by EXPR_FUNCNAME
Michael Beck [Tue, 18 Mar 2008 11:20:55 +0000 (11:20 +0000)]
removed all EXPR_FUNCTION-alikes and replaced by EXPR_FUNCNAME

[r18974]

16 years agotests for __func__ and friends
Michael Beck [Tue, 18 Mar 2008 11:19:25 +0000 (11:19 +0000)]
tests for __func__ and friends

[r18973]

16 years agochanged printf format for size_t printing
Sebastian Hack [Tue, 18 Mar 2008 09:59:05 +0000 (09:59 +0000)]
changed printf format for size_t printing

[r18972]

16 years ago- completed __FUNCSIG__ and __FUNCDNAME__
Michael Beck [Tue, 18 Mar 2008 01:59:07 +0000 (01:59 +0000)]
- completed __FUNCSIG__ and __FUNCDNAME__
- fixed some gcc warnings

[r18971]

16 years agoadded __FUNCSIG__ and __FUNCDNAME__
Michael Beck [Tue, 18 Mar 2008 01:46:01 +0000 (01:46 +0000)]
added __FUNCSIG__ and __FUNCDNAME__

[r18970]

16 years agoadded __FUNCSIG__ and __FUNCDNAME__
Michael Beck [Tue, 18 Mar 2008 01:44:21 +0000 (01:44 +0000)]
added __FUNCSIG__ and __FUNCDNAME__

[r18969]

16 years ago- made an extra field for the deprecated attribute, so it can be used in GNU and...
Michael Beck [Tue, 18 Mar 2008 01:28:54 +0000 (01:28 +0000)]
- made an extra field for the deprecated attribute, so it can be used in GNU and MS mode
- preliminary MS type modifier parsing

[r18968]

16 years ago- fixed names of MS keywords
Michael Beck [Tue, 18 Mar 2008 00:50:51 +0000 (00:50 +0000)]
- fixed names of MS keywords
- more ms keywords added

[r18967]

16 years agomicrosoft types are just synonyms for default types
Michael Beck [Tue, 18 Mar 2008 00:37:15 +0000 (00:37 +0000)]
microsoft types are just synonyms for default types

[r18966]

16 years agofix tests
Michael Beck [Mon, 17 Mar 2008 15:29:34 +0000 (15:29 +0000)]
fix tests

[r18965]

16 years agofix test
Michael Beck [Mon, 17 Mar 2008 15:28:26 +0000 (15:28 +0000)]
fix test

[r18964]

16 years agoimplement MS type extension types
Michael Beck [Mon, 17 Mar 2008 15:26:37 +0000 (15:26 +0000)]
implement MS type extension types

[r18963]

16 years agoimprove tests, new ms types test
Michael Beck [Mon, 17 Mar 2008 15:26:05 +0000 (15:26 +0000)]
improve tests, new ms types test

[r18962]

16 years agomake do_tests check MS extension tests
Michael Beck [Mon, 17 Mar 2008 15:25:46 +0000 (15:25 +0000)]
make do_tests check MS extension tests

[r18961]

16 years ago- more test cases
Michael Beck [Mon, 17 Mar 2008 14:21:04 +0000 (14:21 +0000)]
- more test cases

[r18960]

16 years agoBugFix:
Michael Beck [Mon, 17 Mar 2008 14:20:36 +0000 (14:20 +0000)]
BugFix:
- is_constant_address(): dereferencing function is a NOP

[r18959]

16 years ago- T_declspec may start a declaration
Michael Beck [Mon, 17 Mar 2008 14:19:47 +0000 (14:19 +0000)]
- T_declspec may start a declaration
- check deprecated flag on reference expression and for non-functions

[r18958]

16 years agoshould be a const expression
Michael Beck [Mon, 17 Mar 2008 13:50:58 +0000 (13:50 +0000)]
should be a const expression

[r18957]

16 years agoset the source position of an call expression
Michael Beck [Sun, 16 Mar 2008 16:14:46 +0000 (16:14 +0000)]
set the source position of an call expression

[r18956]

16 years agocheck the deprecated modifier
Michael Beck [Sun, 16 Mar 2008 16:09:28 +0000 (16:09 +0000)]
check the deprecated modifier

[r18955]