aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-151-1/+1
* Fix PR6300.Jakob Stoklund Olesen2010-02-151-0/+80
* Last week we were generating code with duplicate induction variables in thisBob Wilson2010-02-151-0/+4
* remove empty file.Chris Lattner2010-02-151-0/+0
* revert r96241. It breaks two regression tests, isn't documented,Chris Lattner2010-02-151-84/+0
* fix PR6305 by handling BlockAddress in a helper functionChris Lattner2010-02-152-3/+18
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-151-0/+84
* Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov2010-02-151-1/+1
* Fix a problem where we had bitcasted operands that gave usEric Christopher2010-02-131-0/+9
* Forward parameter options as '-option=parameter'.Mikhail Glushenkov2010-02-131-1/+1
* add encoder support and tests for rdtscpChris Lattner2010-02-132-1/+9
* Fix PR6283.Jakob Stoklund Olesen2010-02-131-0/+260
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...Daniel Dunbar2010-02-133-10/+16
* rip out the 'heinous' x86 MCCodeEmitter implementation.Chris Lattner2010-02-132-2/+2
* remove special cases for vmlaunch, vmresume, vmxoff, and swapgsChris Lattner2010-02-132-1/+29
* Besides removing phi cycles that reduce to a single value, also remove deadBob Wilson2010-02-134-4/+42
* MC/X86: Push immediate operands as immediates not expressions when possible.Daniel Dunbar2010-02-133-16/+12
* add some disassemble testcases for weird instructionsChris Lattner2010-02-121-0/+14
* implement the rest of correct x86-64 encoder support for Chris Lattner2010-02-121-0/+30
* When save/restoring CR at prolog/epilog, in a largeDale Johannesen2010-02-121-0/+30
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-122-0/+15
* 1. modernize the constantmerge pass, using densemap/smallvector.Chris Lattner2010-02-121-10/+24
* rename testChris Lattner2010-02-121-0/+0
* Testcases for recent stdcall / fastcall mangling improvementsAnton Korobeynikov2010-02-122-0/+28
* Cleanup stdcall / fastcall name mangling.Anton Korobeynikov2010-02-121-2/+2
* Reapply the new LoopStrengthReduction code, with compile time andDan Gohman2010-02-1228-66/+523
* Update test to match 95961.Evan Cheng2010-02-121-1/+1
* Test for 95961.Evan Cheng2010-02-121-2/+1
* Test case for 95958.Evan Cheng2010-02-121-0/+18
* Add a new pass on machine instructions to optimize away PHI cycles that Bob Wilson2010-02-121-0/+34
* fix the encodings of monitor and mwait, which were completelyChris Lattner2010-02-121-0/+14
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-121-0/+4
* Reapply coalescer fix for better cross-class coalescing.Jakob Stoklund Olesen2010-02-116-9/+7
* Make sure that ConstantExpr offsets also aren't off of externEric Christopher2010-02-111-0/+15
* Rename ValueRequiresCast to ShouldOptimizeCast, to better reflectChris Lattner2010-02-111-0/+16
* convert to filecheck.Chris Lattner2010-02-111-4/+2
* Make DSE only scan blocks that are reachable from the entryChris Lattner2010-02-111-0/+14
* a testcase that doesn't crash GVN but could someday.Chris Lattner2010-02-111-3/+19
* Make jump threading honor x|undef -> true and x&undef -> false,Chris Lattner2010-02-111-0/+69
* Add ConstantExpr handling to Intrinsic::objectsize lowering.Eric Christopher2010-02-111-2/+1
* test case for r95842.Devang Patel2010-02-111-0/+7
* Remove the few # TAILCALL comments that snuck in. As they may fail on linux.Kevin Enderby2010-02-111-4/+4
* Update the X86 assembler matcher test case now that a few more things matchKevin Enderby2010-02-111-5/+161
* The previous fix of widening divides that trap was too fragile as it depends ...Mon P Wang2010-02-101-0/+29
* Delete dead PHI machine instructions. These can be created due to typeBob Wilson2010-02-102-4/+6
* MC/X86 AsmMatcher: Fix a use after free spotted by d0k, and de-XFAILDaniel Dunbar2010-02-101-4/+0
* XFAIL this on linux until I figure out what is happening.Daniel Dunbar2010-02-101-0/+4
* Replace this file containing 4 tests of x86 32-bit encodings with a fileKevin Enderby2010-02-101-9/+9857
* Canonicalize sizeof and alignof on pointer types to a canonicalDan Gohman2010-02-101-7/+51
* Now that ShrinkDemandedOps() is separated out from DAG combine. It sometimes ...Evan Cheng2010-02-101-0/+13