aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-08WhitespaceNAKAMURA Takumi
2011-10-08Disable ABS optimization for Thumb1 target, we don't have necessary instructi...Anton Korobeynikov
2011-10-08Simplify definition of FP move instructions.Akira Hatanaka
2011-10-08Define classes and multiclasses for FP binary instructions.Akira Hatanaka
2011-10-08Define multiclasses for FP-to-FP instructions.Akira Hatanaka
2011-10-08Define classes for FP unary instructions and multiclasses for FP-to-fixed pointAkira Hatanaka
2011-10-08Unit test for LSR phi reuse in r141442.Andrew Trick
2011-10-08Add patterns for unaligned load and store instructions and enable theAkira Hatanaka
2011-10-08Add an extra safety check in front of the optimization in r141442.Andrew Trick
2011-10-08Use the code that lowers the arguments and spills any values which are aliveBill Wendling
2011-10-08Add clang-tblgen to OPTIONAL_DIRS when building native tools for thePeter Collingbourne
2011-10-08llvm-objdump: Add relocation and archive support.Michael J. Spencer
2011-10-08PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer
2011-10-08Object: Add support for opening stdin.Michael J. Spencer
2011-10-08Object: constize Archive.Michael J. Spencer
2011-10-07Enable ARM mode VDUP(scalar) tests.Jim Grosbach
2011-10-07ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach
2011-10-07LSR should only reuse phis that match its formula.Andrew Trick
2011-10-07Fix APInt::operator*= so that it computes the correct result for large intege...Eli Friedman
2011-10-07Don't emit the symbol table entry for the .symtab_shndx section either.Nick Lewycky
2011-10-07Remove extraneous curlies. No functionality change.Nick Lewycky
2011-10-07ARM prefix asmparser operand kind enums for readability.Jim Grosbach
2011-10-07Take all of the invoke basic blocks and make the dispatch basic block their newBill Wendling
2011-10-07Add a bool value to set the IsLandingPad flag to.Bill Wendling
2011-10-07Take the code that was emitted for the llvm.eh.dispatch.setup intrinsic and emitBill Wendling
2011-10-07Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling
2011-10-07Don't emit a shstrtabindex in the reserved range. Spotted by inspection andNick Lewycky
2011-10-07Clarify/fix typo. No functionality change.Nick Lewycky
2011-10-07Constrain both operands on MOVZX32_NOREXrr8.Jakob Stoklund Olesen
2011-10-07Fix a few changes I missed.Michael J. Spencer
2011-10-07Fix GCC again.Michael J. Spencer
2011-10-07Fix spelling in comment.Michael J. Spencer
2011-10-07Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer
2011-10-07Improve ARM assembly parser diagnostic for unexpected tokens.Jim Grosbach
2011-10-07Revert 141376 and 141377 due to breaking the build.Bill Wendling
2011-10-07Remove MultidefsDavid Greene
2011-10-07Fix spelling in comment.Michael J. Spencer
2011-10-07Change relocation API to be per section.Michael J. Spencer
2011-10-07Jakob is the code owner of register allocation and TableGen.Evan Cheng
2011-10-07High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336Evan Cheng
2011-10-07Reenable tail calls for iOS 5.0 and later.Bob Wilson
2011-10-07Reenable use of divmod compiler_rt functions for iOS 5.0 and later.Bob Wilson
2011-10-07Move default to top of switchMatt Beaumont-Gay
2011-10-07Peephole optimization for ABS on ARM.Anton Korobeynikov
2011-10-07Teach GVN to also propagate switch cases. For example, in this codeDuncan Sands
2011-10-07Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.Craig Topper
2011-10-07PostRA scheduler fix. Clear stale loop dependencies.Andrew Trick
2011-10-07whitespaceAndrew Trick
2011-10-07Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper
2011-10-07Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper