oota-llvm.git
2011-10-08 Anton KorobeynikovDisable ABS optimization for Thumb1 target, we don...
2011-10-08 Akira HatanakaSimplify definition of FP move instructions.
2011-10-08 Akira HatanakaDefine classes and multiclasses for FP binary instructions.
2011-10-08 Akira HatanakaDefine multiclasses for FP-to-FP instructions.
2011-10-08 Akira HatanakaDefine classes for FP unary instructions and multiclass...
2011-10-08 Andrew TrickUnit test for LSR phi reuse in r141442.
2011-10-08 Akira HatanakaAdd patterns for unaligned load and store instructions...
2011-10-08 Andrew TrickAdd an extra safety check in front of the optimization...
2011-10-08 Bill WendlingUse the code that lowers the arguments and spills any...
2011-10-08 Peter CollingbourneAdd clang-tblgen to OPTIONAL_DIRS when building native...
2011-10-08 Michael J.... llvm-objdump: Add relocation and archive support.
2011-10-08 Michael J.... PathV2: Add simplified version of exists that returns...
2011-10-08 Michael J.... Object: Add support for opening stdin.
2011-10-08 Michael J.... Object: constize Archive.
2011-10-07 Jim GrosbachEnable ARM mode VDUP(scalar) tests.
2011-10-07 Jim GrosbachARM NEON assembly parsing and encoding for VDUP(scalar).
2011-10-07 Andrew TrickLSR should only reuse phis that match its formula.
2011-10-07 Eli FriedmanFix APInt::operator*= so that it computes the correct...
2011-10-07 Nick LewyckyDon't emit the symbol table entry for the .symtab_shndx...
2011-10-07 Nick LewyckyRemove extraneous curlies. No functionality change.
2011-10-07 Jim GrosbachARM prefix asmparser operand kind enums for readability.
2011-10-07 Bill WendlingTake all of the invoke basic blocks and make the dispat...
2011-10-07 Bill WendlingAdd a bool value to set the IsLandingPad flag to.
2011-10-07 Bill WendlingTake the code that was emitted for the llvm.eh.dispatch...
2011-10-07 Bill WendlingThread the chain through the eh.sjlj.setjmp intrinsic...
2011-10-07 Nick LewyckyDon't emit a shstrtabindex in the reserved range. Spott...
2011-10-07 Nick LewyckyClarify/fix typo. No functionality change.
2011-10-07 Jakob Stoklund... Constrain both operands on MOVZX32_NOREXrr8.
2011-10-07 Michael J.... Fix a few changes I missed.
2011-10-07 Michael J.... Fix GCC again.
2011-10-07 Michael J.... Fix spelling in comment.
2011-10-07 Michael J.... Change relocation API to be per section. This time...
2011-10-07 Jim GrosbachImprove ARM assembly parser diagnostic for unexpected...
2011-10-07 Bill WendlingRevert 141376 and 141377 due to breaking the build.
2011-10-07 David GreeneRemove Multidefs
2011-10-07 Michael J.... Fix spelling in comment.
2011-10-07 Michael J.... Change relocation API to be per section.
2011-10-07 Evan ChengJakob is the code owner of register allocation and...
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...
next