oota-llvm.git
2011-01-28 Nick LewyckyFix build with stdcxx by using llvm::next. Patch by...
2011-01-28 Rafael EspindolaAdd a triple.
2011-01-28 Nick LewyckyAdd missing include for ptrdiff_t. Patch by Joerg Sonne...
2011-01-28 Nick LewyckyFold select + select where both selects are on the...
2011-01-28 Rafael EspindolaPrint the visibility of declarations.
2011-01-28 Nico WeberPR8951: Support for .equiv in integrated assembler...
2011-01-28 Evan Cheng- Stop simplifycfg from duplicating "ret" instructions...
2011-01-27 Evan ChengFix PLD encoding.
2011-01-27 Kevin EnderbyChanged llvm-mc arm target to give an error if .syntax...
2011-01-27 Bob WilsonFix a comment typo.
2011-01-27 Oscar FuentesUse the paths to libffi's header and library even when...
2011-01-27 David Greene[AVX] Clean up the code to configure target lowering...
2011-01-27 Andrew TrickRemove a temporary workaround for a lencod miscompile...
2011-01-27 Andrew TrickVirtRegRewriter fix: update kill flags, which are used...
2011-01-27 Douglas GregorClang: separate the access-control diagnostics from...
2011-01-27 Benjamin KramerUnbreak the build.
2011-01-27 Nick LewyckyExpound upon this comparison!
2011-01-27 Nick LewyckyUse dyn_cast instead of isa+cast.
2011-01-27 Oscar FuentesDon't show -pedantic, -W and -Wall on the output of
2011-01-27 Devang PatelSpeculatively revert r124380.
2011-01-27 Devang PatelWhile legalizing SDValues do not drop SDDbgValues,...
2011-01-27 Roman DivackyAdd support for specifying register name in cfi-registe...
2011-01-27 Roman DivackyIntroduce virtual ParseRegister method in TargetAsmParser.
2011-01-27 Jay FoadFix indentation.
2011-01-27 Nick LewyckyAdd DenseSet::resize for API parity with DenseMap:...
2011-01-27 Nick LewyckyFix surprising missed optimization in mergefunc where...
2011-01-27 Chris LattnerDon't infinitely recurse! Patch by Marius Wachtler!
2011-01-27 Bob WilsonAvoid modifying the OneClassForEachPhysReg map while...
2011-01-27 Eric ChristopherAdd a testcase for my last checkin.
2011-01-27 Eric ChristopherUse the incoming VT not the VT of where we're trying...
2011-01-27 NAKAMURA Takumilib/Target/X86/X86ISelDAGToDAG.cpp: __main should be...
2011-01-27 Matt Beaumont-GayTry harder to not have unused variables.
2011-01-27 Matt Beaumont-GayOpt-mode -Wunused-variable cleanup
2011-01-27 Devang PatelReapply 124301
2011-01-26 Bill WendlingInitialize variable to get rid of clang warning.
2011-01-26 Jay FoadSimplify User::operator delete().
2011-01-26 Bob WilsonAdd a MnemonicIsValid method to the asm matcher.
2011-01-26 Devang PatelRevert 124301.
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...
next