summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add clang-tblgen to OPTIONAL_DIRS when building native tools for thePeter Collingbourne2011-10-08
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-08
* PathV2: Add simplified version of exists that returns false on error.Michael J. Spencer2011-10-08
* Object: Add support for opening stdin.Michael J. Spencer2011-10-08
* Object: constize Archive.Michael J. Spencer2011-10-08
* Enable ARM mode VDUP(scalar) tests.Jim Grosbach2011-10-07
* ARM NEON assembly parsing and encoding for VDUP(scalar).Jim Grosbach2011-10-07
* LSR should only reuse phis that match its formula.Andrew Trick2011-10-07
* Fix APInt::operator*= so that it computes the correct result for large intege...Eli Friedman2011-10-07
* Don't emit the symbol table entry for the .symtab_shndx section either.Nick Lewycky2011-10-07
* Remove extraneous curlies. No functionality change.Nick Lewycky2011-10-07
* ARM prefix asmparser operand kind enums for readability.Jim Grosbach2011-10-07
* Take all of the invoke basic blocks and make the dispatch basic block their newBill Wendling2011-10-07
* Add a bool value to set the IsLandingPad flag to.Bill Wendling2011-10-07
* Take the code that was emitted for the llvm.eh.dispatch.setup intrinsic and emitBill Wendling2011-10-07
* Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented toBill Wendling2011-10-07
* Don't emit a shstrtabindex in the reserved range. Spotted by inspection andNick Lewycky2011-10-07
* Clarify/fix typo. No functionality change.Nick Lewycky2011-10-07
* Constrain both operands on MOVZX32_NOREXrr8.Jakob Stoklund Olesen2011-10-07
* Fix a few changes I missed.Michael J. Spencer2011-10-07
* Fix GCC again.Michael J. Spencer2011-10-07
* Fix spelling in comment.Michael J. Spencer2011-10-07
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-07
* Improve ARM assembly parser diagnostic for unexpected tokens.Jim Grosbach2011-10-07
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-07
* Remove MultidefsDavid Greene2011-10-07
* Fix spelling in comment.Michael J. Spencer2011-10-07
* Change relocation API to be per section.Michael J. Spencer2011-10-07
* Jakob is the code owner of register allocation and TableGen.Evan Cheng2011-10-07
* High bits of movmskp{s|d} and pmovmskb are known zero. rdar://10247336Evan Cheng2011-10-07
* Reenable tail calls for iOS 5.0 and later.Bob Wilson2011-10-07
* Reenable use of divmod compiler_rt functions for iOS 5.0 and later.Bob Wilson2011-10-07
* Move default to top of switchMatt Beaumont-Gay2011-10-07
* Peephole optimization for ABS on ARM.Anton Korobeynikov2011-10-07
* Teach GVN to also propagate switch cases. For example, in this codeDuncan Sands2011-10-07
* Add X86 disassembler support for RDFSBASE, RDGSBASE, WRFSBASE, and WRGSBASE.Craig Topper2011-10-07
* PostRA scheduler fix. Clear stale loop dependencies.Andrew Trick2011-10-07
* whitespaceAndrew Trick2011-10-07
* Add X86 disassembler support for XSAVE, XRSTOR, and XSAVEOPT.Craig Topper2011-10-07
* Revert part of r141274. Only need to change encoding for xchg %eax, %eax in 6...Craig Topper2011-10-07
* Use the correct vreg here.Bill Wendling2011-10-06
* Generate the dispatch code for a 'thumb' function. This is very similar to theBill Wendling2011-10-06
* Fix the check for nested IT instructions in the disassembler. We need to per...Owen Anderson2011-10-06
* Remove the old atomic instrinsics. autoupgrade functionality is included wit...Eli Friedman2011-10-06
* Generate the dispatch table for ARM mode.Bill Wendling2011-10-06
* Refactor some of the code that sets up the entry block for SjLj EH. No functi...Bill Wendling2011-10-06
* Tidy up tests. Un-XFAIL file and mark individual tests as FIXME instead.Jim Grosbach2011-10-06
* Use a thumb ORR instead of thumb2 ORR when in thumb-only mode. (Picky! Picky!)Bill Wendling2011-10-06
* Fix and clean up tests. Un-XFAIL.Jim Grosbach2011-10-06
* * Set the low bit of the return address when we are in thumb mode.Bill Wendling2011-10-06