summaryrefslogtreecommitdiff
path: root/source/compiler/aslcompiler.y
Commit message (Expand)AuthorAgeFilesLines
* iASL: remove unused parser file and fix msvc2017 build filesErik Kaneda2020-01-151-4921/+0
* All acpica: Update copyrights to 2020Robert Moore2020-01-091-1/+3
* acpisrc: add unix line ending support for non-windows buildErik Schmauss2019-11-141-2/+0
* iASL: Use NUM_PREDEFINED_REGIONS instead of hardwired integerRobert Moore2019-11-071-1/+1
* Tools: update project files to msvc2017Robert Moore2019-07-031-0/+4921
* iASL: Split huge parser file into multiple subfiles. Uses M4.Robert Moore2014-08-081-3659/+0
* Update ACPICA copyrights to 2014.Robert Moore2014-01-061-1/+1
* Update ACPICA copyrights to 2013.Robert Moore2013-01-081-1/+1
* iASL: Disallow method call as argument to ObjectType ASL operator.Robert Moore2012-11-211-1/+14
* 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/table_compiler: Some additional return statement fixes.Robert Moore2012-09-211-1/+1
* iASL: Fix constant folding for fixed-length constants.Robert Moore2012-08-031-8/+16
* iASL: Fix non-ANSI // comments in main parser file.Robert Moore2012-07-191-61/+61
* ACPI 5.0/iASL: Add support for PCC keyword.Robert Moore2012-05-031-0/+2
* iASL: Expand allowable byte constants for addres space IDs.Robert Moore2012-04-201-1/+1
* iASL: De-tabify main parser file for consistency.Robert Moore2012-03-281-100/+100
* iASL: Remove #line and #include from main parser.Robert Moore2012-03-281-9/+0
* iASL: Implement #line directive in compiler lexer.Robert Moore2012-03-281-27/+2
* iASL: Add pass-thru #line support for correct line numbers.Robert Moore2012-03-231-4/+26
* iASL: Update flex/bison files for new versions of the tools.Robert Moore2012-02-171-0/+5
* Update ACPICA copyrights to 2012.Robert Moore2012-01-031-1/+1
* ACPI 5.0/iASL: Add new I/O restriction keyword (GPIO descriptors)Robert Moore2011-11-101-0/+2
* ACPI 5.0/iASL: Update for StopBitsZero keyword.Robert Moore2011-11-101-2/+2
* ACPI 5.0/iASL: FixedDMA descriptor, make width optional.Robert Moore2011-11-101-4/+11
* ACPI 5.0/iASL: Restrict GpioInt descriptor PinList to one value.Robert Moore2011-11-101-1/+1
* iASL: Improve support for semicolon statement terminators.Robert Moore2011-11-101-1/+3
* iASL: Cleanup/reorg of bison/flex grammar files.Robert Moore2011-11-101-492/+485
* iASL: Cleanup support for FFixedHW address space.Robert Moore2011-11-101-2/+2
* ACPI 5.0/iASL: Update to fix some default values in descriptors.Robert Moore2011-11-101-3/+3
* ACPI 5.0/iASL: Update expected shift/reduce conflicts.Robert Moore2011-11-101-1/+1
* ACPI 5.0/iASL: Fix to add PullDefault/PullNone keywords.Robert Moore2011-11-101-1/+4
* ACPI 5.0/iasl-disassembler: Update resource descriptors.Robert Moore2011-11-101-0/+2
* ACPI 5.0: Fix parse tree issue with Connection operator.Robert Moore2011-11-101-2/+2
* ACPI 5.0: Finish Connection(), more AccessAs changes.Robert Moore2011-11-101-1/+8
* ACPI 5.0: Update AccessAs syntax/encoding.Robert Moore2011-11-101-13/+11
* ACPI 5.0/iASL/Disassembler: Support for Connection/AccessAs.Robert Moore2011-11-101-4/+11
* ACPI 5.0/iASL: Update to new RawDataBuffer object.Robert Moore2011-11-101-2/+10
* ACPI 5.0/iASL: Initial support for "Connection" keyword.Robert Moore2011-11-101-0/+11
* ACPI 5.0/iASL: Add new AccessAttribute keywords.Robert Moore2011-11-101-5/+11
* ACPI 5.0: iASL grammar updates for new descriptors.Robert Moore2011-11-101-54/+62
* ACPI 5.0: Add FlowControl to UartSerialBus descriptor.Robert Moore2011-11-101-14/+32
* ACPI 5.0: Add DataBuffer type for resource descriptors.Robert Moore2011-11-101-4/+13
* ACPI 5.0: Support for new FixedDMA descriptor.Robert Moore2011-11-101-7/+23
* ACPI 5.0: iASL: update resource descs for latest proposals.Robert Moore2011-11-101-78/+139
* iASL/ACPI5.0: Support for new region space IDs.Robert Moore2011-11-101-0/+4
* iASL/ACPI 5.0: Add new Resource Descriptors.Robert Moore2011-11-101-1/+254
* iASL: Add __PATH__ operator.Robert Moore2011-10-071-0/+2
* iASL: Changes to cleanup support for Berkeley yacc.Robert Moore2011-04-151-25/+39
* iASL: Mark Return() and Return as "Null" return statements.Robert Moore2011-03-221-2/+2