summaryrefslogtreecommitdiff
path: root/source/compiler/aslcompile.c
Commit message (Expand)AuthorAgeFilesLines
* Updated all copyrights to 2021. This affects all ACPICA source codeRobert Moore2021-01-051-1/+1
* Fixes for AcpiExec namespace init fileRobert Moore2020-03-251-0/+1
* iASL: Check for errors during timestring conversionRobert Moore2020-01-221-6/+10
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+1
* iASL: switch to the correct file during error node creationErik Schmauss2019-12-111-0/+1
* iASL: move opcode walk and transformationErik Schmauss2019-11-121-19/+19
* iASL: data table: return non-zero status when compilation failsErik Schmauss2019-08-091-0/+11
* iASL: return -1 if AML files were not generated due to compiler errorsErik Schmauss2019-07-111-4/+14
* iASL: do not perform static analysis with -P optionErik Schmauss2019-04-171-2/+1
* iASL: trivial clean up, no functional changeErik Schmauss2019-04-041-11/+9
* iASL: improve parser error message and clean up any .aml output filesErik Schmauss2019-04-021-2/+3
* don't close files that point to stderr or stdoutErik Schmauss2019-04-021-1/+9
* iASL: perform analysis and code generation after parsing all tablesErik Schmauss2019-04-021-35/+131
* iASL: move expected error code checking to avoid recusive callErik Schmauss2019-02-051-1/+1
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* iASL: remove obsolete AcpiGbl_DoExternals flagErik Schmauss2018-12-111-15/+12
* Use %d for signed int print formatting instead of %uColin Ian King2018-10-041-1/+1
* iASL: Standardize names for all global variablesRobert Moore2018-09-201-69/+68
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* Rename a global variable, no functional changeRobert Moore2017-12-081-1/+1
* iASL: Move all allocation functions to new modulesRobert Moore2017-09-011-65/+1
* iASL: add option to expect specific compilation remarks/warnings/errorsErik Schmauss2017-07-181-0/+1
* Changed Gbl_DisasmFlag to AcpiGbl_DisasmFlagErik Schmauss2017-05-031-1/+1
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* iASL: add ASL conversion toolRobert Moore2017-02-241-1/+17
* compiler: disassembler: compile and disassemble externals in placeDavid E. Box2017-02-241-2/+11
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* iASL: Update for constant folding issuesRobert Moore2016-03-291-2/+2
* iASL: Add debug option for External opcodeRobert Moore2016-02-261-5/+8
* iASL: Add support for option to create cross-reference fileRobert Moore2016-02-111-0/+13
* ACPI 6.0/iASL: Add support for the External AML opcodeRobert Moore2016-01-291-2/+10
* iASL: Rename a global, no functional changeRobert Moore2016-01-271-15/+15
* iASL: Update for parse tree debug outputRobert Moore2016-01-221-9/+12
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* iASL: Add support for multiple ACPI tables in a single ASL file.Robert Moore2015-10-231-1/+1
* iASL: Update for code formatting, no functional changesRobert Moore2015-10-141-13/+16
* iASL: Add option (-ot) to disable typechecking.Robert Moore2015-09-251-2/+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 __IASL__ symbol to preprocessor.Robert Moore2015-07-011-0/+4
* iASL: Preprocessor updates.Robert Moore2015-06-021-3/+5
* iASL: Add second preprocessor file, the user file (via -li)Robert Moore2015-05-201-3/+2
* iASL: Enhancement for constant folding.Robert Moore2015-03-121-2/+10
* 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-893/+893
* source and test: update copyright notices to 2015David E. Box2015-01-231-893/+893
* Revert "iASL: Enhancement for constant folding."David E. Box2014-12-171-10/+2
* iASL: Add global to differentiate parser-detected errors.Robert Moore2014-11-201-3/+2
* iASL: Enhancement for constant folding.Robert Moore2014-11-201-2/+10
* iASL: Add option to "prune" parse tree for debug only.Robert Moore2014-10-081-0/+7