Simplify the handling of the --*flags options. The makefile already gets it
[oota-llvm.git] / lib /
2007-07-10 Evan ChengWhen a node value is only used by a CopyToReg, use...
2007-07-10 Evan ChengMove DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp...
2007-07-10 Nick LewyckyUpdate the ValueRanges interface to use value numbers...
2007-07-10 Owen AndersonMove some key maps from std::map to DenseMap. This...
2007-07-10 Owen AndersonUse a cheaper test, delaying calling find_leader()...
2007-07-10 Dan GohmanDefine non-intrinsic instructions for vector min, max...
2007-07-09 Owen AndersonAdd an assertion if find_leader fails.
2007-07-09 Owen AndersonTake advantage of the new fast SmallPtrSet assignment...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet much faste...
2007-07-09 Dan GohmanPreserve volatililty and alignment information when...
2007-07-09 Devang PatelExpose struct size threhold to allow users to tweak...
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Owen AndersonMake the assignment operator for SmallPtrSet return...
2007-07-09 Devang PatelFix memory leak.
2007-07-09 Dan GohmanInitialize the IndexedModeActions array with memset...
2007-07-09 Owen AndersonFix an error in the assignment operator that was causin...
2007-07-09 Chris LattnerThe various "getModuleMatchQuality" implementations...
2007-07-09 Chris Lattnerimplement operator= for smallptrset
2007-07-09 Owen AndersonFix a comment.
2007-07-09 Chris LattnerFix this warning:
2007-07-09 Dan GohmanMove the APInt form of SCEVUnknown::getIntegerSCEV...
2007-07-09 Gabor Greiffix typos
2007-07-09 Owen AndersonImprove a hotspot that was making build_sets() slower...
2007-07-09 Owen AndersonStart using a set representation that remembers the...
2007-07-07 Owen AndersonFix an error where ANTIC_OUT was ending up with more...
2007-07-07 Nick LewyckyBack out Devang's fix for PR1320 because it causes...
2007-07-06 Evan ChengNo need for ccop anymore.
2007-07-06 Evan ChengTeach if-conversion about instructions that were alread...
2007-07-06 Evan ChengIncorrect check.
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Evan ChengisUnpredicatedTerminator should treat conditional branc...
2007-07-06 Evan ChengDo away with ImmutablePredicateOperand.
2007-07-06 Owen AndersonA first stab at memory dependence analysis. This is...
2007-07-06 Devang PatelThese rountines are now available as part of basic...
2007-07-06 Devang PatelRequest DominanceFrontiner in advance.
2007-07-06 Devang PatelPreserve various analysis info.
2007-07-06 Devang PatelAdd SplitEdge and SplitBlock utility routines.
2007-07-06 Owen AndersonBe more aggressive in the heuristic. This mostly expos...
2007-07-06 Gabor Greiffinishing touches of bytecode -> bitcode changes. also...
2007-07-06 Owen AndersonAchieve what the incorrect test was trying to do by...
2007-07-06 Owen AndersonRemove an incorrect check.
2007-07-06 Duncan SandsThe exception handling intrinsics return values,
2007-07-06 Gabor Greifeliminate residual cruft related to recognizing bytecode
2007-07-06 Duncan SandsIndexes into the list of filter ids cannot be output
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-06 Gabor GreifSolaris 2.x does not have RLIMIT_RSS, check for this...
2007-07-06 Duncan SandsRemove propagateEHRegister in favour of a more limited
2007-07-06 Duncan SandsRemove ExtractGlobalVariable - use StripPointerCasts
2007-07-06 Zhou ShengCorrect a typo.
2007-07-06 Evan ChengWorkaround of getCopyToRegs and getCopyFromRegs bugs...
2007-07-06 Evan ChengChange CalculateHeights and CalculateDepths to be non...
2007-07-06 Evan ChengPrint the s bit if the instruction is toggled to its...
2007-07-06 Evan ChengPredicateDefOperand -> OptionalDefOperand.
2007-07-06 Evan ChengAdd OptionalDefOperand to stand for optionally defined...
2007-07-05 Owen AndersonFix a bunch of issues found in a testcase from 400...
2007-07-05 Evan ChengInitial ARM JIT support by Raul Fernandes Herbster.
2007-07-05 Anton KorobeynikovProper flag __alloca call
2007-07-05 Dan GohmanMake the debug string for ISD::MERGE_VALUES consistent...
2007-07-05 Dan GohmanAdd a parameter to getCopyToParts and getCopyFromParts...
2007-07-05 Chris LattnerThis enum is dead
2007-07-05 Chris Lattnerupdate the .cvs files
2007-07-05 Evan ChengDoh
2007-07-05 Chris Lattnerremove a dead case
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Evan ChengUnbreak the build.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Chris Lattnerthe arm backend is not building, temporarily disable it.
2007-07-05 Duncan SandsMake sure only one copy of a filter is placed in the
2007-07-05 Evan ChengReflects the chanegs made to PredicateOperand.
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengUnfortunately we now require C++ code to isel Bcc,...
2007-07-05 Evan ChengEach ARM use predicate operand is now made up of two...
2007-07-05 Evan ChengAdded ARM::CPSR to represent ARM CPSR status register.
2007-07-05 Evan ChengPPC conditional branch predicate does not change after...
2007-07-05 Evan Cheng- Added zero_reg def to stand for register 0.
2007-07-05 Evan ChengDo not check isPredicated() on non-predicable instructions.
2007-07-05 Evan ChengBetter assertion messages.
2007-07-05 Nick LewyckyBreak "variable canonicalization" out of InequalityGrap...
2007-07-04 Owen AndersonFix another bug, this time in PREing select instructions.
2007-07-04 Dale JohannesenRefactor X87 instructions. As a side effect, all
2007-07-04 Duncan SandsExtend eh.selector to support both catches and filters.
2007-07-04 Owen AndersonFix a typo that was killing GVNPRE of select instructions.
2007-07-04 Owen AndersonFix an error in phi translation of GEPs that was causin...
2007-07-04 Bill WendlingSupport generation of GR64 to MMX code in the JIT.
2007-07-04 Bill WendlingAllow a GR64 to be moved into an MMX register via the...
2007-07-03 Owen AndersonAdd support for performing GVNPRE on GEP instructions.
2007-07-03 Owen AndersonAdd functionality to value number GEP instructions...
2007-07-03 Owen AndersonMake the unary operator case a bit faster, since casts...
2007-07-03 Owen AndersonAdd support for performing GVNPRE on cast instructions...
2007-07-03 Dale JohannesenSome spacing fixes. Cosmetic.
2007-07-03 Dan GohmanFix several over-aggressive folds for undef nodes in...
2007-07-03 Dale JohannesenFix for PR 1505 (and 1489). Rewrite X87 register
2007-07-02 Dan GohmanVector results may be returned in XMM0 and XMM1, not...
2007-07-02 Dan GohmanReplace ExpandScalarFormalArgs and ExpandScalarCallArgs...
2007-07-02 Dan GohmanTeach GetNegatedExpression to negate 0-B to B in Unsafe...
2007-07-02 Dan GohmanAdd explicit keywords.
2007-07-01 Nick LewyckyFix undefined behaviour reported by the new --enable...
2007-06-30 Evan Cheng(For Chris): Fix failure where we rejected compiling...
2007-06-29 Devang PatelAdd loop info verification mechanism.
2007-06-29 Devang PatelPreserve DominanceFrontier.
next