oota-llvm.git
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerEliminate unneccesary extraneous iterators
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerUpdate comment to reflect class name change.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-04-09 Chris LattnerUse explicit .get() calls to avoid having to #include...
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid extra #include
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid having to add...
2002-04-09 Chris LattnerUse .get() explicitly and add a few extra casts to...
2002-04-09 Chris LattnerUse opaque decl instead of #include
2002-04-09 Chris LattneriUse new form of pop_back to make code more concise
2002-04-09 Chris LattnerNo need to reserve space, erasing does not change the...
2002-04-09 Chris LattnerRewrite MachineCodeForBasicBlock in terms of containmen...
2002-04-09 Chris LattnerDelete NOP instructions as they are eliminated.
2002-04-09 Chris LattnerFree memory when done with it.
2002-04-09 Chris Lattner* Add a file header with some information
2002-04-09 Chris LattnerDon't leak all of the Loop objects created...
2002-04-09 Chris Lattner* Add a useful file comment
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-09 Chris LattnerInclude prototype for interface to PrologEpilogCodeInse...
2002-04-09 Chris LattnerUse new higher level isFloatingPoint() function
2002-04-09 Chris LattnerClean up the ownership model a bit so that nodes actual...
2002-04-09 Chris Lattner* General cleanups
2002-04-09 Chris LattnerConvert AddedInstrMapType to contain AddedInstrns by...
2002-04-09 Chris Lattner*blush* somehow this debugging code got checked in...
2002-04-09 Chris LattnerGCC3.0 is reported to die without an alloca definition.
2002-04-08 Chris LattnerDon't leak memory like a seive
2002-04-08 Chris LattnerValue cannot be directly instantiated. I think that...
2002-04-08 Chris LattnerRemove extranous #include
2002-04-08 Chris Lattners/PrintMethodPass/PrintFunctionPass
2002-04-08 Chris LattnerAdd #includes
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris Lattner* Narrow AsmWriter interface
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris Lattners/method/function
2002-04-08 Chris Lattnerllvm/Assembly/Writer.h is unneccesary except for extrem...
2002-04-08 Chris LattnerisLabelType is obsolete
2002-04-08 Chris LattnerPlay around with #includes
2002-04-08 Chris LattnerAdd #includes that were pruned from already #included...
2002-04-08 Chris Lattner* Add virtual print methods
2002-04-08 Chris Lattner* Trim #includes
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerTrim #includes
2002-04-08 Chris Lattner* Move casting stuff out to Support/Casting.h
2002-04-08 Chris Lattner* Fix comment
2002-04-08 Chris LattnerPull casting operators out of Value.h
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-04-08 Chris LattnerLibrary bumped up out of Assembly directory
2002-04-08 Chris LattnerMinor change to reflect that ConstantHandling is now...
2002-04-08 Chris LattnerMoved assembly writer library into its own top level...
2002-04-08 Chris LattnerCheckin old testcase that is newly fixed.
2002-04-08 Chris LattnerNew testcase
2002-04-08 Chris LattnerCheckin old testcase for switch statement. For now...
2002-04-08 Chris LattnerOld testcase that missed getting checked in
2002-04-08 Chris LattnerAdd support for the gnu ld -s (strip) option
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-04-08 Chris LattnerGCCLD actually does transformations to simplify the...
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerPerform debug outputs with ->dump() instead of <<
2002-04-07 Chris Lattneruse dump method instead of Asm/Writer to do debug printing
2002-04-07 Chris LattnerRemove some gross code by using the Value::dump method...
2002-04-07 Chris LattnerRemove some gross code by using the VAlue::dump method...
2002-04-07 Chris LattnerUpdate comments
2002-04-07 Chris LattnerEliminate explicit use of Writer library, using debug...
2002-04-07 Chris LattnerVCG output support removed because it was broken and...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-07 Chris LattnerSource base has been completely changed over to use...
2002-04-07 Chris LattnerFix Bug: test/Regression/Other/2002-04-07-InfConstant.ll
2002-04-07 Chris LattnerFix bug: test/Regression/Other/2002-04-07-HexFloatConst...
2002-04-07 Chris LattnerAdd new function utohexstr.
2002-04-07 Chris LattnerAdd a better comment to explain what is going on.
2002-04-07 Chris LattnerNew testcase
2002-04-07 Chris LattnerRemove debugging code accidentally checked in!
2002-04-07 Chris Lattnerdon't delete intermediate files!
2002-04-07 Chris LattnerAdd support for hexadecimal FP constants!
2002-04-07 Chris LattnerImplement constant propogation of multiply and divide...
2002-04-07 Chris LattnerTestcase for bad constant handling
2002-04-07 Chris LattnerHopefully this change will make the makefile work for...
2002-04-07 Chris Lattner* Make all of the refineAbstractType functions work...
2002-04-07 Chris LattnerEnable better debug output. When debugging the type...
2002-04-06 Chris Lattner* Reenable apparently neccesary code, that breaks testc...
2002-04-05 Chris Lattner* FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll
2002-04-05 Chris LattnerFix bug in testcase: no implementatino section make...
2002-04-05 Chris LattnerNew testcases
2002-04-05 Chris Lattner* Move DerivedType::addAbstractTypeUser from DerivedType.h
2002-04-05 Chris Lattner* Delete getNumAbstractTypeUsers method
2002-04-05 Chris LattnerClean up debugging code
2002-04-05 Chris Lattner* Refactor loop in removeAbstractTypeUser to be more...
2002-04-05 Chris LattnerTestcase that breaks recursive type processing
2002-04-05 Chris Lattner* Allow purify builds to be enabled without hacking...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris LattnerRemove backwards compatibility code
2002-04-04 Chris LattnerMake build work in release mode
next