summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Enable tail calls on ARM by default, with someDale Johannesen2010-06-18
* Treat the ARM inline asm {cc} constraint as a physreg (%CPSR), just like X86Jakob Stoklund Olesen2010-06-18
* Don't write a file named "&1".Dan Gohman2010-06-18
* Disable indvars on loops when LoopSimplify form is not available.Dan Gohman2010-06-18
* Don't maintain a set of deleted nodes; instead, use a HandleSDNodeDan Gohman2010-06-18
* Add {mix,max}{ss,sd}{rr,rm} AVX forms.Bruno Cardoso Lopes2010-06-18
* Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass,Dan Gohman2010-06-18
* Make this test less fragile.Dan Gohman2010-06-18
* Testcase for llvm-gcc 106225.Dale Johannesen2010-06-17
* Remove arm_apcscc from the test files. It is the default and doing thisRafael Espindola2010-06-17
* For a tablegen expression such as !if(a,b,c), let 'a'Bruno Cardoso Lopes2010-06-17
* let the '!eq' expression support 'int' and 'bit' typesBruno Cardoso Lopes2010-06-16
* Allow a register to be redefined multiple times in a basic block.Jakob Stoklund Olesen2010-06-16
* modify so the test doesn't drop an output file in the test source directory.Jim Grosbach2010-06-16
* Be specific. Use FileCheck.Devang Patel2010-06-16
* Make sure that simplify libcalls does not replace a call with one callingRafael Espindola2010-06-16
* This requires more investigation. Unblock buildbots for now.Devang Patel2010-06-16
* Update test to explicitly capture llc output.Devang Patel2010-06-16
* simplify-libcalls: fold strncmp(x, y, 1) -> memcmp(x, y, 1)Benjamin Kramer2010-06-16
* Make post-ra scheduling, anti-dep breaking, and register scavenger (conservat...Evan Cheng2010-06-16
* Create a more targeted fix for not sinking instructions into a range where itBill Wendling2010-06-15
* Update test to match recent llvm-gcc change.Rafael Espindola2010-06-15
* Remove the local register allocator.Jakob Stoklund Olesen2010-06-15
* simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0Benjamin Kramer2010-06-15
* Set the mtriple in some tests so that they use AAPCS.Rafael Espindola2010-06-15
* Fixed vector widening of binary instructions that can trap. Patch by Visa Put...Mon P Wang2010-06-15
* fix fastisel to handle GS and FS relative pointers. Patch byChris Lattner2010-06-15
* Remove the arm_aapcscc marker from the tests. It is the defaultRafael Espindola2010-06-15
* Avoid processing early clobbers twice in RegAllocFast.Jakob Stoklund Olesen2010-06-15
* Add CoalescerPair helper class.Jakob Stoklund Olesen2010-06-15
* Generalize the pre-coalescing of extract_subregs feeding reg_sequences,Bob Wilson2010-06-15
* apparently lots of dupes.Chris Lattner2010-06-14
* fix a nasty bug where we were not treating available_externallyChris Lattner2010-06-14
* remove old test.Chris Lattner2010-06-14
* rename testChris Lattner2010-06-14
* jump threading can't split a critical edge from an indirectbr. ThisChris Lattner2010-06-14
* Test case for Radar 8004649.Stuart Hastings2010-06-14
* Test case for r105914.Benjamin Kramer2010-06-13
* tests: Run macho-dump with binary unbuffered streams on Windows, I can't find...Daniel Dunbar2010-06-12
* tests: Make macho-dump.bat actually work.Daniel Dunbar2010-06-12
* tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...Daniel Dunbar2010-06-12
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rmBruno Cardoso Lopes2010-06-12
* More AVX: {ADD,SUB,MUL,DIV}{PD,PS}rrBruno Cardoso Lopes2010-06-12
* More AVX instructions ({ADD,SUB,MUL,DIV}{SS,SD}rm)Bruno Cardoso Lopes2010-06-11
* tests: Add wrapper script for calling macho-dump on Win32.Daniel Dunbar2010-06-11
* Add a missing bitcast. This code used to only handle conversions betweenBob Wilson2010-06-11
* Support for nested functions/classes in debug output. (Again.) Radar 7424645.Stuart Hastings2010-06-11
* Teach tablegen to allow "let" expressions inside multiclasses,Bruno Cardoso Lopes2010-06-10
* Testcase for r105741.Bill Wendling2010-06-09
* Mark physregs defined by inline asm as implicit.Jakob Stoklund Olesen2010-06-09