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