| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a comment typo. | Bob Wilson | 2010-02-12 | 1 | -1/+1 |
* | enhance the immediate field encoding to know whether the immediate | Chris Lattner | 2010-02-12 | 3 | -23/+59 |
* | Load / store multiple instructions cannot load / store sp. Sorry, can't come ... | Evan Cheng | 2010-02-12 | 1 | -1/+2 |
* | This should have gone in with 26015, see comments there. | Dale Johannesen | 2010-02-12 | 1 | -0/+12 |
* | Add halfword multiply accumulate long SMLALBB/BT/TB/TT for disassembly only. | Johnny Chen | 2010-02-12 | 1 | -1/+33 |
* | doxygenize some comments, patch by Peter Collingbourne! | Chris Lattner | 2010-02-12 | 3 | -53/+53 |
* | When save/restoring CR at prolog/epilog, in a large | Dale Johannesen | 2010-02-12 | 2 | -14/+60 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 24 | -59/+612 |
* | Add SWP (Swap) and SWPB (Swap Byte) for disassembly only. | Johnny Chen | 2010-02-12 | 1 | -0/+21 |
* | Also recognize armv6t2-* and armv5te-* triplets. | Evan Cheng | 2010-02-12 | 1 | -5/+12 |
* | Fix a case of mismatched types in an Add that turned up in 447.dealII. | Dan Gohman | 2010-02-12 | 1 | -0/+2 |
* | Add ARM bitcode file magic. | Evan Cheng | 2010-02-12 | 1 | -3/+32 |
* | Reapply 95979, a compile-time speedup, now that the bug it exposed is fixed. | Dan Gohman | 2010-02-12 | 1 | -1/+1 |
* | Fix this code to avoid dereferencing an end() iterator in | Dan Gohman | 2010-02-12 | 1 | -1/+5 |
* | Add CPS, MRS, MRSsys, MSR, MSRsys for disassembly only. | Johnny Chen | 2010-02-12 | 1 | -0/+44 |
* | Rewrite handling of DBG_VALUE; previous algorithm | Dale Johannesen | 2010-02-12 | 1 | -16/+24 |
* | 1. modernize the constantmerge pass, using densemap/smallvector. | Chris Lattner | 2010-02-12 | 2 | -29/+46 |
* | rename test | Chris Lattner | 2010-02-12 | 1 | -0/+0 |
* | Revert "Reverse the order for collecting the parts of an addrec. The order", it | Daniel Dunbar | 2010-02-12 | 1 | -1/+1 |
* | Testcases for recent stdcall / fastcall mangling improvements | Anton Korobeynikov | 2010-02-12 | 2 | -0/+28 |
* | Setup correct data layout to match gcc's expectations on mingw32. | Anton Korobeynikov | 2010-02-12 | 1 | -1/+1 |
* | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov | 2010-02-12 | 9 | -154/+64 |
* | Reverse the order for collecting the parts of an addrec. The order | Dan Gohman | 2010-02-12 | 1 | -1/+1 |
* | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman | 2010-02-12 | 35 | -2612/+3446 |
* | * Updated the cost matrix normalization proceedure to better handle infinite ... | Lang Hames | 2010-02-12 | 2 | -13/+21 |
* | Update test to match 95961. | Evan Cheng | 2010-02-12 | 1 | -1/+1 |
* | Test for 95961. | Evan Cheng | 2010-02-12 | 1 | -2/+1 |
* | add a bunch of mod/rm encoding types for fixed mod/rm bytes. | Chris Lattner | 2010-02-12 | 6 | -2/+64 |
* | Test case for 95958. | Evan Cheng | 2010-02-12 | 1 | -0/+18 |
* | revert r95949, it turns out that adding new prefixes is not a | Chris Lattner | 2010-02-12 | 2 | -10/+10 |
* | MC: Fix bug where trailing tied operands were forgotten; the X86 assembler | Daniel Dunbar | 2010-02-12 | 1 | -19/+43 |
* | Added coprocessor Instructions CDP, CDP2, MCR, MCR2, MRC, MRC2, MCRR, MCRR2, | Johnny Chen | 2010-02-12 | 1 | -0/+84 |
* | Add a new pass on machine instructions to optimize away PHI cycles that | Bob Wilson | 2010-02-12 | 5 | -0/+181 |
* | X86: Fix definition for RCL/RCR.*m? operations -- they were getting represented | Daniel Dunbar | 2010-02-12 | 2 | -58/+63 |
* | add another bit of space for new kinds of instruction prefixes. | Chris Lattner | 2010-02-12 | 2 | -10/+10 |
* | Add a missing pattern for movhps so that we get: | Nate Begeman | 2010-02-12 | 1 | -0/+3 |
* | fix the encodings of monitor and mwait, which were completely | Chris Lattner | 2010-02-12 | 2 | -7/+16 |
* | improve support for minix, PR6280, patch by | Chris Lattner | 2010-02-12 | 2 | -2/+11 |
* | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis | 2010-02-12 | 6 | -1/+71 |
* | Reapply coalescer fix for better cross-class coalescing. | Jakob Stoklund Olesen | 2010-02-11 | 7 | -10/+8 |
* | enhance llvm-mc -show-inst to print the enum of an instruction, like so: | Chris Lattner | 2010-02-11 | 6 | -2/+59 |
* | add a new MCInstPrinter::getOpcodeName interface, when it is | Chris Lattner | 2010-02-11 | 4 | -5/+22 |
* | Document binutils requirements for coff targets (cygwin / mingw32). | Anton Korobeynikov | 2010-02-11 | 1 | -8/+4 |
* | improve encoding information for branches. We now know they have | Chris Lattner | 2010-02-11 | 1 | -15/+14 |
* | MC: Move assembler-backend's fixup list into the fragment. | Daniel Dunbar | 2010-02-11 | 2 | -85/+74 |
* | MC: Move MCSectionData::Fixup out to MCAsmFixup. | Daniel Dunbar | 2010-02-11 | 2 | -40/+42 |
* | make getFixupKindInfo return a const reference, allowing | Chris Lattner | 2010-02-11 | 4 | -7/+22 |
* | Revert functional change. This broke a bunch of tests. | Jakob Stoklund Olesen | 2010-02-11 | 1 | -1/+1 |
* | switch to target-indep fixups for 1/2/4/8 byte data. | Chris Lattner | 2010-02-11 | 1 | -14/+9 |
* | revert 95903. | Devang Patel | 2010-02-11 | 1 | -4/+1 |