summaryrefslogtreecommitdiff
path: root/source/compiler/asltree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* iASL: perform analysis and code generation after parsing all tablesErik Schmauss2019-04-021-8/+62
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* iASL: Standardize names for all global variablesRobert Moore2018-09-201-16/+16
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* Rename a global variable, no functional changeRobert Moore2017-12-081-4/+4
* Restructure/cleanup all string-to-integer conversion functionsRobert Moore2017-08-181-0/+33
* iASL: Resolve some naming inconsistenciesRobert Moore2017-06-021-1040/+120
* iasl: adding an extra check within ifErik Schmauss2017-03-031-1/+1
* Converter: getting rid of useless if statementErik Schmauss2017-03-031-10/+7
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* iASL: add ASL conversion toolRobert Moore2017-02-241-3/+172
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* iASL: Initial implemenation of For() macroRobert Moore2016-04-121-0/+23
* iASL: Rename a global, no functional changeRobert Moore2016-01-271-3/+3
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* iASL: Fix some issues with the ASL Include() operatorRobert Moore2015-12-011-1/+21
* iASL: Add support for multiple ACPI tables in a single ASL file.Robert Moore2015-10-231-2/+14
* iASL: Update for code formatting, no functional changesRobert Moore2015-10-141-4/+8
* iASL: Enhance typechecking for the Name() operatorRobert Moore2015-10-131-0/+5
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* iASL: Add symbolic operator support for Index() operator.Robert Moore2015-08-201-0/+1
* iASL: Make directory output string optional.Robert Moore2015-03-311-2/+1
* iASL: Enhancement for constant folding.Robert Moore2015-03-121-57/+139
* 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-1561/+1561
* source and test: update copyright notices to 2015David E. Box2015-01-231-1561/+1561
* Revert "iASL: Enhancement for constant folding."David E. Box2014-12-171-139/+57
* iASL: Enhancement for constant folding.Robert Moore2014-11-201-57/+139
* iASL: Expand parsing for ASL+ compound assignment operators.Robert Moore2014-11-041-9/+56
* Disassembler: Add support for C-style operators and expressions.Robert Moore2014-10-241-0/+1
* iASL: Add support for C-style operators and expressions.Robert Moore2014-10-021-0/+145
* iASL: Fix memory allocation/free issue.Robert Moore2014-09-171-1/+0
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* iASL/TableCompiler: Add object caching, cleanup memory leaks.Robert Moore2014-08-141-2/+3
* iASL: Improve cacheing, reduce memory leaks.Robert Moore2014-08-131-5/+18
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* iASL: Ensure va_end is always called before function return.Robert Moore2013-05-211-1/+2
* Standardize all switch() blocks.Robert Moore2013-04-231-2/+48
* 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/Tools: Cleanup empty lines at file start and end.Robert Moore2012-09-211-1/+0
* iASL/Tools: return statement audit.Robert Moore2012-09-211-19/+17
* iASL: Fix constant folding for fixed-length constants.Robert Moore2012-08-031-24/+62
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* iASL: Add __PATH__ operator.Robert Moore2011-10-071-2/+15
* iASL: Check access length for ResourceTag references.Robert Moore2011-09-021-3/+0