oota-llvm.git
2010-12-19 Nick LewyckyAdd missing std:: prefixes to some calls. C++ doesn...
2010-12-19 Chris Lattnerteach MaskedValueIsZero how to analyze ADDE. This is
2010-12-19 Chris Lattnertidy up
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2010-12-19 Chris Lattnernow that generic vector types aren't selected onto...
2010-12-19 Chris Lattnerreduce copy/paste programming with the power of for...
2010-12-19 Chris LattnerX86 supports i8/i16 overflow ops (except i8 multiplies...
2010-12-19 Chris Lattneradd a general coverage test for overflow intrinsics.
2010-12-19 Chris Lattnermove a transformation to a more logical place, simplify...
2010-12-19 Chris Lattnerrecognize an unsigned add with overflow idiom into...
2010-12-19 Chris Lattneroptimize uadd(x, cst) into a comparison when the normal
2010-12-19 Chris Lattneradd a version of IRBuilder::SetInsertPoint that takes...
2010-12-19 Chris Lattneruse IC.ReplaceInstUsesWith instead of a raw RAUW so...
2010-12-19 Chris Lattnergeneralize the sadd creation code to not require that the
2010-12-19 Chris Lattnerfix another miscompile in the llvm.sadd formation logic...
2010-12-19 Cameron ZwarichRemove some checks for StrongPHIElim. These checks...
2010-12-19 Chris Lattnerfix a bug (possibly 8816) in the sadd forming xform...
2010-12-19 Chris Lattnerrework the code added in r122072 to pull it out to...
2010-12-19 Chris LattnerEnhance LICM to promote alias sets whose pointers thems...
2010-12-19 Chris Lattnerfix PR8602, a bug in an assertion: a volatile store...
2010-12-19 Chris Lattnerfix PR8642: if a critical edge has a PHI value that...
2010-12-19 Chris Lattnerremove dead header
2010-12-19 Chris Lattnerrevert r122164, I'm going to go with a different approach.
2010-12-19 Rafael EspindolaFixed version of 122160 (the previous one would fold...
2010-12-19 Rafael EspindolaRevert 122160 while I debug it.
2010-12-19 Chris Lattnerfirst step to fixing PR8642: don't fold away empty...
2010-12-19 Chris Lattnermove this test into the ARM test so that it is only...
2010-12-19 Rafael EspindolaMove all folding to AttemptToFoldSymbolOffsetDifference.
2010-12-18 Michael J.... Support/PathV1: Clarify deprecation warning.
2010-12-18 Michael J.... Fix whitespace.
2010-12-18 Michael J.... Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Chris Lattnersimplify this a bit.
2010-12-18 Anton KorobeynikovRestore the behavior of frame lowering before my refact...
2010-12-18 Benjamin KramerJust rename the functions, relying on matching a instru...
2010-12-18 Benjamin KramerTest more than just label names and make test work...
2010-12-18 Eric ChristopherHeader warning patrol.
2010-12-18 Roman DivackyAdd support for lexing single quotes like 'c'.
2010-12-18 Owen AndersonRevert r122143 through r122140, which collectively...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-18 Rafael EspindolaAdd a test that shows that we produce no fixups when...
2010-12-18 Rafael EspindolaAdd a FIXME and explain a hack.
2010-12-18 Michael J.... Support/PathV1: Clarify deprecation warning.
2010-12-18 Michael J.... Fix whitespace.
2010-12-18 Michael J.... Support/PathV1: Deprecate get{Basename,Dirname,Suffix}.
2010-12-18 Rafael EspindolaFix the note.
2010-12-18 Rafael EspindolaRevert 122011, 122012, 122013, 122023 adding back an...
2010-12-18 Jakob Stoklund... Apparently, operandices is not a word.
2010-12-18 Rafael EspindolaMove some data to the TargetWriter.
2010-12-18 Jakob Stoklund... Teach the inline spiller to attempt folding a load...
2010-12-18 Jakob Stoklund... Tweak debug spew.
2010-12-18 Bill Wendlingr120333 changed the opcode for the Thumb1 stuff from...
2010-12-18 Bill WendlingRemoveUnusedCPEntries can change things. Track it.
2010-12-18 Rafael EspindolaTest for push being relaxed.
2010-12-18 Jakob Stoklund... Check that the register is live-in to the loop header...
2010-12-18 Nick LewyckyFix GCC warning:
2010-12-18 Rafael EspindolaRelax push instructions.
2010-12-18 Nick LewyckyMake LazyValueInfo non-recursive.
2010-12-18 Bob WilsonRearrange some Neon multiclasses. No functional changes.
2010-12-18 Michael J.... Support/PathV1: Deprecate getLast.
2010-12-18 Michael J.... CMake: Cleanup and document MSVC warning flags.
2010-12-18 Owen AndersonAdd support to CallbackVH to receive notification when...
2010-12-18 Jakob Stoklund... Pass a Banner argument to the machine code verifier...
2010-12-18 Bob WilsonFix result type of Neon floating-point comparisons...
2010-12-18 Bob WilsonAdd some missing entries in ARMTargetLowering::getTarge...
2010-12-17 Bill WendlingWhitespace fixes. No functionality change.
2010-12-17 Jakob Stoklund... Avoid dereferencing end() in collectInterferingVRegs...
2010-12-17 Jakob Stoklund... Make the -verify-regalloc command line option available...
2010-12-17 Jakob Stoklund... Enable loop splitting in RegAllocGreedy.
2010-12-17 Nate BegemanAdd vector versions of some existing scalar transforms...
2010-12-17 Bill WendlingDuring local stack slot allocation, the materializeFram...
2010-12-17 Bob WilsonFix a DAGCombiner crash when folding binary vector...
2010-12-17 Bob WilsonCombine several vector-related DAGCombiner tests.
2010-12-17 Bob WilsonAvoid report_fatal_error in ARM's PrintAsmOperand method.
2010-12-17 Bob WilsonRemove trailing whitespace.
2010-12-17 Nate BegemanAdd support for matching psign & plendvb to the x86...
2010-12-17 Jakob Stoklund... Add more checks to IntervalMapOverlaps::advance() to...
2010-12-17 Jakob Stoklund... It is allowed to call IntervalMap::const_iterator:...
2010-12-17 Owen AndersonThumb's forced-PC-alignment requirement applies to...
2010-12-17 Dale JohannesenAdd a transform to DAG Combiner. This improves the
2010-12-17 Michael J.... Fix 80 col.
2010-12-17 Michael J.... Support/Path: Deprecate PathV1::isAbsolute.
2010-12-17 Benjamin KramerPathV2: Use StringRef::substr to simplify substring...
2010-12-17 Jakob Stoklund... Allow missing kill flags on an untied operand of a...
2010-12-17 Jakob Stoklund... Fix crash when IntervalMapOverlaps::advanceTo moves...
2010-12-17 Jim GrosbachIf The ARM WriteNopData() gets an unaligned byte count...
2010-12-17 Benjamin KramerMissed some StringRefRefs.
2010-12-17 Jim GrosbachAdd bits 31-28 to the Thumb2 encoding of TBB/TBH.
2010-12-17 Jim GrosbachHandle 2 and 4 byte data blob fixup values for ARM.
2010-12-17 Benjamin KramerPass StringRefs by value, for consistency.
2010-12-17 Jakob Stoklund... Add MachineLoopRange comparators for sorting loop lists...
2010-12-17 Owen AndersonReapply r121905 (automatic synthesis of @llvm.sadd...
2010-12-17 Rafael EspindolaStore and free the TargetObjectWriter.
2010-12-17 Rafael EspindolaStub out explicit MCELFObjectTargetWriter interface.
2010-12-17 Michael J.... Cleanup and document .gitignore.
2010-12-17 Michael J.... Support: Rename Path.h to PathV1.h and add a new Path...
2010-12-17 Rafael EspindolaMove createELFObjectWriter to its own header.
2010-12-17 Benjamin KramerSimplifyCFG: Ranges can be larger than 64 bits. Fixes...
2010-12-17 Benjamin KramerFix mismatched new[]/delete.
2010-12-17 Kalle RaiskilaDon't feed 19 bit immediates to ILA.
next