summaryrefslogtreecommitdiff
path: root/source/compiler
AgeCommit message (Expand)Author
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
2013-02-14Disassembler: Add warnings for unresolved control methods.Robert Moore
2013-02-14iASL: Allow 0-length packages for variable-length packages.Robert Moore
2013-02-12iASL: Add validation of predefined name package objects.Robert Moore
2013-02-08iASL: Update main help/usage message.Robert Moore
2013-02-06iASL: Auto-detect binary ACPI tables for disassembly.Robert Moore
2013-01-23iASL: A couple of lint changes, no functional change.Robert Moore
2013-01-22iASL/Disassembler: Add support for MTMR table.Robert Moore
2013-01-22iASL/Disassembler: Add support for VRTC table.Robert Moore