summaryrefslogtreecommitdiffstats
path: root/include/acc
Commit message (Collapse)AuthorAgeFilesLines
* Remove ACC which has been replaced with llvm.Jason Sams2010-09-011-92/+0
| | | | | | Free up space in build. Change-Id: Ic5cc48bacca47b45809b9bc649ae5b629b7427ed
* Move ARM disassembler out of libacc and into the acc command-line tool.Jack Palevich2009-09-091-0/+6
|
* Add accRegisterSymbolCallback API to control external symbol linkage.Jack Palevich2009-07-141-0/+5
| | | | | | Until now dlsym was used to lookup external symbols. Now you can register your own function to be called when an undefined symbol is used.
* Add support for #pragma foo(bar)Jack Palevich2009-06-041-0/+3
| | | | | Report unsupported/unknown preprocessor directives. Report line number of error rather than character offset.
* Convert libacc into a shared library.Jack Palevich2009-05-221-0/+78
Document internal CodeGenerator interface Move license to a separate license file. Define a public API for calling libacc. Update the "acc" test program to use the public API. Move "main.cpp" and test scripts into the tests subdirectory. Move test data from tests to tests/data Remove stale test data.