oota-llvm.git
2004-01-16 Brian GaekeI'm fairly certain this was just a typo.
2004-01-16 Alkis EvlogimenosHandle printing of intervals that are not assign to...
2004-01-16 Alkis EvlogimenosHandle printing of intervals that are not assign to...
2004-01-16 Alkis EvlogimenosFold open interval ends handling into
2004-01-16 Alkis EvlogimenosAdd asserts to previous change.
2004-01-16 Alkis EvlogimenosUse a list instead of a vector to store intervals....
2004-01-15 Misha BrukmanUse the LLVM standard name mangling infrastructure...
2004-01-15 Brian GaekeThis is my script for narrowing down miscompilations...
2004-01-15 Chris LattnerIf these blocks are empty, there is no reason to even...
2004-01-15 Chris LattnerCleanups & efficiency improvements
2004-01-15 Misha BrukmanPut stylesheet after the title.
2004-01-15 Misha Brukman* HTML 4.01 Strict DTD compliance
2004-01-15 Chris LattnerThe bcwriter does not want ConstantPointerRef's to...
2004-01-15 Chris LattnerConstantPointerRef's are no longer emitted. This saves...
2004-01-15 Chris LattnerAllow bytecode files to refer directly to global values...
2004-01-15 Chris LattnerFix more breakage with string change.
2004-01-15 Misha Brukman* HTML 4.01 Strict DTD compliance
2004-01-15 Brian GaekeInclude TargetRegInfo.h and declare SparcTargetMachine...
2004-01-15 Brian GaekeMake this assertion more self-explanatory.
2004-01-15 Chris LattnerHrm, thanks to misha for paying attention to my foolish...
2004-01-15 Chris LattnerPR73 is finally fixed
2004-01-15 Chris LattnerFix PR73: bytecode format inconsistent
2004-01-15 Chris LattnerFix PR73
2004-01-15 Chris LattnerFix brokenness in my last checking
2004-01-15 Brian GaekeRemove configure support for endianness checking, the...
2004-01-15 Chris LattnerRemove ENDIAN_* support. LLVM does not need it anymore.
2004-01-15 Chris LattnerChange all of the bytecode reader primitives to throw...
2004-01-15 Chris LattnerRemove the optimization that depends on ENDIAN_LITTLE...
2004-01-15 Chris LattnerRemove broken doxygen comments
2004-01-15 Misha Brukman* Conform to HTML 4.01 strict DTD
2004-01-15 Misha BrukmanMake the stylesheet conform to CSS standard.
2004-01-14 Chris LattnerImprove comments, add support for remembering the const...
2004-01-14 Chris Lattneradd support for -- for symmetry
2004-01-14 Chris LattnerThe new bytecode format supports emitting strings a...
2004-01-14 Chris LattnerVersion 1.2 now supports encoding strings as a special...
2004-01-14 Chris LattnerWhen emitting bytecode, handle strings specially. ...
2004-01-14 Chris LattnerLike output_data, it's obvious that input_data was...
2004-01-14 Chris Lattner"fix" a nasty race condition
2004-01-14 Chris LattnerFix some exception safety problems
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
next