oota-llvm.git
2007-01-13 Chris LattnerFix Transforms/InstCombine/2007-01-13-ExtCompareMiscomp...
2007-01-13 Reid SpencerFix indentation to prior level for easier diffs.
2007-01-13 Reid SpencerFor PR1043:
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerBye bye bool. AsmWriter doesn't generate it any more...
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerCan't generate "bool" any more. Change to i1
2007-01-13 Reid SpencerCan't grep for bool any more.
2007-01-13 Nick Lewycky"Default context" blocks can occur after a non-default...
2007-01-13 Reid SpencerFix a FIXME. 1 bit integer types are now printed as...
2007-01-13 Chris LattnerFix a minor bug handling constant exprs, introduced...
2007-01-13 Chris LattnerRemove this obsolete test. The CBE will never be able...
2007-01-13 Reid SpencerWhoops. Give this test some input. Doubly important...
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerDon't attempt to upgrade argument to va.start and va...
2007-01-13 Reid SpencerThis is not an upgrade candidate any more.
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Reid SpencerMake sure the IntegerValType has enough space for 2...
2007-01-13 Reid SpencerMake sure that GEP indices are only 32 or 64 bits....
2007-01-13 Reid SpencerGet rid of some useless distinction between bool and...
2007-01-13 Reid SpencerRegenerate.
2007-01-13 Chris Lattnerfix a bug in a recent patch
2007-01-13 Reid SpencerFor PR1093:
2007-01-13 Reid SpencerTest case for PR1093 for llvm.va_* intrinsics upgrade.
2007-01-12 Jim Laskeyvirtual not needed.
2007-01-12 Reid SpencerRemove this file. It was inadvertently added because...
2007-01-12 Reid SpencerCompensate for loss of DerivedTypes.h in TargetLowering.h
2007-01-12 Reid SpencerMove a function out of line.
2007-01-12 Chris Lattnerremove over-general code.
2007-01-12 Chris Lattnerremove unneeded special case for bool
2007-01-12 Chris LattnerEliminate a log(n) lookup
2007-01-12 Reid SpencerAdjust #includes to compensate for lost of DerivedTypes...
2007-01-12 Reid SpencerDon't #include DerivedTypes.h in this header. Make...
2007-01-12 Reid SpencerAdd a new home for TargetLowering member functions.
2007-01-12 Chris Lattnerremove obsolete fixme
2007-01-12 Chris Lattnersimplify some code
2007-01-12 Evan ChengMinor fix.
2007-01-12 Evan Cheng- Move RTLIB::Libcall enum to a separate file.
2007-01-12 Chris LattnerRemove over-general comparisons
2007-01-12 Jim LaskeyAllow isAllOnesValue testing on packed constants
2007-01-12 Evan ChengSilence a bogus compiler warning.
2007-01-12 Chris Lattnerinline isIntegral to make this method look like classof...
2007-01-12 Chris Lattnerupdate this to work with recent asmprinter change
2007-01-12 Lauro Ramos... Don't add or sub zero to sp.
2007-01-12 Lauro Ramos... Build constants using instructions mov/orr or mvn/eor.
2007-01-12 Reid SpencerRegenerate.
2007-01-12 Reid SpencerRemove support for upgrading NOT. The llvm-upgrade...
2007-01-12 Devang Patels/addPassToManager/add/g
2007-01-12 Anton KorobeynikovRegenerate
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2007-01-12 Devang PatelMove PMTopLevelManager, PMDataManager and FPPassManger...
2007-01-12 Chris LattnerRemove a bunch of duplicated code. Among other things...
2007-01-12 Chris Lattnerunbreak i1 constants with the cpp writer, eliminate...
2007-01-12 Chris Lattnereliminate redundant check
2007-01-12 Chris Lattnerregenerate
2007-01-12 Chris LattnerThis production is dead, the lexer can never return...
2007-01-12 Chris LattnerBranch conditions must be i1
2007-01-12 Chris Lattnerdon't discriminate against bool
2007-01-12 Chris Lattnerremove unneeded special cases
2007-01-12 Jeff Cohen'==' is not a legal test operator on BSD. Use '='.
2007-01-12 Chris LattnerGEP operands can't be bools
2007-01-12 Chris LattnerSimplify code
2007-01-12 Reid SpencerMake a couple organizational changes. Type no longer...
2007-01-12 Devang PatelRemove dead code.
2007-01-12 Reid SpencerUpdate documentation for arbitrary precision integers:
2007-01-12 Reid SpencerFix a typo.
2007-01-12 Reid SpencerRegenerate.
2007-01-12 Reid SpencerInteger type names need 1 or more digits, not zero...
2007-01-12 Reid SpencerAlways write 1 bit integers as i1 not "bool".
2007-01-12 Evan ChengComment.
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Chris LattnerFix persistent conflict madness by removing these from...
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-12 Reid SpencerUpdate for changes in the IR. The ConstantIntegral...
2007-01-12 Reid SpencerUpdate for changes in the assembly syntax. bool is...
2007-01-12 Evan ChengStore default libgcc routine names and allow them to...
2007-01-12 Nick LewyckyIf we know that it's a constant being casted, propagate...
2007-01-12 Nick LewyckyClean up logic after ConstantBool removal.
2007-01-11 Devang PatelStart using PMStack. Now each pass is responsibe for...
2007-01-11 Reid SpencerDon't remove the find_rule label from FLEX output....
2007-01-11 Devang PatelUse getPassManagerType() instead of dynamic_cast.
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengRemove unnecessary boolean type check.
2007-01-11 Zhou ShengFixed a bug in ConstantInt::Inverted().
2007-01-11 Zhou ShengFor PR1043:
2007-01-11 Zhou ShengFixed indentation.
2007-01-11 Reid SpencerShut up a warning about signed/unsigned.
2007-01-11 Reid SpencerPut in some needed \ at the end of lines!!!
2007-01-11 Chris Lattnersimplify some logic further
2007-01-11 Chris LattnerRecommit my previous patch with a bugfix: printInfoComm...
2007-01-11 Nick LewyckyQuiet compiler warning. The only reason the function...
2007-01-11 Nick LewyckyNew predicate simplifier!
2007-01-11 Devang PatelAdd PassManagerType enum.
2007-01-11 Reid SpencerAvoid taking the address of a macro by checking to...
2007-01-11 Reid SpencerImplement better constant folding of unordered FCMP...
2007-01-11 Devang PatelRobustify assingPassManager() for Module, Function...
2007-01-10 Reid SpencerAllow LLI, in interpreter mode, to find stdin, stdout...
2007-01-10 Reid SpencerBack out the last patch which is a nightly test killer...
2007-01-10 Chris LattnerLast refactoring before PR645: split up getSlot into...
2007-01-10 Chris Lattnereliminate some iterator gymnastics.
next