| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | It is always good to do a cross-class join when the large register has a tiny... | Jakob Stoklund Olesen | 2010-02-11 | 1 | -6/+11 |
* | Added LDRT/LDRBT/STRT/STRBT for disassembly only. | Johnny Chen | 2010-02-11 | 1 | -0/+32 |
* | unbreak the build. | Chris Lattner | 2010-02-11 | 1 | -1/+1 |
* | llvm-db was removed. | Dan Gohman | 2010-02-11 | 1 | -16/+0 |
* | Destroy MDNodes while destructing llvm context. | Devang Patel | 2010-02-11 | 1 | -1/+4 |
* | refactor x86 conditional branches to use a multipattern | Chris Lattner | 2010-02-11 | 1 | -1/+1 |
* | refactor the conditional jump instructions in the .td file to | Chris Lattner | 2010-02-11 | 6 | -133/+111 |
* | Make Kaleidoscope not link against the interpreter, since that didn't | Jeffrey Yasskin | 2010-02-11 | 12 | -21/+53 |
* | Add an svn:ignore. | Dan Gohman | 2010-02-11 | 0 | -0/+0 |
* | Forgot to also check in this file for vcvt (floating-point <-> fixed-point, V... | Johnny Chen | 2010-02-11 | 1 | -0/+9 |
* | Allow for more than one DBG_VALUE targeting the | Dale Johannesen | 2010-02-11 | 1 | -4/+4 |
* | Don't allow DBG_VALUE to affect codegen. | Dale Johannesen | 2010-02-11 | 1 | -0/+3 |
* | Added VCVT (between floating-point and fixed-point, VFP) for disassembly. | Johnny Chen | 2010-02-11 | 1 | -0/+95 |
* | Added BKPT/tBKPT (breakpoint) to the instruction table for disassembly purpose. | Johnny Chen | 2010-02-11 | 2 | -0/+17 |