summaryrefslogtreecommitdiff
path: root/source/compiler/aslmain.c
Commit message (Expand)AuthorAgeFilesLines
* Update all copyrights/signons to 2023Robert Moore2023-02-071-1/+1
* Use _exit instead of exit in signal handlersRobert Moore2022-02-171-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
* Merge pull request #494 from SchmErik/dt-asl-compileRobert Moore2019-08-151-2/+3
|\
| * iASL: support compilation of ASL and data table files in a single commandErik Schmauss2019-08-121-2/+3
* | iASL: update control-C handlerRobert Moore2019-08-141-9/+12
|/
* Automated cleanup; no functional changesRobert Moore2019-08-021-1/+0
* iASL: fix compile-time statistics for data table compilerErik Schmauss2019-08-021-1/+0
* iASL: return -1 if AML files were not generated due to compiler errorsErik Schmauss2019-07-111-1/+1
* iASL: do not perform static analysis with -P optionErik Schmauss2019-04-171-1/+2
* iASL: remove trivial code, edit debug message, no functional changeErik Schmauss2019-04-021-9/+6
* iASL: only display summary/clean up after compilation or conversionErik Schmauss2019-04-021-1/+8
* iASL: perform middle and back-end only for ASL filesErik Schmauss2019-04-021-8/+13
* iASL: perform analysis and code generation after parsing all tablesErik Schmauss2019-04-021-15/+53
* All acpica: Update copyrights to 2019Robert Moore2019-01-081-1/+1
* 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-12/+12
* iASL: Update signal handlingRobert Moore2018-06-081-12/+3
* All acpica: Update copyrights to 2018Robert Moore2018-01-041-1/+1
* Restructure/cleanup all string-to-integer conversion functionsRobert Moore2017-08-181-4/+4
* iASL: Update internal signal handlingRobert Moore2017-05-301-6/+35
* Update legal header in all source modulesRobert Moore2017-03-021-0/+36
* Source tree: Update copyright notices to 2017Robert Moore2017-01-061-1/+1
* iASL: Split help screens to a new fileRobert Moore2016-07-291-231/+89
* iASL: Cleanup help screenRobert Moore2016-07-261-10/+18
* iASL: Add support for option to create cross-reference fileRobert Moore2016-02-111-0/+1
* iASL: Move endian detection function to the utilities moduleRobert Moore2016-01-261-31/+1
* iASL: Update to use internal AcpiUtStrtoul64 functionRobert Moore2016-01-261-0/+6
* Source tree: Update copyright notices to 2016Robert Moore2016-01-061-1/+1
* iASL/Templates: Add support for multiple SSDTs in the same fileRobert Moore2015-12-091-0/+1
* iASL/Templates: Support multiple input signatures for -T optionRobert Moore2015-12-041-1/+1
* iASL: Add option (-ot) to disable typechecking.Robert Moore2015-09-251-1/+2
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* iASL/Disassembler: Update for verbose and listing mode.Robert Moore2015-08-141-0/+3
* iASL: Preprocessor updates.Robert Moore2015-06-021-1/+1
* iASL: Add second preprocessor file, the user file (via -li)Robert Moore2015-05-201-1/+1
* iASL/Disassembler: Add option to assume table contains valid AML.Robert Moore2015-03-121-0/+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-492/+492
* source and test: update copyright notices to 2015David E. Box2015-01-231-492/+492
* Disassembler: Add support for C-style operators and expressions.Robert Moore2014-10-241-0/+1
* iASL: Add option to "prune" parse tree for debug only.Robert Moore2014-10-081-1/+4
* iASL/Disassembler: Add support for hardware summary mapfiles.Robert Moore2014-09-191-1/+1
* iASL: Improve cacheing, reduce memory leaks.Robert Moore2014-08-131-2/+11
* Application: Enhance ACPI_USAGE_xxx/ACPI_OPTION with AcpiOsPrintf() to improv...Lv Zheng2014-06-121-0/+1
* iASL: Disallow execution on big-endian machines.Robert Moore2014-03-211-0/+42
* iASL: Remove -g option (get ACPI tables from registry).Robert Moore2014-02-131-11/+0