oota-llvm.git
2011-10-07 Evan ChengHigh bits of movmskp{s|d} and pmovmskb are known zero...
2011-10-07 Bob WilsonReenable tail calls for iOS 5.0 and later.
2011-10-07 Bob WilsonReenable use of divmod compiler_rt functions for iOS...
2011-10-07 Matt Beaumont-GayMove default to top of switch
2011-10-07 Anton KorobeynikovPeephole optimization for ABS on ARM.
2011-10-07 Duncan SandsTeach GVN to also propagate switch cases. For example...
2011-10-07 Craig TopperAdd X86 disassembler support for RDFSBASE, RDGSBASE...
2011-10-07 Andrew TrickPostRA scheduler fix. Clear stale loop dependencies.
2011-10-07 Andrew Trickwhitespace
2011-10-07 Craig TopperAdd X86 disassembler support for XSAVE, XRSTOR, and...
2011-10-07 Craig TopperRevert part of r141274. Only need to change encoding...
2011-10-06 Bill WendlingUse the correct vreg here.
2011-10-06 Bill WendlingGenerate the dispatch code for a 'thumb' function....
2011-10-06 Owen AndersonFix the check for nested IT instructions in the disasse...
2011-10-06 Eli FriedmanRemove the old atomic instrinsics. autoupgrade functio...
2011-10-06 Bill WendlingGenerate the dispatch table for ARM mode.
2011-10-06 Bill WendlingRefactor some of the code that sets up the entry block...
2011-10-06 Jim GrosbachTidy up tests. Un-XFAIL file and mark individual tests...
2011-10-06 Bill WendlingUse a thumb ORR instead of thumb2 ORR when in thumb...
2011-10-06 Jim GrosbachFix and clean up tests. Un-XFAIL.
2011-10-06 Bill Wendling* Set the low bit of the return address when we are...
2011-10-06 Jim GrosbachFix and clean up tests. Un-XFAIL.
2011-10-06 David GreeneFix List-of-List Processing
2011-10-06 David GreeneMake Test More Thorough
2011-10-06 Matt Beaumont-GayFix -asserts build
2011-10-06 Justin HolewinskiPTX: Implement signed division
2011-10-06 Benjamin KramerUse StringSwitch.
2011-10-06 Benjamin KramerSimplify code. No functionality change.
2011-10-06 David GreeneFix Typo
2011-10-06 Peter Collingbournes/tblgen/llvm-tblgen/g in a few missed places, includin...
2011-10-06 Peter CollingbourneRemove the Clang tblgen backends from LLVM.
2011-10-06 Torok EdwinDon't require C bindings opcode numbers to be kept...
2011-10-06 Torok EdwinAdd uwtable, returnstwice and nonlazybind to the C...
2011-10-06 Torok Edwinocaml/C bindings: type->isSized()
2011-10-06 Torok Edwinadd binding to read icmp predicate
2011-10-06 Torok Edwinocaml/C bindings: getmdstring, add num_op, get_op shoul...
2011-10-06 Torok EdwinC/OCaml API to retrieve struct name.
2011-10-06 Torok Edwinocaml bindings: add llvm_ipo based on IPO.h
2011-10-06 Torok Edwinadd more tests for the OCaml bindings
2011-10-06 Craig TopperFix assembling of xchg %eax, %eax to not use the NOP...
2011-10-06 Evan ChengCosmetic change.
2011-10-06 Peter CollingbourneBuild system infrastructure for multiple tblgens.
2011-10-06 Bill WendlingAdd the MBBs before inserting the instructions. Doing...
2011-10-06 Jakob Stoklund... Remove the TRI::getSubRegisterRegClass() hook.
2011-10-05 Cameron ZwarichAlways merge profitable shifts on A9, not just when...
2011-10-05 Cameron ZwarichRemove a check from ARM shifted operand isel helper...
2011-10-05 Bill WendlingGet the proper call site numbers for the landing pads...
2011-10-05 Bill WendlingAdd accessor method to check if the landing pad symbol...
2011-10-05 David GreeneFix a typo.
2011-10-05 David GreenePrefix Template Arg Names with Multiclass Name
2011-10-05 David GreeneVim Support for Multidefs
2011-10-05 David GreeneEmacs Support for Multidefs
2011-10-05 David GreeneDocument Multidefs
2011-10-05 David GreeneUpdate Test for Multidefs
2011-10-05 David GreeneAdd a Multidef Test
2011-10-05 David GreeneProcess Multidefs
2011-10-05 David GreeneParser Multidef Support
2011-10-05 David GreeneLexer Support for Multidefs
2011-10-05 David GreeneAdd Multidef Data Structures
2011-10-05 David GreeneRefactor Multiclass Def Processing
2011-10-05 Eli FriedmanPR11061: Make simplifylibcalls fold strcmp("", x) corre...
2011-10-05 Bill WendlingModify the mapping from landing pad to call sites to...
2011-10-05 Bill WendlingAdd an ivar that maps a landing pad's EH symbol to...
2011-10-05 Bill WendlingSmall refactoring. Cache the FunctionInfo->MBB into...
2011-10-05 Jakob Stoklund... Fix sub-register operand verification.
2011-10-05 Andrew TrickFixes PR11070 - assert in SCEV getConstantEvolvingPHIOp...
2011-10-05 Bill WendlingFix comment to reflect the new EH stuff.
2011-10-05 Jakob Stoklund... Remove unused DstSubIdx argument.
2011-10-05 Jim GrosbachRe-commit 141203, but much more conservative.
2011-10-05 Jim GrosbachRevert 141203. InstCombine is looping on unit tests.
2011-10-05 Jakob Stoklund... Simplify EXTRACT_SUBREG emission.
2011-10-05 Jakob Stoklund... Override TRI::getSubClassWithSubReg for X86.
2011-10-05 Rafael EspindolaCheck for the returns_twice attribute in callsFunctionT...
2011-10-05 Jim GrosbachUpdate InstCombine worklist after instruction transform...
2011-10-05 Justin HolewinskiPTX: Fixup a case where getRegClassFor() should be...
2011-10-05 Jakob Stoklund... Simplify INSERT_SUBREG emission.
2011-10-05 Akira HatanakaFix assertion string.
2011-10-05 Akira HatanakaMake sure candidate for delay slot filler is not a...
2011-10-05 Dan GohmanMake this test less sensitive to codegen optimizations.
2011-10-05 Akira HatanakaAdd RA to the set of registers that are defined if...
2011-10-05 Owen AndersonSupport a valid, but not very useful, encoding of CPSIE...
2011-10-05 Andrew TrickTypo. Thanks Bob.
2011-10-05 Jakob Stoklund... Add a FIXME.
2011-10-05 Duncan SandsEnsure OpCode is not used uninitialized.
2011-10-05 Duncan SandsComment out a variable that is only used in commented...
2011-10-05 Duncan SandsRemove a bunch of unused variables in the PTX backend...
2011-10-05 Duncan SandsFix compilation when using gcc-4.6. Patch by wanders.
2011-10-05 Duncan SandsGVN does simple propagation of conditions: when it...
2011-10-05 Duncan SandsGeneralize GVN's conditional propagation logic slightly:
2011-10-05 NAKAMURA TakumiMipsDelaySlotFiller.cpp: Appease msvc to specify llvm...
2011-10-05 Cameron ZwarichAdd braces around something that throws me for a loop.
2011-10-05 Cameron ZwarichThere is no point in setting out-parameters for a Compl...
2011-10-05 Bill WendlingAlso update the EH with bitcode. I missed this earlier...
2011-10-05 Chandler CarruthFix a broken assert found by -Wparentheses.
2011-10-05 Andrew TrickMissing test case for r141164.
2011-10-05 Andrew TrickFix disabled SCEV analysis caused r141161 and add unit...
2011-10-05 Eric ChristopherAdd more initializers to quiet a clang warning.
2011-10-05 Craig TopperChange C++ style comments to C style comments in X86...
2011-10-05 Andrew TrickAvoid exponential recursion in SCEV getConstantEvolving...
2011-10-05 Akira HatanakaInsert space.
next