- fb005fe * General cleanups by Chris Lattner · 23 years ago
- 0b0ffa0 Convert AddedInstrMapType to contain AddedInstrns by value instead of by by Chris Lattner · 23 years ago
- f60c3fe *blush* somehow this debugging code got checked in... by Chris Lattner · 23 years ago
- 244212a GCC3.0 is reported to die without an alloca definition. by Chris Lattner · 23 years ago
- 7884cd1 Don't leak memory like a seive by Chris Lattner · 23 years ago
- 69a34cd Value cannot be directly instantiated. I think that this code was TRYING to by Chris Lattner · 23 years ago
- bc55a31 Remove extranous #include by Chris Lattner · 23 years ago
- 02d6ef8 s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 23 years ago
- 8bfa89c Add #includes s/PrintMethodPass/PrintFunctionPass by Chris Lattner · 23 years ago
- b7653df s/Method/Function by Chris Lattner · 23 years ago
- 75cf7cf * Narrow AsmWriter interface by Chris Lattner · 23 years ago
- 237e6d1 s/Method/Function Remove extraneous #includes of llvm/Assembly/Writer by Chris Lattner · 23 years ago
- 4d669b5 s/method/function by Chris Lattner · 23 years ago
- 35e309a llvm/Assembly/Writer.h is unneccesary except for extreme output by Chris Lattner · 23 years ago
- c8a79af isLabelType is obsolete by Chris Lattner · 23 years ago
- e6d4ec3 Play around with #includes by Chris Lattner · 23 years ago
- ab44871 Add #includes that were pruned from already #included files by Chris Lattner · 23 years ago
- 5109f75 * Add virtual print methods * s/Method/Function by Chris Lattner · 23 years ago
- 5e1cfc5 * Trim #includes by Chris Lattner · 23 years ago
- d58243d s/Method/Function Trim #includes by Chris Lattner · 23 years ago
- 8d3b30a Trim #includes by Chris Lattner · 23 years ago
- 42a695c * Move casting stuff out to Support/Casting.h by Chris Lattner · 23 years ago
- 12e8ad6 * Fix comment by Chris Lattner · 23 years ago
- 589df88 Pull casting operators out of Value.h by Chris Lattner · 23 years ago
- 968ddc9 ConstantHandling moved into VMCore library by Chris Lattner · 23 years ago
- afca8bb Library bumped up out of Assembly directory by Chris Lattner · 23 years ago
- 6616042 Minor change to reflect that ConstantHandling is now part of VMCore by Chris Lattner · 23 years ago
- 3c9e93b Moved assembly writer library into its own top level directory. by Chris Lattner · 23 years ago
- e4bd95e Checkin old testcase that is newly fixed. by Chris Lattner · 23 years ago
- 6590373 New testcase by Chris Lattner · 23 years ago
- 0bfaf3b Checkin old testcase for switch statement. For now we just decimate them by Chris Lattner · 23 years ago
- 74550e1 Old testcase that missed getting checked in by Chris Lattner · 23 years ago
- 2b59837 Add support for the gnu ld -s (strip) option by Chris Lattner · 23 years ago
- 1907aba Move include/llvm/ValueHolderImpl.h to lib/VMCore/ValueHolderImpl.h by Chris Lattner · 23 years ago
- ad202a0 GCCLD actually does transformations to simplify the linked program now. by Chris Lattner · 23 years ago
- b579400 * Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h by Chris Lattner · 23 years ago
- 9420298 Remove asmwriter library from link line, because the useful contents of it by Chris Lattner · 23 years ago
- 5bdf161 Perform debug outputs with ->dump() instead of << by Chris Lattner · 23 years ago
- 06272dc use dump method instead of Asm/Writer to do debug printing by Chris Lattner · 23 years ago
- 25d15a7 Remove some gross code by using the Value::dump method to do debug dumps by Chris Lattner · 23 years ago
- 650b6e8 Remove some gross code by using the VAlue::dump method to do debug dumps by Chris Lattner · 23 years ago
- 8da78af Update comments Implement Value::dump here. by Chris Lattner · 23 years ago
- 87182ae Eliminate explicit use of Writer library, using debug dump output instead. by Chris Lattner · 23 years ago
- 156ce94 VCG output support removed because it was broken and will never be used. by Chris Lattner · 23 years ago
- 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
- dcc6d4c Source base has been completely changed over to use Function instead of Method, this file is not obsolete. by Chris Lattner · 23 years ago
- f862b6d Fix Bug: test/Regression/Other/2002-04-07-InfConstant.ll by Chris Lattner · 23 years ago
- ace9103 Fix bug: test/Regression/Other/2002-04-07-HexFloatConstants.ll by Chris Lattner · 23 years ago
- 35c15b4 Add new function utohexstr. by Chris Lattner · 23 years ago
- b55679d Add a better comment to explain what is going on. by Chris Lattner · 23 years ago
- db59c17 New testcase by Chris Lattner · 23 years ago
- 74dbc99 Remove debugging code accidentally checked in! by Chris Lattner · 23 years ago
- aef6546 don't delete intermediate files! by Chris Lattner · 23 years ago
- 275da86 by Chris Lattner · 23 years ago
- 05c05ea Implement constant propogation of multiply and divide instructions!! by Chris Lattner · 23 years ago
- 24823cc Testcase for bad constant handling by Chris Lattner · 23 years ago
- ec6bed2 Hopefully this change will make the makefile work for other people without hacking it. by Chris Lattner · 23 years ago
- 417081c * Make all of the refineAbstractType functions work identically by Chris Lattner · 23 years ago
- 92940ac Enable better debug output. When debugging the type system, print out the by Chris Lattner · 23 years ago
- 339ba45 * Reenable apparently neccesary code, that breaks testcases when enabled, by Chris Lattner · 23 years ago
- af93dbc * FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll by Chris Lattner · 23 years ago
- ee9285c Fix bug in testcase: no implementatino section make it not legal input, so by Chris Lattner · 23 years ago
- 0cca464 New testcases by Chris Lattner · 23 years ago
- 3855f2f * Move DerivedType::addAbstractTypeUser from DerivedType.h by Chris Lattner · 23 years ago
- 1602560 * Delete getNumAbstractTypeUsers method by Chris Lattner · 23 years ago
- cecb520 Clean up debugging code by Chris Lattner · 23 years ago
- 3f59b7e * Refactor loop in removeAbstractTypeUser to be more clear by Chris Lattner · 23 years ago
- 8db92d0 Testcase that breaks recursive type processing by Chris Lattner · 23 years ago
- 12604ed * Allow purify builds to be enabled without hacking the makefile. Now you by Chris Lattner · 23 years ago
- 2aac6bf s/MethodType/FunctionType by Chris Lattner · 23 years ago
- 3d0dceb Remove backwards compatibility code by Chris Lattner · 23 years ago
- a364ad0 Make build work in release mode by Chris Lattner · 23 years ago
- 2c024a7 Don't link in library that cannot be found, this should be removed eventually. by Chris Lattner · 23 years ago
- 6a6931e Make the release build work by Chris Lattner · 23 years ago
- aa06d2c * Add debug support for PATypeHolder * PATypeHolder is now not a template by Chris Lattner · 23 years ago
- 22c3982 Make the release build compile by Chris Lattner · 23 years ago
- 61f64f9 PATypeHolder is now not a template by Chris Lattner · 23 years ago
- b3afb1f Add debug support by Chris Lattner · 23 years ago
- 8b88b3b * Make PATypeHolder not take a type argument by Chris Lattner · 23 years ago
- 4e4cae8 Lexer doesn't create typehandle gross stuff now, parser does. by Chris Lattner · 23 years ago
- 0009dac Call nodes are never equivalent Shadow nodes are never critical. by Chris Lattner · 23 years ago
- 1f1170c Add hack to get timing of analysis by Chris Lattner · 23 years ago
- cc0c1b2 * Eliminate commented out code by Chris Lattner · 23 years ago
- 744088c Deparameterize PATypeHolder by Chris Lattner · 23 years ago
- 1e10c7c Add method to get # nodes in the graph by Chris Lattner · 23 years ago
- 8937375 Make the release build work by Chris Lattner · 23 years ago
- 6fe2e87 Fix the release build by Chris Lattner · 23 years ago
- c269bd9 * Add dump() virtual function to AbstractType user to help track down bugs by Chris Lattner · 23 years ago
- a13d6ce Support resolving function arguments/return values to pointers that index by Chris Lattner · 23 years ago
- 85e1e9c Case numbers were not updated when Sparc.burg.in was changed by Vikram S. Adve · 23 years ago
- 69cd2b1 Move the PromoteMemoryToRegister pass to be run _after_ the raise pointer by Chris Lattner · 23 years ago
- bb063f3 Add a new replaceWith method useful for replacing instructions by Chris Lattner · 23 years ago
- f8285d4 Allow scalars that point to multiple nodes when building the scalar map. by Chris Lattner · 23 years ago
- f719694 Add extra case here to avoid getting spurious output by Chris Lattner · 23 years ago
- e0d1d1a Avoid incorrectly adding null values to the scalar map! by Chris Lattner · 23 years ago
- dba61f3 Critical shadow nodes no do not know their parent explictly. by Chris Lattner · 23 years ago
- 3feaf02 Minor cleanups (use dyn_cast instead of testing manually) by Chris Lattner · 23 years ago
- f30185f Allow merging of identical call nodes. Make the shadow node pointed to by Chris Lattner · 23 years ago
- bab4a90 Increase limit for perimeter by Chris Lattner · 23 years ago
- aedcb72 Shadow nodes don't need to know their explicit parent, they just need to by Chris Lattner · 23 years ago