| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify code by using ConstantInt::getRawValue instead of checking to see | Chris Lattner | 2003-07-23 | 1 | -4/+1 |
* | Added a DEBUG() guard to a debug information printout. | Misha Brukman | 2003-07-18 | 1 | -1/+2 |
* | Fixed a bug: outputting name of variable instead of its value. | Misha Brukman | 2003-07-15 | 1 | -11/+17 |
* | This optimization greatly enhances efficiency of creating new instructions by | Misha Brukman | 2003-07-15 | 1 | -6/+106 |
* | The word `separate' only has one `e'. | Misha Brukman | 2003-07-14 | 1 | -1/+1 |
* | Fixed grammatical error. | Misha Brukman | 2003-07-10 | 1 | -1/+1 |
* | Lowercase versions of `occurrence' need to be spelled correctly, too. | Misha Brukman | 2003-07-10 | 1 | -15/+15 |
* | `Occurrence' has no `a' and the `r' is doubled. | Misha Brukman | 2003-07-10 | 1 | -21/+21 |
* | Stop using the `Offset' variable, as we are cycling through the bits of a field | Misha Brukman | 2003-07-07 | 1 | -8/+7 |
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 6 | -19/+29 |
* | Add support for 'unsigned' command line arguments | Chris Lattner | 2003-06-28 | 1 | -2/+13 |
* | Added code to the clean rule that deletes files placed in the source directory. | John Criswell | 2003-06-27 | 1 | -0/+1 |
* | Remove usage of sys/unistd.h | Chris Lattner | 2003-06-19 | 1 | -1/+0 |
* | Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD. | Brian Gaeke | 2003-06-17 | 1 | -2/+5 |
* | Fix misspelling of ExtraSources, hopefully to unbreak the nightly tester | Chris Lattner | 2003-06-17 | 1 | -2/+1 |
* | Actually, change it to use explicit new/delete, which is more likely to be | Chris Lattner | 2003-06-16 | 1 | -6/+7 |
* | Remove usage of alloca | Chris Lattner | 2003-06-16 | 1 | -6/+6 |
* | Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h", | Brian Gaeke | 2003-06-16 | 1 | -1/+1 |
* | Added assert.h so that it compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Updated to the new Makefile.common. | John Criswell | 2003-06-11 | 1 | -2/+2 |
* | Old versions of GCC doesn't have <ostream> :( | Chris Lattner | 2003-06-06 | 2 | -2/+1 |
* | Fix compilation problem with some versions of G++ | Chris Lattner | 2003-06-06 | 1 | -1/+1 |
* | Fix problem with perror | Chris Lattner | 2003-06-06 | 1 | -0/+1 |
* | All debug print statements are now output with the DEBUG() guard to make | Misha Brukman | 2003-06-06 | 1 | -3/+3 |
* | * Stop ignoring cc registers, since we actually use them in branches. | Misha Brukman | 2003-06-05 | 1 | -1/+2 |
* | Spiff up options a bit | Chris Lattner | 2003-06-03 | 1 | -2/+3 |
* | Add -o support for TableGen | Chris Lattner | 2003-06-03 | 1 | -4/+25 |
* | Make tablegen use more structured command line options | Chris Lattner | 2003-06-03 | 1 | -16/+33 |
* | Stop ignoring the `cc' field, we actually use it now (e.g. conditional move) | Misha Brukman | 2003-06-03 | 1 | -2/+1 |
* | getValueOp() now takes a MachineInstr as well as a MachineOperand. | Misha Brukman | 2003-05-30 | 1 | -1/+1 |
* | Output the opcode name of the instruction being emitted to cerr. | Misha Brukman | 2003-05-28 | 1 | -3/+4 |
* | Cannot output `static' in generated cpp code: results in error. It's already | Misha Brukman | 2003-05-27 | 1 | -1/+1 |
* | * Now outputting a static function getBinaryCodeForInstr() (JIT-accessible) | Misha Brukman | 2003-05-27 | 1 | -16/+33 |
* | Make _sure_ we don't go into an infinite loop if a signal happens! | Chris Lattner | 2003-05-27 | 1 | -0/+1 |
* | Add ability to utilize the code emitter generator (CodeEmitterGen). | Misha Brukman | 2003-05-24 | 1 | -1/+21 |
* | First cut at the Code Generator using the TableGen methodology. | Misha Brukman | 2003-05-24 | 2 | -0/+128 |
* | Remove long dead code | Chris Lattner | 2003-05-22 | 1 | -46/+0 |
* | Add using declarations | Chris Lattner | 2003-05-22 | 3 | -24/+18 |
* | Add new CommaSeparated option modifier | Chris Lattner | 2003-05-22 | 1 | -0/+20 |
* | Destroy using declarations | Chris Lattner | 2003-05-22 | 1 | -64/+60 |
* | I fixed that ``thang'', yo. | Misha Brukman | 2003-05-20 | 1 | -1/+1 |
* | Add a new info-output-file option (hidden from --help) which is to be used by | Chris Lattner | 2003-05-09 | 2 | -45/+111 |
* | Update to work with newer versions of bison | Chris Lattner | 2003-03-31 | 1 | -22/+22 |
* | Make more compatible with GCC 2.96 | Chris Lattner | 2003-02-13 | 1 | -4/+5 |
* | Remove gunk that was supposed to make space evaluation more precise, but neve... | Chris Lattner | 2003-02-13 | 1 | -64/+1 |
* | Don't output times in "scientific" notation | Chris Lattner | 2003-02-12 | 1 | -2/+3 |
* | Remove the -debug option from release executables | Chris Lattner | 2003-02-09 | 1 | -0/+3 |
* | Squelch warning | Chris Lattner | 2003-02-05 | 1 | -1/+1 |
* | * Add new -track-memory option to tools which enables the mem usage column in... | Chris Lattner | 2003-01-30 | 1 | -2/+14 |
* | Fix build problem on sparc | Chris Lattner | 2003-01-29 | 1 | -1/+2 |