summaryrefslogtreecommitdiff
path: root/source/compiler
AgeCommit message (Expand)Author
2013-12-17iASL/Templates: Update FADT template to avoid GPE0 length warning.Robert Moore
2013-12-12iASL: Updates/fixes for debug output.Robert Moore
2013-12-11iASL: Fix incorrect case label in btype mapping.Robert Moore
2013-12-11iASL: Improve behavior of the -p (path prefix) option.Robert Moore
2013-12-11iASL: Emit remark for unreferenced objects declared in methods.Robert Moore
2013-12-10iASL: Update ACPI compliance string to "ACPI 5.0A".Robert Moore
2013-12-09Update the various ACPICA build readme files.Robert Moore
2013-12-04iASL: Add full support for the PCCT table, update table definition.Robert Moore
2013-12-04iASL: Add full support for the DBG2 table.Robert Moore
2013-11-22iASL: Add option to emit only error messages (no warnings/remarks).Robert Moore
2013-09-18Debugger/Apps: Add safe versions of common string functions.Robert Moore
2013-09-12iASL: Additional fix for wildcard support.Robert Moore
2013-08-30iASL: Implement wildcard support for -e option (get external tables).Robert Moore
2013-08-22AcpiDump: Add RSDP/RSDT/XSDT table extraction support.Robert Moore
2013-08-01iASL: Abort immediately upon serious unrecoverable parse errors.Robert Moore
2013-07-26iASL: Fix possible segfault for "too many parent prefixes" condition.Robert Moore
2013-07-26iASL/disassembler: Add support for external method reference file.Robert Moore
2013-07-25iASL: Add some new requested features for the -so option.Robert Moore
2013-07-19iASL: -so option, add ACPI object types to offset table.Robert Moore
2013-07-19iASL: Ensure valid C identifiers in output files.Robert Moore
2013-07-18iASL: Add support for One/Ones/Zero opcodes for the -so option.Robert Moore
2013-07-17iASL: Add -so support for Processor objects.Robert Moore
2013-06-28iASL: Make argument to -T optional (default is DSDT template)Robert Moore
2013-06-05iASL: Update template for DMAR table.Robert Moore
2013-06-04iASL/Disassembler: Fix some possible memory leaks.Robert Moore
2013-05-30iASL/Preprocessor: Add proper message for #warning directive.Robert Moore
2013-05-30iASL/Preprocessor: Fix two issues with preprocessor errors.Robert Moore
2013-05-30iASL: fix another "could not delete" issue.Robert Moore
2013-05-29iASL: Abort compiler immediately upon a #error directive.Robert Moore
2013-05-29iASL: Fix mysterious "could not delete file" errors.Robert Moore
2013-05-24iASL/Preprocessor: Finish implementation of nested #if/#else blocks.Robert Moore
2013-05-21iASL/TableCompiler: Fix form DMAR compilation problems.Robert Moore
2013-05-21iASL/TableCompiler: Cleanup line parsing routine.Robert Moore
2013-05-21iASL: Ensure va_end is always called before function return.Robert Moore
2013-05-16iASL: Add package support for the -so (offset table) option.Robert Moore
2013-05-16iASL: Fix regression for -D preprocessor option (define symbol).Robert Moore
2013-05-08iASL: Fix for too-strict package object validation.Robert Moore
2013-05-08iASL/TableCompiler: Fix an int/char width issue on some compilersRobert Moore
2013-05-07iASL: Split large main module into two files.Robert Moore
2013-05-07iASL: Add mechanism to disable specific warnings/remarks.Robert Moore
2013-05-03iASL: If a non-serialized method creates named objects, issue remark.Robert Moore
2013-05-02Deploy ACPI_DEBUG_INITIALIZE across all ACPICA utilities.Robert Moore
2013-04-26iASL/-so option: Add support for control methods.Robert Moore
2013-04-23Standardize all switch() blocks.Robert Moore
2013-04-12iASL: Update for new argument list format for predefined names.Robert Moore
2013-03-21iASL: Fix two sprintf formatting fields for predefined names.Robert Moore
2013-03-15iASL: Add support for an "offset table" output file.Robert Moore
2013-02-27Predefine names: Add allowed argument types to master info table.Robert Moore
2013-02-22iASL: Allow more predefined names to return 0-length packages.Robert Moore
2013-02-15iASL: Change result not used warning to an error.Robert Moore