Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-21 | Add missing dependency for external.h, from Don Hiatt. | Anders Magnusson | |
2008-08-21 | From master repo: Accept // inside #if directives. | Anders Magnusson | |
2008-08-18 | Updates from master repo: Fix two bugs reported by Art Grabowski. | Anders Magnusson | |
2008-08-17 | Updates from master repo. Can now compile both userland and kernel. | Anders Magnusson | |
(with some patches...) | |||
2008-04-11 | Add directory for sparc64 build. | Stefan Kempf | |
2008-04-11 | OpenBSD tag is enough. | Stefan Kempf | |
2008-04-11 | Sync with master repo. Reminded by otto@ | Stefan Kempf | |
2008-01-24 | Work-in-progress for sparc64, by David Crawshaw. | Anders Magnusson | |
2008-01-12 | Updates from master repo: | Anders Magnusson | |
> Fix whitespace bug. > Define __STDC_VERSION__ to 199901L. | |||
2008-01-12 | Updates from master repo. | Anders Magnusson | |
2008-01-12 | Updates from master repo: | Anders Magnusson | |
> Change to new initializer handling. > Make prtdcon() target dependent to allow for float constants in code. | |||
2008-01-12 | Large update from master repo: | Anders Magnusson | |
> Pragma not position dependent > Accept declarations anywhere in the C code. > Just typing "a;" is not allowed anymore when declaring variables. > Change to new initializer handling. > Use symtab entry, not name to identify inline functions. > Remove "suse" symtab element and replace it with output name. > Print out strings directly, do not store them until end. > Make prtdcon() target dependent to allow for float constants in code. | |||
2008-01-12 | Update from master repo: | Anders Magnusson | |
> Convert TEMPs to use rval for numbers. | |||
2008-01-07 | Pull from master repo: | Stefan Kempf | |
Use proper type for ix, code and match in lookup(). ok ragge@ | |||
2007-12-28 | Pull from master repo: | Stefan Kempf | |
Use sclass and soffset to access hdr.h_sclass and hdr.h_offset. | |||
2007-12-25 | Pull from master repo: | Stefan Kempf | |
Set type to INT if it's still UNDEF upon return from typenode(). ok ragge@ | |||
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-22 | Sync with main repo. | Stefan Kempf | |
2007-12-19 | sync to main repo; requested by mickey | Otto Moerbeek | |
2007-12-16 | Updates from master repo: | Anders Magnusson | |
> Fix bug causing a cast from floats to integer types be rounded > up as well as down instead just rounding them down. | |||
2007-12-16 | Updates from master repo: | Anders Magnusson | |
> More sane sanitycheck in e2print(). > Add edges between different needs in table entries to avoid > that they get painted with the same color. | |||
2007-12-16 | Update from master repo: | Anders Magnusson | |
> Do not output constants larger than stabs allows. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Don't loop forever in conditional includes. - Print error and not a number if wrong token got. - A bunch of sanity checks. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add acceptable() and mflags(). - Remove unused functions. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add support for PIC code. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add acceptable(). - Remove unused function setincr(). Add acce | |||
2007-12-09 | Update from master repo: | Anders Magnusson | |
- Declare a few stab symbols locally. | |||
2007-12-09 | Update from master repo: | Anders Magnusson | |
- Understand -m as flag. | |||
2007-12-09 | Updates from matser repo: | Anders Magnusson | |
- Leave to target code to decide whether a node can be used for initialization or not. - Fix bug causing rw data to sometimes end up in ro segment. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Rewrite typenode() so that const/volatile can be handled better. - Give target code the opportunity to handle string symbols. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Give clocal() a chance to handle STASG early. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Add target-dependent function acceptable() to give target code a last chance to tell whether an instruction should be used or not. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Send ipole as arg to myoptim(). | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Only check for flags already set if BITYPE. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Nuke unused prototypes. | |||
2007-12-09 | Update from master repo: | Anders Magnusson | |
- Nuke unused prototypes. | |||
2007-12-09 | Updates from master repo: | Anders Magnusson | |
- Clear edgehash after onlyperm also. - Avoid diagnostic that may fail for targets with reg arguments. | |||
2007-11-25 | arm backend by Gregory McGarry, untested | Otto Moerbeek | |
2007-11-25 | arm backend from Gregory McGarry, untested | Otto Moerbeek | |
2007-11-25 | Pull from master repo: | Stefan Kempf | |
Check malloc/strdup return values. | |||
2007-11-25 | Pull from master repo: | Stefan Kempf | |
Complain about invalid bit-field size for unnamed bit-fields as well. ok ragge@ | |||
2007-11-24 | Pull from master repo: | Stefan Kempf | |
chars are sign-extended with extsb, not extsh. | |||
2007-11-24 | Pull from master repo: | Stefan Kempf | |
No need to sign-extend unsigned shorts loaded from memory. | |||
2007-11-24 | Pull from master repo: | Stefan Kempf | |
More missing newlines. | |||
2007-11-24 | Add newline after comment. The following instruction would not be | Stefan Kempf | |
recognized by the assembler otherwise. | |||
2007-11-22 | Pull from master repo: | Stefan Kempf | |
Kill two useless assignments. ok ragge@ some time ago |