summaryrefslogtreecommitdiff
path: root/source/compiler/dtexpress.c
Commit message (Expand)AuthorAgeFilesLines
* Add full support for ASL macros (preprocessor).Robert Moore2023-03-221-0/+1
* Merge pull request #832 from ElyesH/__func__Robert Moore2023-02-171-2/+2
|\
| * Use ACPI_GET_FUNCTION_NAMEElyes Haouas2023-02-101-2/+2
* | Update all copyrights/signons to 2023Robert Moore2023-02-071-1/+1
|/
* Update copyright notices to the year 2022Robert Moore2022-02-171-1/+1
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* Trivial: fix spelling mistakesErik Schmauss2019-02-141-1/+1
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* iASL: Standardize names for all global variablesRobert Moore2018-09-201-10/+10
* DT compiler: change EXPOP to OP_EXP, no functional changeErik Schmauss2018-02-071-21/+21
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* iASL: Move all allocation functions to new modulesRobert Moore2017-09-011-1/+0
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* iASL: Additional code formatting, no functional changesRobert Moore2015-10-161-0/+3
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* De-macroize calls to standard C library functions.Robert Moore2015-06-091-1/+1
* Update Copyright headers to 2015.David E. Box2015-01-271-1/+1
* Revert "source and test: update copyright notices to 2015"David E. Box2015-01-271-496/+496
* source and test: update copyright notices to 2015David E. Box2015-01-231-496/+496
* Remove extraneous #defines, no functional change.Robert Moore2014-10-091-2/+0
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Standardize all switch() blocks.Robert Moore2013-04-231-0/+19
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Small fix for standard Intel legal header.Robert Moore2012-09-271-1/+1
* Remove extra spaces after periods in the Intel license.Robert Moore2012-09-261-11/+11
* iASL: Add preprocessor infrastructure and initial implementation.Robert Moore2012-03-151-5/+4
* iASL/TableCompiler: Fix problem with equals operator in expressions.Robert Moore2012-03-071-1/+1
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* iASL/DTC: Finish support for expression evaluation.Robert Moore2011-04-081-145/+144
* iASL/DTC: Do not abort compiler on fatal errors.Robert Moore2011-03-171-20/+39
* iASL/DTC: Reduce severity of some errors from fatal to error.Robert Moore2011-01-211-5/+5
* iASL/DTC: Add support for integer expressions and labels.Robert Moore2011-01-211-0/+462