oota-llvm.git
2011-10-11 Bill WendlingAdd testcase for PR11107.
2011-10-11 Tanya LattnerMake it possible to use the linker without destroying...
2011-10-11 Nick LewyckyAdd support for reading many-section ELF files.
2011-10-11 Akira HatanakaChange definitions of classes LoadM and StoreM in prepa...
2011-10-11 Bill WendlingSimplify check that optional def is there and is CPSR.
2011-10-10 Lang HamesAdd a natural stack alignment field to TargetData,...
2011-10-10 Michael J.... Fix warning.
2011-10-10 Devang PatelRevert r141569 and r141576.
2011-10-10 Jim GrosbachSimplify operand Kind checks a bit.
2011-10-10 Bill WendlingReapply r141365 now that PR11107 is fixed.
2011-10-10 Jim GrosbachAdd a name to sub-operand for clarity.
2011-10-10 Bill WendlingIf the CPSR is defined by a copy, then we don't want...
2011-10-10 Eli FriedmanMake sure the X86 backend doesn't explode on 128-bit...
2011-10-10 Michael J.... Object: add getSectionAlignment.
2011-10-10 Nick LewyckyAdd support for dumping section headers to llvm-objdump...
2011-10-10 Jakob Stoklund... Give targets a chance to expand even standard pseudos.
2011-10-10 Devang PatelIf loop header is also loop exiting block then it may...
2011-10-10 Jakob Stoklund... Emit full ED initializers even for pseudo-instructions.
2011-10-10 Andrew TrickAllow stat += 0 without activating the stat.
2011-10-10 Andrew Trickwhitespace
2011-10-10 Benjamin KramerX86: Add a subtarget definition for core-avx-i, which...
2011-10-10 Nadav RotemFix 10892 - When lowering SIGN_EXTEND_INREG do not...
2011-10-10 Devang PatelAdd dominance check for the instruction being hoisted.
2011-10-10 Jakob Stoklund... Mark the standard pseudos as isPseudo = 1.
2011-10-10 Bruno Cardoso... The Mips specific function for instruction cache invali...
2011-10-10 Benjamin KramerX86: Add patterns for the movbe instruction (mov +...
2011-10-10 Jakob Stoklund... Insert dummy ED table entries for pseudo-instructions.
2011-10-10 Bill WendlingRevert r141365. It was causing MultiSource/Benchmarks...
2011-10-10 Owen AndersonMCAtom extending methods need to extend the range of...
2011-10-10 Bill WendlingMark the llvm.eh.sjlj.functioncontext intrinsic as...
2011-10-10 Benjamin Kramerllvm-objdump: Take ownership of MCInstrInfos.
2011-10-10 Benjamin Kramerllvm-nm: Don't leak bitcode buffers.
2011-10-10 Benjamin KramerXFAIL tblgen tests on leak checkers.
2011-10-10 Bill WendlingWhen getting the number of bits necessary for addressin...
2011-10-10 Craig TopperPut a bunch of calls to ToggleFeature behind proper...
2011-10-10 Chad RosierFix a regression from r138445. If we're loading from...
2011-10-09 Justin HolewinskiPTX: Print .ptr kernel attributes if PTX version >...
2011-10-09 Craig TopperAdd Ivy Bridge 16-bit floating point conversion instruc...
2011-10-08 Jakob Stoklund... Prevent potential NOREX bug.
2011-10-08 Jakob Stoklund... Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies.
2011-10-08 Jakob Stoklund... Add missing test case for r141410.
2011-10-08 Benjamin KramerInclude direct.h for _mkdir on mingw32 too.
2011-10-08 Che-Liang ChiouRevert r141079: tblgen: add preprocessor as a separate...
2011-10-08 Nicolas GeoffrayAlways check if a method or a type exist before trying...
2011-10-08 NAKAMURA Takumilib/Object: Suppress warnings on gcc-4.3.4 cygwin
2011-10-08 NAKAMURA Takumilib/DebugInfo/DWARFDebugLine.cpp: De-Unicode-ify.
2011-10-08 NAKAMURA TakumiWhitespace
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...
next