aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add CPS, MRS, MRSsys, MSR, MSRsys for disassembly only.Johnny Chen2010-02-121-0/+44
* Rewrite handling of DBG_VALUE; previous algorithmDale Johannesen2010-02-121-16/+24
* 1. modernize the constantmerge pass, using densemap/smallvector.Chris Lattner2010-02-122-29/+46
* rename testChris Lattner2010-02-121-0/+0
* Revert "Reverse the order for collecting the parts of an addrec. The order", itDaniel Dunbar2010-02-121-1/+1
* Testcases for recent stdcall / fastcall mangling improvementsAnton Korobeynikov2010-02-122-0/+28
* Setup correct data layout to match gcc's expectations on mingw32.Anton Korobeynikov2010-02-121-1/+1
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-129-154/+64
* Reverse the order for collecting the parts of an addrec. The orderDan Gohman2010-02-121-1/+1
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-1235-2612/+3446
* * Updated the cost matrix normalization proceedure to better handle infinite ...Lang Hames2010-02-122-13/+21
* Update test to match 95961.Evan Cheng2010-02-121-1/+1
* Test for 95961.Evan Cheng2010-02-121-2/+1
* add a bunch of mod/rm encoding types for fixed mod/rm bytes.Chris Lattner2010-02-126-2/+64
* Test case for 95958.Evan Cheng2010-02-121-0/+18
* revert r95949, it turns out that adding new prefixes is not a Chris Lattner2010-02-122-10/+10
* MC: Fix bug where trailing tied operands were forgotten; the X86 assemblerDaniel Dunbar2010-02-121-19/+43
* Added coprocessor Instructions CDP, CDP2, MCR, MCR2, MRC, MRC2, MCRR, MCRR2,Johnny Chen2010-02-121-0/+84
* Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson2010-02-125-0/+181
* X86: Fix definition for RCL/RCR.*m? operations -- they were getting representedDaniel Dunbar2010-02-122-58/+63
* add another bit of space for new kinds of instruction prefixes.Chris Lattner2010-02-122-10/+10
* Add a missing pattern for movhps so that we get:Nate Begeman2010-02-121-0/+3
* fix the encodings of monitor and mwait, which were completelyChris Lattner2010-02-122-7/+16
* improve support for minix, PR6280, patch byChris Lattner2010-02-122-2/+11
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-126-1/+71
* Reapply coalescer fix for better cross-class coalescing.Jakob Stoklund Olesen2010-02-117-10/+8
* enhance llvm-mc -show-inst to print the enum of an instruction, like so:Chris Lattner2010-02-116-2/+59
* add a new MCInstPrinter::getOpcodeName interface, when it is Chris Lattner2010-02-114-5/+22
* Document binutils requirements for coff targets (cygwin / mingw32).Anton Korobeynikov2010-02-111-8/+4
* improve encoding information for branches. We now know they haveChris Lattner2010-02-111-15/+14
* MC: Move assembler-backend's fixup list into the fragment.Daniel Dunbar2010-02-112-85/+74
* MC: Move MCSectionData::Fixup out to MCAsmFixup.Daniel Dunbar2010-02-112-40/+42
* make getFixupKindInfo return a const reference, allowingChris Lattner2010-02-114-7/+22
* Revert functional change. This broke a bunch of tests.Jakob Stoklund Olesen2010-02-111-1/+1
* switch to target-indep fixups for 1/2/4/8 byte data.Chris Lattner2010-02-111-14/+9
* revert 95903.Devang Patel2010-02-111-4/+1
* It is always good to do a cross-class join when the large register has a tiny...Jakob Stoklund Olesen2010-02-111-6/+11
* Added LDRT/LDRBT/STRT/STRBT for disassembly only.Johnny Chen2010-02-111-0/+32
* unbreak the build.Chris Lattner2010-02-111-1/+1
* llvm-db was removed.Dan Gohman2010-02-111-16/+0
* Destroy MDNodes while destructing llvm context.Devang Patel2010-02-111-1/+4
* refactor x86 conditional branches to use a multipatternChris Lattner2010-02-111-1/+1
* refactor the conditional jump instructions in the .td file toChris Lattner2010-02-116-133/+111
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-1112-21/+53
* Add an svn:ignore.Dan Gohman2010-02-110-0/+0
* Forgot to also check in this file for vcvt (floating-point <-> fixed-point, V...Johnny Chen2010-02-111-0/+9
* Allow for more than one DBG_VALUE targeting theDale Johannesen2010-02-111-4/+4
* Don't allow DBG_VALUE to affect codegen.Dale Johannesen2010-02-111-0/+3
* Added VCVT (between floating-point and fixed-point, VFP) for disassembly.Johnny Chen2010-02-111-0/+95
* Added BKPT/tBKPT (breakpoint) to the instruction table for disassembly purpose.Johnny Chen2010-02-112-0/+17