| Commit message (Expand) | Author | Age | Files | Lines |
* | Okay, so this is a huge hack. Fixme later | Chris Lattner | 2001-11-07 | 1 | -4/+36 |
* | *Print Stack traces better. | Chris Lattner | 2001-11-07 | 3 | -27/+64 |
* | * Use cached writer to speed up printing and get symbolic types more consiste... | Chris Lattner | 2001-11-07 | 3 | -15/+54 |
* | Implement CachedWriter class to allow module level printing of various compon... | Chris Lattner | 2001-11-07 | 1 | -1/+36 |
* | New class to provide high performance writing. | Chris Lattner | 2001-11-07 | 1 | -0/+41 |
* | Add %p format to printf, which MUST be used when printing pointer values. | Chris Lattner | 2001-11-07 | 1 | -0/+2 |
* | Implement log and drand48 for TSP bm | Chris Lattner | 2001-11-06 | 1 | -0/+17 |
* | Minor fixes | Chris Lattner | 2001-11-06 | 2 | -6/+12 |
* | Add notes | Chris Lattner | 2001-11-06 | 1 | -1/+3 |
* | Implement sqrt, implement printf better, simpler. | Chris Lattner | 2001-11-06 | 1 | -16/+31 |
* | Fix minor bug for shifts | Chris Lattner | 2001-11-06 | 1 | -2/+3 |
* | Print out the abridged form of the call instruction. | Chris Lattner | 2001-11-06 | 1 | -2/+15 |
* | Build .bc from .c better. | Chris Lattner | 2001-11-06 | 2 | -10/+6 |
* | Don't forget to make the clean version. | Chris Lattner | 2001-11-06 | 2 | -2/+10 |
* | Really fix Makefile to compile individual tests and Olden codes. | Vikram S. Adve | 2001-11-06 | 2 | -46/+68 |
* | Moved *.c files into subdirectory TestSources to avoid overwriting | Vikram S. Adve | 2001-11-06 | 7 | -436/+0 |
* | Fixed bug - added code in pushUnconstrainedIGNodes() to check whether a node | Ruchira Sasanka | 2001-11-06 | 2 | -16/+34 |
* | Reorder paramters to make the command line more easily modifiable | Chris Lattner | 2001-11-06 | 2 | -2/+2 |
* | Fix bugs | Chris Lattner | 2001-11-06 | 2 | -6/+13 |
* | Fix many bugs. Implement PHI transforms & other cycles | Chris Lattner | 2001-11-06 | 1 | -54/+152 |
* | Give me PHI's space back | Chris Lattner | 2001-11-06 | 1 | -0/+1 |
* | Bug fix: uninitialized variable. | Vikram S. Adve | 2001-11-06 | 2 | -10/+10 |
* | Bug fix: Printing AdIBef and AdIAft outside the scope where they | Vikram S. Adve | 2001-11-06 | 1 | -7/+7 |
* | Print PHI nodes with zero operands even if they are illegal | Chris Lattner | 2001-11-06 | 1 | -5/+4 |
* | Fix bug with ADD nodes and malloc promotion | Chris Lattner | 2001-11-05 | 1 | -9/+29 |
* | Fix makefile to compile olden and main benchmarks | Chris Lattner | 2001-11-05 | 2 | -26/+26 |
* | Don't print spurious linking warnings about methods that are never used. | Chris Lattner | 2001-11-05 | 2 | -30/+35 |
* | Use the expression map correctly. | Chris Lattner | 2001-11-05 | 3 | -49/+188 |
* | Make the olden benchmarks compile again | Chris Lattner | 2001-11-05 | 2 | -12/+18 |
* | Modified graph construction to use one pass to find all defs. | Vikram S. Adve | 2001-11-05 | 4 | -112/+288 |
* | Make reg. numbers signed ints. | Vikram S. Adve | 2001-11-05 | 2 | -6/+6 |
* | Put it back! | Vikram S. Adve | 2001-11-05 | 1 | -0/+99 |
* | Removed by mistake; will add it back immediately. | Vikram S. Adve | 2001-11-05 | 1 | -99/+0 |
* | Make gcc generate assembly files (%.ll) until Chris has a stable | Vikram S. Adve | 2001-11-05 | 2 | -4/+16 |
* | Delete rule to disassemble %.bc -- need to make it effective only when | Vikram S. Adve | 2001-11-05 | 2 | -6/+0 |
* | Replaced another HERE. | Vikram S. Adve | 2001-11-05 | 1 | -1/+1 |
* | Put common rules for compiling programs into Makefile.target. | Vikram S. Adve | 2001-11-05 | 3 | -48/+199 |
* | New file for expression tree conversion | Chris Lattner | 2001-11-04 | 1 | -0/+494 |
* | Refactor code to share stuff | Chris Lattner | 2001-11-04 | 4 | -603/+148 |
* | * Relax restriction that prevented malloc promotion in certain cases | Chris Lattner | 2001-11-04 | 1 | -21/+22 |
* | Generate code for Rem instruction. | Vikram S. Adve | 2001-11-04 | 1 | -19/+53 |
* | Fix obscure nasty bug with bytecode writing that could cause the last byte to... | Chris Lattner | 2001-11-04 | 1 | -2/+5 |
* | * Disable debug output | Chris Lattner | 2001-11-04 | 1 | -22/+48 |
* | Convert backward conversion of expression trees into a new more powerful bidi... | Chris Lattner | 2001-11-04 | 1 | -11/+297 |
* | Fixed instruction information for RDCCR and WRCCR. | Vikram S. Adve | 2001-11-04 | 3 | -59/+128 |
* | Minor method rename | Chris Lattner | 2001-11-04 | 6 | -22/+24 |
* | Add transformations for Load and GetElementPtr. Fix broken transform with shr. | Chris Lattner | 2001-11-04 | 1 | -0/+99 |
* | Fix cast instructions that end up in bad places in GCC output | Chris Lattner | 2001-11-04 | 1 | -0/+84 |
* | Added an assertion since it seems like AdjList returns an errornous size in m... | Ruchira Sasanka | 2001-11-03 | 2 | -4/+14 |
* | Avoid making a broken transformation! | Chris Lattner | 2001-11-03 | 1 | -20/+33 |