summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Check for overflow when scaling up an add or an addrec forDan Gohman2010-02-19
* Add support for the 'alignstack' attribute to the x86 backend. Fixes PR5254.Charles Davis2010-02-19
* Teach ScalarEvolution how to compute a tripcount for a loop withDan Gohman2010-02-19
* Revert commits 96556 and 96640, because commit 96556 breaks theDuncan Sands2010-02-19
* Test case for r96656.Devang Patel2010-02-19
* Transform (xor (setcc), (setcc)) == / != 1 toEvan Cheng2010-02-19
* When determining the set of interesting reuse factors, considerDan Gohman2010-02-19
* getSplatIndex assumes that the first element of the mask contains the splat i...Mon P Wang2010-02-18
* Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen2010-02-18
* Make CodePlacementOpt detect special EH control flow byDan Gohman2010-02-18
* Ignore target dependent value in grep search.Devang Patel2010-02-18
* remove empty fileChris Lattner2010-02-18
* Use NEON vmin/vmax instructions for floating-point selects.Bob Wilson2010-02-18
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-18
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-18
* Some dag combiner goodness:Evan Cheng2010-02-18
* New test case for r96543.Devang Patel2010-02-18
* Revert:Eric Christopher2010-02-17
* Before setting scope end marker, pay attention to scope begin marker and exis...Devang Patel2010-02-17
* Don't check for comments, which vary between subtargets.Dan Gohman2010-02-17
* Fold bswap(undef) to undef.Dan Gohman2010-02-17
* Don't attempt to divide INT_MIN by -1; consider such cases toDan Gohman2010-02-17
* roundss is an sse 4 thing, fix the test on non-sse41 buildersChris Lattner2010-02-17
* Make g5 target explicit; scheduling affects register choice.Dale Johannesen2010-02-16
* fix rdar://7653908, a crash on a case where we would fold a loadChris Lattner2010-02-16
* Adjust register numbers in tests to compensate for theDale Johannesen2010-02-16
* filecheckizeChris Lattner2010-02-16
* New testcase.Devang Patel2010-02-16
* Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)).Evan Cheng2010-02-16
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-16
* Testcase for critical edge splitting with load PRE.Bob Wilson2010-02-16
* Fix pr6111: Avoid using the LR register for the target address of an indirectBob Wilson2010-02-16
* make pcrel immediate values relative to the start of the field,Chris Lattner2010-02-16
* Split the main for-each-use loop again, this time for GenerateTruncates,Dan Gohman2010-02-16
* Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...Anton Korobeynikov2010-02-15
* Fix PR6300.Jakob Stoklund Olesen2010-02-15
* Last week we were generating code with duplicate induction variables in thisBob Wilson2010-02-15
* remove empty file.Chris Lattner2010-02-15
* revert r96241. It breaks two regression tests, isn't documented,Chris Lattner2010-02-15
* fix PR6305 by handling BlockAddress in a helper functionChris Lattner2010-02-15
* Add support for emitting non-temporal stores for DAGs markedDavid Greene2010-02-15
* Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov2010-02-15
* Fix a problem where we had bitcasted operands that gave usEric Christopher2010-02-13
* Forward parameter options as '-option=parameter'.Mikhail Glushenkov2010-02-13
* add encoder support and tests for rdtscpChris Lattner2010-02-13
* Fix PR6283.Jakob Stoklund Olesen2010-02-13
* MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we ...Daniel Dunbar2010-02-13
* rip out the 'heinous' x86 MCCodeEmitter implementation.Chris Lattner2010-02-13
* remove special cases for vmlaunch, vmresume, vmxoff, and swapgsChris Lattner2010-02-13
* Besides removing phi cycles that reduce to a single value, also remove deadBob Wilson2010-02-13