summaryrefslogtreecommitdiff
path: root/source/compiler/aslcodegen.c
Commit message (Expand)AuthorAgeFilesLines
* iASL: Add debug option for External opcodeRobert Moore2016-02-261-0/+6
* ACPI 6.0/iASL: Add support for the External AML opcodeRobert Moore2016-01-291-1/+0
* iASL: Rename a global, no functional changeRobert Moore2016-01-271-2/+2
* iASL: Update for parse tree debug outputRobert Moore2016-01-221-34/+28
* 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-15/+65
* iASL: Update for code formatting, no functional changesRobert Moore2015-10-141-26/+29
* Update source file permissions (2)Robert Moore2015-09-231-0/+0
* Update source file permissions (1)Robert Moore2015-09-231-0/+0
* iASL: Preprocessor updates.Robert Moore2015-06-021-4/+7
* Permanently set _REV to the value '2'.Robert Moore2015-03-311-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-675/+675
* source and test: update copyright notices to 2015David E. Box2015-01-231-675/+675
* iASL: Update parse tree output for debug option.Robert Moore2014-11-041-9/+18
* Standardize one blank line after copyright header, no functional change.Robert Moore2014-08-141-1/+0
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Standardize all switch() blocks.Robert Moore2013-04-231-0/+5
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* Deploy ACPI_MOVE_NAME across ACPICA source base.Robert Moore2012-10-121-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
* Remove extra spaces after periods within comments.Robert Moore2012-09-261-1/+1
* 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-2/+0
* iASL: Add preprocessor infrastructure and initial implementation.Robert Moore2012-03-151-1/+1
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* ACPI 5.0/iASL/Disassembler: Support for Connection/AccessAs.Robert Moore2011-11-101-2/+7
* Update all ACPICA copyrights and signons to 2011.Robert Moore2011-01-031-1/+1
* Deploy common signon/header for all ACPICA tools.Robert Moore2010-09-301-2/+2
* Update all ACPICA copyrights and signons to 2010.Robert Moore2010-01-081-1/+1
* Update all copyrights and signons to 2009.Robert Moore2009-01-081-1/+1
* Remove obsolete version number in module headers.Robert Moore2008-09-251-1/+0
* iASL: lint changes only, no functional changes.Robert Moore2008-07-081-18/+18
* Update copyright to 2008.rmoore12008-01-091-2/+2
* Update copyright to 2007.rmoore12007-01-091-2/+2
* Fix fault if package length too long to be encoded (BZ 432)rmoore12006-06-061-2/+2
* Add 2006 copyrightrmoore12006-01-091-2/+2
* Macro cleanup (CAST_PTR), automated cleanuprmoore12005-11-141-2/+1
* Support to emit AML immediately after resource desc in listingrmoore12005-11-041-54/+101
* Added option to override the table header Revision fieldaystarik2005-06-291-2/+9
* debug output fixaystarik2005-06-291-2/+2
* gcc prefers casting an address instead of taking the address of a castaystarik2005-06-291-10/+10
* New errors for dependent resource macros; Now can get DSDT from theaystarik2005-06-291-100/+114
* Major changes to produce .ASM and .C source/listing filesaystarik2005-06-291-40/+33
* Removed input/output file globalsaystarik2005-06-291-6/+6
* Better I/O error handlingaystarik2005-06-291-13/+9
* Renamed some AML opcodes to indicate that they are internal ops onlyaystarik2005-06-291-55/+69
* Code cleanup, added proc headersaystarik2005-06-291-58/+43
* Include file support within listing files.aystarik2005-06-291-13/+24