aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Have Makefile import local.mk if it exists.Samuel Bronson2009-07-181-0/+4
| | | | | | | | This will allow users to override build settings without dirtying their trees, making life with `git stash' a bit easier. Signed-off-by: Samuel Bronson <naesten@gmail.com> Signed-off-by: Christopher Li <sparse@chrisli.org>
* .gitignore: Ignore dependencies and Vim swap filesMartin Nagy2009-07-181-0/+2
| | | | | Signed-off-by: Martin Nagy <nagy.martin@gmail.com> Signed-off-by: Christopher Li <sparse@chrisli.org>
* Add c2xml to .gitignoreJosh Triplett2007-07-131-0/+1
| | | | Signed-off-by: Josh Triplett <josh@freedesktop.org>
* .gitignore: Stop ignoring all dotfilesJosh Triplett2007-07-081-1/+0
| | | | | | | .gitignore contained an entry for .*, ignoring all dotfiles. Among other things, that ignores .gitignore, requiring git add -f. Remove that entry. Signed-off-by: Josh Triplett <josh@freedesktop.org>
* Move test-suite output files to validation/.gitignoreJosh Triplett2007-07-081-6/+0
| | | | | | This avoids ignoring .diff outside of the validation directory. Signed-off-by: Josh Triplett <josh@freedesktop.org>
* test-suite: a tiny test automation scriptDamien Lespiau2007-07-081-0/+5
| | | | | | | | | This patch introduces test-suite, a simple script that makes test cases verification easier. Test cases in the validation directory are annotated and this script parses them to check if the actual result is the one expected by the test writer. Signed-off-by: Damien Lespiau <damien.lespiau@gmail.com>
* Add ctags to .gitignoreJosh Triplett2007-01-161-0/+1
| | | | Signed-off-by: Josh Triplett <josh@freedesktop.org>
* Generate and install a pkg-config file. Add DESTDIR support to Makefile.Josh Triplett2006-12-051-0/+1
| | | | | | | | | | | | | | | | The Makefile now generates and installs a pkg-config file, sparse.pc, to provide information about the installed Sparse library and header files. Use `pkg-config --cflags sparse` to get the include path, and `pkg-config --libs sparse` to get the library path and library. To help packagers of Sparse, also add support for the DESTDIR variable to the Makefile. DESTDIR allows you to target a particular prefix (such as /usr), but install to another directory (such as debian/tmp), usually for the purposes of subsequently constructing a package from that directory. Previously, just setting PREFIX would work for that, but with the new pkg-config file, the Makefile needs to know the real prefix. Signed-off-by: Josh Triplett <josh@freedesktop.org>
* Rename "check.c" to "sparse.c" to match program name; update .gitignoreJosh Triplett2006-12-041-1/+1
| | | | Signed-off-by: Josh Triplett <josh@freedesktop.org>
* trivial: more .gitignore stuffDamien Lespiau2006-11-281-0/+12
| | | | | | Ignore tags and git frontends' files. Signed-off-by: Damien Lespiau <damien.lespiau@gmail.com>
* [PATCH] Add backend to graph basic blocksJosh Triplett2006-08-291-0/+1
| | | | | | | | | | Add a new backend program which parses the input files, processes them through the linearization pass, and outputs a graphviz graph of the resulting basic blocks. Each entrypoint gets labelled by name, but for now the basic blocks just get labelled with the address of the basic_block structure. Signed-off-by: Josh Triplett <josh@freedesktop.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] Add test-dissect to .gitignoreJosh Triplett2006-07-051-0/+1
| | | | | Signed-off-by: Josh Triplett <josh@freedesktop.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] Add a function to translate the SSA form back to normal form.Luc Van Oostenryck2005-11-211-0/+1
| | | | | | | | For now, it use a simple method but which introduces a lot more copies than necessary. Can be fixed later. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@looxix.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Add ".gitignore" fileLinus Torvalds2005-11-021-0/+17