aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate all uses of memInst->getIndicesBROKEN().Vikram S. Adve2001-12-154-25/+16
* getIndexedOffset() shd take vector of Values, not of Constants!Vikram S. Adve2001-12-152-2/+2
* Remove int hack to allow unsigned numbers greater than 2^63 - 1...Vikram S. Adve2001-12-151-6/+35
* Run testsparc, not testcodegen for testing the back end.Vikram S. Adve2001-12-151-1/+1
* initial checkinChris Lattner2001-12-141-0/+150
* Initial checkin of instcombineChris Lattner2001-12-141-0/+27
* Add instruction combining passChris Lattner2001-12-141-31/+34
* * Support the new -q flag for automated testsChris Lattner2001-12-141-39/+32
* Add more passes to run after raisingChris Lattner2001-12-141-2/+5
* Update LLVM tests to use new pointer indexing, and remove unsized array test ...Chris Lattner2001-12-1412-256/+35
* Build Programs subdirectoryChris Lattner2001-12-141-0/+1
* * Assert that indices are valid for an indexing instruction.Chris Lattner2001-12-141-12/+19
* Rename ConstPoolVals.cpp to Constants.cppChris Lattner2001-12-141-0/+0
* Remove unsized array supportChris Lattner2001-12-141-19/+18
* Make strings SByte* arrays instead of UByte * arraysChris Lattner2001-12-141-3/+3
* * isFirstClassType is now provided by the Type classChris Lattner2001-12-141-7/+2
* * add ReplaceInstWithInstChris Lattner2001-12-141-26/+25
* Remove unsized array supportChris Lattner2001-12-141-6/+0
* * Support pointer indexingChris Lattner2001-12-141-210/+33
* Many many changes and bugfixes:Chris Lattner2001-12-141-130/+199
* The proper prototype for malloc returns a pointer, not an unsized arrayChris Lattner2001-12-141-6/+3
* Allow pointer indexingChris Lattner2001-12-141-1/+1
* Remove unsized array supportChris Lattner2001-12-143-17/+4
* Add pointer indexing supportChris Lattner2001-12-141-9/+12
* Don't waste as much horizontal space on #uses flag when printingChris Lattner2001-12-141-1/+1
* * Fix cases where we were calling Type->getName() instead of Type->getDescrip...Chris Lattner2001-12-141-21/+12
* * Refactor trace values to work as a proper pass. Before it used to addChris Lattner2001-12-141-420/+177
* Refactor trace values to work as a proper pass. Before it used to addChris Lattner2001-12-141-4/+9
* * Remove support for unsized arrays.Chris Lattner2001-12-141-11/+11
* PointerType and ArrayType now subclass Sequential type, which contains addres...Chris Lattner2001-12-141-70/+86
* added a section on how to modify live variable code to use LLVM instructionsRuchira Sasanka2001-12-132-10/+50
* Not just arrays are unsizedChris Lattner2001-12-131-1/+1
* Assertion could never fail because another one would in it's place. :)Chris Lattner2001-12-131-1/+1
* Some programs are using BB's as values, until we resolve this. Disable the as...Chris Lattner2001-12-131-1/+3
* Build runtime library with local GCCASChris Lattner2001-12-132-8/+8
* Implement strlen strdup strcmpChris Lattner2001-12-131-0/+35
* Implement sprintfChris Lattner2001-12-131-11/+25
* Swap operands now preserves the semantics of the binary operator by changingChris Lattner2001-12-132-4/+34
* Add debugging to make a more useful message if a value gets constructed with ...Chris Lattner2001-12-131-1/+6
* Implement some nice functions useful for looking at typesChris Lattner2001-12-131-1/+13
* Implement proper iterator tagsChris Lattner2001-12-131-1/+5
* Subclasses can change the opcode of an instructionChris Lattner2001-12-131-2/+2
* Constants KNOW they are of a derived typeChris Lattner2001-12-131-0/+9
* Added TRACEM option. Use -g when building native code for tests.Vikram S. Adve2001-12-122-2/+8
* Documentation (draft) for reg allocRuchira Sasanka2001-12-091-0/+161
* Use _LOCAL_ gccas to build instead of Chris'sChris Lattner2001-12-092-4/+12
* Added more comments. Added code to destructor in MethodLiveVarInfo to deleteRuchira Sasanka2001-12-084-42/+156
* Added comments are more documentation infoRuchira Sasanka2001-12-084-12/+386
* Tell the user if a file is corrupt or not... not that the file cannot beChris Lattner2001-12-082-2/+44
* Implement more general conversions for getelementptr instructionsChris Lattner2001-12-071-17/+104