oota-llvm.git
2011-01-29 Evan ChengRe-commit r124462 with fixes. Tail recursion elim will...
2011-01-29 Andrew TrickImplementation of path profiling.
2011-01-29 Nick LewyckyMost browsers eliminate whitespace between anchor tags...
2011-01-28 Roman DivackyError on .code16 instead of producing wrong (32bit...
2011-01-28 Duncan SandsThis dyn_cast should be a cast. Pointed out by Frits...
2011-01-28 Duncan SandsThread divisions over selects and phis. This doesn...
2011-01-28 Bob WilsonPR9030: Fix disassembly of ARM "mov pc, lr" instruction.
2011-01-28 Duncan SandsMy auto-simplifier noticed that ((X/Y)*Y)/Y occurs...
2011-01-28 Oscar FuentesFix libffi usage when it is on a custom path.
2011-01-28 Roman DivackyAdd support for parsing .float
2011-01-28 Nick LewyckyRename functions to follow coding standard. Also rejigg...
2011-01-28 Nick LewyckyAdd a doxygen comment for this class.
2011-01-28 Nick LewyckyReorder for readability. (Chris, is this what you meant?)
2011-01-28 Evan ChengRevert r124462. There are a few big regressions that...
2011-01-28 Nick LewyckyReduce the number of functions we look at in the first...
2011-01-28 Nick LewyckyClean up the tests a little, make sure we match an...
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.
next