summaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-4/+1
* Added a DEBUG() guard to a debug information printout.Misha Brukman2003-07-181-1/+2
* Fixed a bug: outputting name of variable instead of its value.Misha Brukman2003-07-151-11/+17
* This optimization greatly enhances efficiency of creating new instructions byMisha Brukman2003-07-151-6/+106
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Fixed grammatical error.Misha Brukman2003-07-101-1/+1
* Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman2003-07-101-15/+15
* `Occurrence' has no `a' and the `r' is doubled.Misha Brukman2003-07-101-21/+21
* Stop using the `Offset' variable, as we are cycling through the bits of a fieldMisha Brukman2003-07-071-8/+7
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-306-19/+29
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-281-2/+13
* Added code to the clean rule that deletes files placed in the source directory.John Criswell2003-06-271-0/+1
* Remove usage of sys/unistd.hChris Lattner2003-06-191-1/+0
* Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke2003-06-171-2/+5
* Fix misspelling of ExtraSources, hopefully to unbreak the nightly testerChris Lattner2003-06-171-2/+1
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-161-6/+7
* Remove usage of allocaChris Lattner2003-06-161-6/+6
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-161-1/+1
* Added assert.h so that it compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Updated to the new Makefile.common.John Criswell2003-06-111-2/+2
* Old versions of GCC doesn't have <ostream> :(Chris Lattner2003-06-062-2/+1
* Fix compilation problem with some versions of G++Chris Lattner2003-06-061-1/+1
* Fix problem with perrorChris Lattner2003-06-061-0/+1
* All debug print statements are now output with the DEBUG() guard to makeMisha Brukman2003-06-061-3/+3
* * Stop ignoring cc registers, since we actually use them in branches.Misha Brukman2003-06-051-1/+2
* Spiff up options a bitChris Lattner2003-06-031-2/+3
* Add -o support for TableGenChris Lattner2003-06-031-4/+25
* Make tablegen use more structured command line optionsChris Lattner2003-06-031-16/+33
* Stop ignoring the `cc' field, we actually use it now (e.g. conditional move)Misha Brukman2003-06-031-2/+1
* getValueOp() now takes a MachineInstr as well as a MachineOperand.Misha Brukman2003-05-301-1/+1
* Output the opcode name of the instruction being emitted to cerr.Misha Brukman2003-05-281-3/+4
* Cannot output `static' in generated cpp code: results in error. It's alreadyMisha Brukman2003-05-271-1/+1
* * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible)Misha Brukman2003-05-271-16/+33
* Make _sure_ we don't go into an infinite loop if a signal happens!Chris Lattner2003-05-271-0/+1
* Add ability to utilize the code emitter generator (CodeEmitterGen).Misha Brukman2003-05-241-1/+21
* First cut at the Code Generator using the TableGen methodology.Misha Brukman2003-05-242-0/+128
* Remove long dead codeChris Lattner2003-05-221-46/+0
* Add using declarationsChris Lattner2003-05-223-24/+18
* Add new CommaSeparated option modifierChris Lattner2003-05-221-0/+20
* Destroy using declarationsChris Lattner2003-05-221-64/+60
* I fixed that ``thang'', yo.Misha Brukman2003-05-201-1/+1
* Add a new info-output-file option (hidden from --help) which is to be used byChris Lattner2003-05-092-45/+111
* Update to work with newer versions of bisonChris Lattner2003-03-311-22/+22
* Make more compatible with GCC 2.96Chris Lattner2003-02-131-4/+5
* Remove gunk that was supposed to make space evaluation more precise, but neve...Chris Lattner2003-02-131-64/+1
* Don't output times in "scientific" notationChris Lattner2003-02-121-2/+3
* Remove the -debug option from release executablesChris Lattner2003-02-091-0/+3
* Squelch warningChris Lattner2003-02-051-1/+1
* * Add new -track-memory option to tools which enables the mem usage column in...Chris Lattner2003-01-301-2/+14
* Fix build problem on sparcChris Lattner2003-01-291-1/+2