oota-llvm.git
2011-01-26 Bob WilsonFix spelling of CouldMatchAmbiguouslyWith method name.
2011-01-26 Bob WilsonWhitespace and 80-column fixes.
2011-01-26 Devang PatelRevert r124302
2011-01-26 Bill WendlingAdd support for printing out floating point values...
2011-01-26 Bob WilsonImprove the AsmMatcher's ability to handle suboperands.
2011-01-26 Eric ChristopherTemporarily revert 124275 to see if it brings the drago...
2011-01-26 Devang Patel- Do not try to print nameless variable's info.
2011-01-26 David Greene[AVX] Add INSERT_SUBVECTOR and support it on x86. ...
2011-01-26 Devang PatelWhile legalizing SDValues do not drop SDDbgValues,...
2011-01-26 Devang PatelProcess valid SDDbgValues even if the node does not...
2011-01-26 Devang PatelRefactor.
2011-01-26 David Greene[AVX] Support EXTRACT_SUBVECTOR on x86. This provides...
2011-01-26 Bruno Cardoso... Add encoding testcases for ARM vcvtr variations
2011-01-26 Bruno Cardoso... fix the encoding and add testcases for ARM nop, yield...
2011-01-26 Duncan SandsFix PR9039, a use-after-free in reassociate. The issue...
2011-01-26 Nick LewyckyAttrListPtr has an overloaded operator== which does...
2011-01-26 Nick LewyckyTeach mergefunc that intptr_t is the same width as...
2011-01-26 Nick LewyckyThere are no vectors of pointer or arrays, so we don...
2011-01-26 Duncan SandsAPInt has a method for determining whether a number...
2011-01-26 Nick LewyckyFix memory corruption. If one of the SCEV creation...
2011-01-26 Eric ChristopherSeparate out the constant bonus from the size reduction...
2011-01-26 Bill WendlingAdd needed braces.
2011-01-26 NAKAMURA TakumiTarget/X86: Tweak win64's tailcall.
2011-01-26 NAKAMURA TakumiTableGen: PointerLikeRegClass can be accepted to operand.
2011-01-26 NAKAMURA TakumiFix whitespace.
2011-01-26 NAKAMURA Takumilib/Target/X86/X86RegisterInfo.cpp: Fix whitespace.
2011-01-26 NAKAMURA Takumilib/Target/X86/X86RegisterInfo.cpp: Fix a typo in comment.
2011-01-26 Eric ChristopherCoding style formatting changes.
2011-01-26 Jakob Stoklund... Rename member variables to follow the rest of LLVM.
2011-01-25 Devang PatelProvide an interface to transfer SDDbgValue from one...
2011-01-25 David Greene[AVX] Fix a typo in the extract subvector type constrai...
2011-01-25 Bill WendlingRevert 124230. It was causing test failures.
2011-01-25 Bill WendlingThe floating point value is encoded in its binary form...
2011-01-25 Bill WendlingAdd support for parsing a Real value. It stores the...
2011-01-25 Rafael EspindolaMove unnamed_addr after the function arguments on Sabre...
2011-01-25 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-25 Devang PatelThis assertion is too restrictive, it does not apply...
2011-01-25 David Greene[AVX] Add TableGen classes for vector/subvector type...
2011-01-25 Duncan SandsIn which I discover that zero+zero is zero, d'oh!
2011-01-25 Jay FoadAvoid compiler errors when this header file is included...
2011-01-25 Duncan SandsTurn off this test - the corresponding instsimplify...
2011-01-25 Duncan SandsSee if this fixes llvm-gcc bootstrap.
2011-01-25 Duncan SandsAccording to my auto-simplifier the most common missed...
2011-01-25 Nick LewyckyTeach mergefunc how to emit aliases safely again -...
2011-01-25 Eric ChristopherReorganize this so that the early exit and special...
2011-01-25 Evan ChengDon't merge restore with tail call instruction.
2011-01-24 Daniel Dunbartblgen/AsmMatcherEmitter: Fix alias handling to honor...
2011-01-24 Anton KorobeynikovProvide correct registers for EH stuff on ARM
2011-01-24 Anton KorobeynikovSupport printing exception section into the current...
2011-01-24 Eric ChristopherPerhaps a bit too much vertical whitespace.
2011-01-24 David Greene[AVX] Add type checking support for vector/subvector...
2011-01-24 Devang PatelSpeculatively revert r124138.
2011-01-24 Rafael EspindolaJörg Sonnenberger noticed that we were missing this...
2011-01-24 Devang PatelResolve DanglingDbgValue of PHI nodes where the use...
2011-01-24 Andrew TrickTemporarily workaround JM/lencod miscompile (SIGSEGV).
2011-01-24 Dan GohmanGive GetUnderlyingObject a TargetData, to keep it in...
2011-01-24 Chris Lattnerfix PR8928 by clearing a stale map, patch by Jakub...
2011-01-24 Duncan SandsTestcase for dragonegg commit 124128.
2011-01-24 Rafael EspindolaHandle strings in section names the same way as gas:
2011-01-24 Dan GohmanAdd a comment.
2011-01-24 Dan GohmanAdd another rdar number.
2011-01-24 Daniel DunbarSupport/CommandLine: Fix LookupNearestOption to also...
2011-01-24 Chris Lattnerfix a missing shuffle pattern, PR9009. Patch by Artiom...
2011-01-24 Chris Lattnermerge all the "crash tests" into crash.ll
2011-01-24 Chris Lattnerfix PR9017, a bug where we'd assert when promoting...
2011-01-24 Chris Lattnerfix PR9015, a crash linking recursive metadata.
2011-01-24 Chris Lattnerthis isn't a memset, we do convert dest[i] to one though :)
2011-01-24 Chris Lattnerwith recent work, we now optimize this into:
2011-01-24 Chris Lattnerenhance SRoA to promote allocas that are used by PHI...
2011-01-23 Chris LattnerEnhance SRoA to promote allocas that are used by select...
2011-01-23 Chris Lattnerteach Value::isDereferenceablePointer that byval argume...
2011-01-23 Anders CarlssonAdd a memset loop that LoopIdiomRecognize doesn't recog...
2011-01-23 Nick LewyckySimplify some code with no functionality change. Make...
2011-01-23 Rafael EspindolaInitialize MCNoExecStack.
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2011-01-23 Ted KremenekNull initialize a few variables flagged by
2011-01-23 Rafael EspindolaAdd support for lowercase variants.
2011-01-23 Chris LattnerEnhance SRoA to be more aggressive about scalarization...
2011-01-23 Cameron ZwarichConvert two std::vectors to SmallVectors for a 3.4...
2011-01-23 Chris Lattnerhave AllocaInfo store the alloca being inspected, simpl...
2011-01-23 Chris LattnerRearrange some code a bit. Change MarkUnsafe to
2011-01-23 Cameron ZwarichConvert a std::vector to a SmallVector for another...
2011-01-23 Chris Lattnerremove an old hack that avoided creating MMX datatypes...
2011-01-23 Nick LewyckyUse value ranges to fold ext(trunc) in SCEV when possible.
2011-01-23 Cameron ZwarichIn the simpler version of the link-eval data structure...
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-23 Cameron ZwarichRemove useless struct fields.
2011-01-23 Cameron ZwarichRemove friend declaration for removed function.
2011-01-23 Rafael EspindolaRemove more duplicated code.
2011-01-23 Cameron ZwarichConvert a std::vector to a SmallVector.
2011-01-23 Rafael EspindolaRemove duplicated code.
2011-01-23 Cameron ZwarichSimplify some code now that we've removed the more...
2011-01-22 Nick LewyckyHave SCEV turn sext(x) into zext(x) when x is s>= 0...
2011-01-22 Eric ChristopherAdd a FIXME explaining the move to a single indirect...
2011-01-22 Eric ChristopherOnly apply the devirtualization bonus once instead...
2011-01-22 Venkatraman... Pass sret arguments through the stack instead of throug...
2011-01-22 Benjamin KramerRemove dead ivar.
2011-01-22 Venkatraman... Added ICC, FCC as uses of movcc instruction to generate...
2011-01-22 Bill WendlingARM uses '.' in their tokens. Give it a name instead...
2011-01-22 Chris Lattneradd DW_TAG for rvalue refs.
next