aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * Add virtual print methodsChris Lattner2002-04-087-1/+14
* * Trim #includesChris Lattner2002-04-081-64/+4
* s/Method/FunctionChris Lattner2002-04-081-7/+6
* Trim #includesChris Lattner2002-04-082-3/+12
* * Move casting stuff out to Support/Casting.hChris Lattner2002-04-081-72/+16
* * Fix commentChris Lattner2002-04-081-3/+6
* Pull casting operators out of Value.hChris Lattner2002-04-082-0/+160
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-087-7/+7
* Library bumped up out of Assembly directoryChris Lattner2002-04-081-1/+1
* Minor change to reflect that ConstantHandling is now part of VMCoreChris Lattner2002-04-083-6/+6
* Moved assembly writer library into its own top level directory.Chris Lattner2002-04-081-1/+1
* Checkin old testcase that is newly fixed.Chris Lattner2002-04-081-0/+12
* New testcaseChris Lattner2002-04-081-0/+12
* Checkin old testcase for switch statement. For now we just decimate themChris Lattner2002-04-081-0/+20
* Old testcase that missed getting checked inChris Lattner2002-04-081-0/+37
* Add support for the gnu ld -s (strip) optionChris Lattner2002-04-081-1/+9
* Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.hChris Lattner2002-04-084-5/+4
* GCCLD actually does transformations to simplify the linked program now.Chris Lattner2002-04-082-10/+33
* * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.hChris Lattner2002-04-0710-72/+82
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-0713-15/+13
* Perform debug outputs with ->dump() instead of <<Chris Lattner2002-04-072-10/+12
* use dump method instead of Asm/Writer to do debug printingChris Lattner2002-04-073-18/+21
* Remove some gross code by using the Value::dump method to do debug dumpsChris Lattner2002-04-074-42/+46
* Remove some gross code by using the VAlue::dump method to do debug dumpsChris Lattner2002-04-071-7/+5
* Update commentsChris Lattner2002-04-071-4/+5
* Eliminate explicit use of Writer library, using debug dump output instead.Chris Lattner2002-04-073-18/+24
* VCG output support removed because it was broken and will never be used.Chris Lattner2002-04-071-11/+0
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-0757-788/+750
* Source base has been completely changed over to use Function instead of Metho...Chris Lattner2002-04-071-12/+0
* Fix Bug: test/Regression/Other/2002-04-07-InfConstant.llChris Lattner2002-04-071-3/+12
* Fix bug: test/Regression/Other/2002-04-07-HexFloatConstants.llChris Lattner2002-04-071-2/+20
* Add new function utohexstr.Chris Lattner2002-04-072-0/+36
* Add a better comment to explain what is going on.Chris Lattner2002-04-071-1/+4
* New testcaseChris Lattner2002-04-071-0/+18
* Remove debugging code accidentally checked in!Chris Lattner2002-04-071-1/+0
* don't delete intermediate files!Chris Lattner2002-04-071-0/+2
* Add support for hexadecimal FP constants!Chris Lattner2002-04-071-7/+35
* Implement constant propogation of multiply and divide instructions!!Chris Lattner2002-04-074-0/+41
* Testcase for bad constant handlingChris Lattner2002-04-071-0/+11
* Hopefully this change will make the makefile work for other people without ha...Chris Lattner2002-04-072-2/+2
* * Make all of the refineAbstractType functions work identicallyChris Lattner2002-04-071-68/+68
* Enable better debug output. When debugging the type system, print out theChris Lattner2002-04-071-1/+3
* * Reenable apparently neccesary code, that breaks testcases when enabled,Chris Lattner2002-04-061-1/+7
* * FIX: test/Regression/Assembler/2002-02-19-TypeParsing.llChris Lattner2002-04-051-3/+4
* Fix bug in testcase: no implementatino section make it not legal input, soChris Lattner2002-04-051-0/+2
* New testcasesChris Lattner2002-04-052-0/+10
* * Move DerivedType::addAbstractTypeUser from DerivedType.hChris Lattner2002-04-051-28/+48
* * Delete getNumAbstractTypeUsers methodChris Lattner2002-04-051-17/+7
* Clean up debugging codeChris Lattner2002-04-051-4/+4
* * Refactor loop in removeAbstractTypeUser to be more clearChris Lattner2002-04-051-18/+35