aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)Author
2003-06-19Remove usage of sys/unistd.hChris Lattner
2003-06-17Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke
2003-06-17Fix misspelling of ExtraSources, hopefully to unbreak the nightly testerChris Lattner
2003-06-16Actually, change it to use explicit new/delete, which is more likely to beChris Lattner
2003-06-16Remove usage of allocaChris Lattner
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2003-06-11Added assert.h so that it compiles under newer versions of GCC.John Criswell
2003-06-11Updated to the new Makefile.common.John Criswell
2003-06-06Old versions of GCC doesn't have <ostream> :(Chris Lattner
2003-06-06Fix compilation problem with some versions of G++Chris Lattner
2003-06-06Fix problem with perrorChris Lattner
2003-06-06All debug print statements are now output with the DEBUG() guard to makeMisha Brukman
2003-06-05* Stop ignoring cc registers, since we actually use them in branches.Misha Brukman
2003-06-03Spiff up options a bitChris Lattner
2003-06-03Add -o support for TableGenChris Lattner
2003-06-03Make tablegen use more structured command line optionsChris Lattner
2003-06-03Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)Misha Brukman
2003-05-30getValueOp() now takes a MachineInstr as well as a MachineOperand.Misha Brukman
2003-05-28Output the opcode name of the instruction being emitted to cerr.Misha Brukman
2003-05-27Cannot output `static' in generated cpp code: results in error. It's alreadyMisha Brukman
2003-05-27* Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)Misha Brukman
2003-05-27Make _sure_ we don't go into an infinite loop if a signal happens!Chris Lattner
2003-05-24Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman
2003-05-24First cut at the Code Generator using the TableGen methodology.Misha Brukman
2003-05-22Remove long dead codeChris Lattner
2003-05-22Add using declarationsChris Lattner
2003-05-22Add new CommaSeparated option modifierChris Lattner
2003-05-22Destroy using declarationsChris Lattner
2003-05-20I fixed that ``thang'', yo.Misha Brukman
2003-05-09Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner
2003-03-31Update to work with newer versions of bisonChris Lattner
2003-02-13Make more compatible with GCC 2.96Chris Lattner
2003-02-13Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner
2003-02-12Don't output times in "scientific" notationChris Lattner
2003-02-09Remove the -debug option from release executablesChris Lattner
2003-02-05Squelch warningChris Lattner
2003-01-30* Add new -track-memory option to tools which enables the mem usage column in...Chris Lattner
2003-01-29Fix build problem on sparcChris Lattner
2003-01-29Fix warning on sparcChris Lattner
2003-01-20Fix warningsChris Lattner
2003-01-14Move annotation to support libraryChris Lattner
2003-01-13Fix static initializer ordering dependencyChris Lattner
2002-12-24Fix compilation on GCC 3.2Chris Lattner
2002-12-23New files for miscompilation detectionChris Lattner
2002-12-06Fix bugChris Lattner
2002-12-06Allow printing partially constructed bitsetsChris Lattner
2002-12-06Don't delete values that may still be referenced!Chris Lattner
2002-12-06Tighten up assertion checkingChris Lattner
2002-12-03Add code that can be used for debuggingChris Lattner
2002-12-03Continue implementing field initializersChris Lattner