aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Define empty __attribute__ macro for non-gcc, non-clang compilersClifford Wolf2014-10-152-13/+9
| * | Fixed log so it will compile under Visual StudioWilliam Speirs2014-10-152-8/+39
| * | Updated lexers & parsers to include prefixesWilliam Speirs2014-10-156-27/+35
|/ /
* | Updated ABC, enabled ABC in mxe buildsClifford Wolf2014-10-151-3/+2
* | Removed CHECK() macro from libparse.cc (was using non-std c features)Clifford Wolf2014-10-131-22/+15
* | Fixed ABC ARCHFLAGS for win32 cross buildClifford Wolf2014-10-121-1/+1
* | More win32/abc fixesClifford Wolf2014-10-123-45/+46
* | Various Makefile changes for cross-compiling ABC for Win32Clifford Wolf2014-10-122-8/+12
* | Various small fixes for non-win32 buildsClifford Wolf2014-10-122-4/+11
* | Added make_temp_{file,dir}() and remove_directory() APIsClifford Wolf2014-10-124-49/+116
* | Using stringf() instead of asprintf() in "abc" passClifford Wolf2014-10-121-29/+24
* | Added run_command() api to replace system() and popen()Clifford Wolf2014-10-126-92/+104
* | Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source treeClifford Wolf2014-10-112-1/+1
* | Shrinked the copyright banner by 1 characterClifford Wolf2014-10-111-19/+19
* | Added "make dist" for mxe buildsClifford Wolf2014-10-111-0/+10
* | Fixed Makefile PRETTY=1 for MXE (win32) and EMCC (js) buildsClifford Wolf2014-10-111-2/+2
* | Do not the 'z' modifier in format string (another win32 fix)Clifford Wolf2014-10-115-9/+9
* | Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-116-4/+21
* | Strip win32 executeablesClifford Wolf2014-10-111-1/+1
* | Added proc_self_dirname() for win32Clifford Wolf2014-10-111-4/+12
* | Fixed MXE readline supportClifford Wolf2014-10-111-1/+3
* | Fixed ifdefs for plugin unloadingClifford Wolf2014-10-111-2/+2
* | Disabled "cover -d" on win32Clifford Wolf2014-10-111-0/+4
* | Not using std::to_string in ezsat (problems with mingw)Clifford Wolf2014-10-111-5/+11
* | Disabled vhdl2verilog command for win32 buildsClifford Wolf2014-10-111-0/+5
* | Disabled ezminisat timeout feature for Win32Clifford Wolf2014-10-112-0/+8
* | Using next_token() to parse commandsClifford Wolf2014-10-101-24/+24
* | Fixed next_token()Clifford Wolf2014-10-101-2/+2
* | More Win32 build fixesClifford Wolf2014-10-102-10/+11
* | Added next_token() function (strtok() replacement)Clifford Wolf2014-10-102-2/+19
* | Various win32 build fixes in yosys.ccClifford Wolf2014-10-101-5/+30
* | Moved patmatch() to yosys.ccClifford Wolf2014-10-106-95/+65
* | Replaced fnmatch() with patmatch()Clifford Wolf2014-10-104-18/+105
* | Added format __attribute__ to stringf()Clifford Wolf2014-10-105-6/+8
* | Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32Clifford Wolf2014-10-105-118/+118
* | Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-1048-447/+447
* | Replaced "#ifdef WIN32" with "#ifdef _WIN32"Clifford Wolf2014-10-092-4/+4
* | Added API for generic cell cost calculationsClifford Wolf2014-10-092-15/+100
* | added .exe and .html output files to .gitignoreClifford Wolf2014-10-091-0/+4
* | No rusage on win32Clifford Wolf2014-10-092-2/+13
* | Added mxe-based cross build for win32Clifford Wolf2014-10-092-6/+24
* | Fixes in "hilomap" help messageClifford Wolf2014-10-081-4/+2
* | sort cell types in "stat" output by nameClifford Wolf2014-10-031-2/+2
* | sat encoding for exclusive $pmux ctrl inputs in "share" passClifford Wolf2014-10-031-4/+16
* | satgen import sigbit apiClifford Wolf2014-10-031-1/+17
* | added resource sharing of $macc cellsClifford Wolf2014-10-032-3/+270
* | Added $_BUF_ cell typeClifford Wolf2014-10-035-5/+19
* | remove buffers in opt_cleanClifford Wolf2014-10-031-0/+13
* | resource sharing of $alu cellsClifford Wolf2014-10-031-3/+21
* | set "keep" on modules with $assert cells in "hierarchy"Clifford Wolf2014-09-301-0/+30