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