oota-llvm.git
2004-01-14 Chris LattnerHrm, apparently I missed lowering this intrinsic. :(
2004-01-14 Chris LattnerIt is obvious that this has never been used for outputi...
2004-01-14 Chris LattnerBe const correct
2004-01-14 Chris LattnerFix bug in previous checkin: Demorgan would be ashamed...
2004-01-14 Chris LattnerEliminate the isStringCompatible function, using Consta...
2004-01-14 Chris LattnerEliminate the isStringCompatible function, using Consta...
2004-01-14 Chris LattnerUse new method
2004-01-14 Chris LattnerImplement ConstantArray::isString
2004-01-14 Chris LattnerAdd new ConstantArray::isString(), as the conditions...
2004-01-14 Chris LattnerOk, I can't handle it. This is a temporary checkin...
2004-01-14 Chris LattnerRemove support for the pre-1.0 bytecode version #1...
2004-01-14 Alkis EvlogimenosProperly update #intervals statistic.
2004-01-14 Chris LattnerFix InstCombine/2004-01-13-InstCombineInvokePHI.ll...
2004-01-14 Brian GaekeDon't pass anything to the IntrinsicLowering class...
2004-01-14 Chris Lattnernew testcase
2004-01-14 Chris LattnerFix check. PHI nodes must be handled specially, of...
2004-01-14 Chris LattnerTighten up verifier checks. The result of an invoke...
2004-01-14 Chris LattnerMake sure to verify the result before writing out the...
2004-01-14 Chris Lattnerfinegrainify namespacification
2004-01-14 Chris LattnerToggle sense of flag
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-14 Alkis EvlogimenosFix bug in LiveIntervals::Interval::overlaps and
2004-01-14 Alkis EvlogimenosImprove debugging output.
2004-01-13 Alkis EvlogimenosFix miscomputation of live intervals. The catch is...
2004-01-13 Brian GaekeYou know you like Makefiles with fewer variables. Next...
2004-01-13 Alkis EvlogimenosRemove allocatable registers vector. It is already...
2004-01-13 Brian GaekeGet rid of dead defns of LCC, LCXX, LAS, as per FIXME.
2004-01-13 Brian GaekeFix overzealous fixme fixing
2004-01-13 Brian GaekeRemove dead definitions of NATGCC and CP, and dead...
2004-01-13 Alkis EvlogimenosCleanup debugging output.
2004-01-13 Chris LattnerFinegrainify namespacification
2004-01-13 Alkis EvlogimenosFix output of live intervals to show correctly its...
2004-01-13 Alkis EvlogimenosRemove unneeded check (with the recent change in live...
2004-01-13 Alkis EvlogimenosIndentation and whitespace cleanups.
2004-01-13 Alkis EvlogimenosFix bug introduced by previous commit: check if fixed...
2004-01-13 Brian GaekeRemove dump-input option.
2004-01-13 Brian GaekeRegenerated using autoheader-2.57.
2004-01-13 Brian GaekeSimplify configure rules. (I don't know if anyone else...
2004-01-13 Brian GaekeWhoopsie. I should remember to use aclocal next time.
2004-01-13 Brian GaekeRemove and/or shorten many comments in configure.ac.
2004-01-13 Alkis EvlogimenosCorrectly compute live variable information for physica...
2004-01-13 Chris LattnerImplement a bunch of symbolic constant folding opportun...
2004-01-13 Chris LattnerNew testcase for symbolic constant folding opportunitie...
2004-01-12 Chris LattnerImplement new Instruction::isRelational method
2004-01-12 Chris LattnerAdd new method
2004-01-12 Chris LattnerRearrange and comment code better. No functionality...
2004-01-12 Chris LattnerRename ConstantHandling.* -> ConstantFolding.*
2004-01-12 Chris LattnerRemove a whole bunch more ugliness. This is actually...
2004-01-12 Chris LattnerMove ConstantHandling.h into lib/VMCore and out of...
2004-01-12 Chris LattnerMove this file to lib/VMCore
2004-01-12 Chris LattnerEliminate a lot of out-of-date comments, and all of...
2004-01-12 Chris LattnerEliminate usage of the wierd overloaded operator consta...
2004-01-12 Chris LattnerEliminate ConstantFoldShiftInstruction reference
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-12 Chris LattnerClean up #includes
2004-01-12 Chris LattnerFix bug in previous checkin
2004-01-12 Chris LattnerThe getShift method is no obsolete
2004-01-12 Chris LattnerEliminate use of ConstantHandling and ConstantExpr...
2004-01-12 Chris LattnerAdd header file I accidentally removed in teh shuffle
2004-01-12 Chris LattnerFix out of date comment, remove use of ConstantExpr...
2004-01-12 Chris LattnerRemove use of the ConstantHandling interfaces
2004-01-12 Chris LattnerRemove use of ConstantExpr::getShift
2004-01-12 Chris LattnerDon't use ConstantExpr::getShift anymore
2004-01-12 Chris LattnerMake ConstantExpr::get work for shifts as well
2004-01-12 Chris LattnerRemove use of ConstantHandling
2004-01-12 Chris LattnerRemove unneeded #include
2004-01-12 Chris Lattnerllvm::ConstantFoldInstruction
2004-01-12 Chris LattnerMove prototype of llvm::ConstantFoldInstruction
2004-01-12 Chris LattnerMove llvm::ConstantFoldInstruction from VMCore to here...
2004-01-12 Chris LattnerMove llvm::ConstantFoldInstruction from here to Transfo...
2004-01-12 Chris LattnerRemove uses of ConstantHandling itf
2004-01-12 Chris LattnerEliminate use of ConstantHandling itf
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-12 Chris LattnerEliminate use of ConstantHandling itf
2004-01-12 Chris LattnerUse constantexprs for casts. Eliminate use of the...
2004-01-12 Chris LattnerFix fairly severe bug in my last checking where we...
2004-01-12 Chris LattnerEliminate annoying warnings from the tester, hopefully...
2004-01-12 John CriswellModified the configure script so that it defines BISON...
2004-01-12 John CriswellThe configure script now defines BISON as the name...
2004-01-12 Alkis EvlogimenosOutput mov %REG = 0 instead of xor %REG, %REG, %REG...
2004-01-12 Chris LattnerBug fixed
2004-01-12 Chris LattnerTestcase for PR204
2004-01-12 Chris LattnerAdd support for %llvmgcc
2004-01-12 Chris Lattner* Implement minor performance optimization for the...
2004-01-12 Chris LattnerTest to make sure we can SCCP load instructions
2004-01-12 Chris LattnerDo not hack on volatile loads. I'm not sure what the...
2004-01-12 Chris LattnerImplement SCCP/phitest.ll
2004-01-12 Chris LattnerNew testcase, allow folding of binary operators that...
2004-01-12 Chris LattnerImplement Transforms/ScalarRepl/phinodepromote.ll,...
2004-01-12 Chris LattnerNew testcase
2004-01-11 Chris LattnerImplement: Assembler/2004-01-11-getelementptrfolding.llx
2004-01-11 Chris LattnerThis isn't really an assembler test. This tests to...
2004-01-11 Chris LattnerUrg, remove testing code.
2004-01-11 Chris LattnerFix a regression that I introduced yesterday. :(
2004-01-11 Alkis EvlogimenosMake LiveVariables::HandlePhysRegUse and
2004-01-10 Chris LattnerCheck in two changes:
2004-01-10 Chris LattnerHrm, another minor cleanup, which I missed before
2004-01-10 Chris LattnerMinor cleanup
2004-01-10 Chris LattnerUpdate obsolete comments
2004-01-10 Chris LattnerDo not bother to emit a BytecodeBlock for an empty...
next