summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add missing space; works for me.Dale Johannesen2010-05-28
* Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman2010-05-28
* Fix more tests that depended on the default register allocator choice.Jakob Stoklund Olesen2010-05-28
* Detect self-referential values.Dan Gohman2010-05-28
* Remove this va_arg test, which is no longer applicable.Dan Gohman2010-05-28
* Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645.Stuart Hastings2010-05-28
* Eli pointed out that va_arg instruction result values don'tDan Gohman2010-05-28
* Teach lint how to look through simple store+load pairs and otherDan Gohman2010-05-28
* Teach instcombine to promote alloca array sizes.Dan Gohman2010-05-28
* Add a testcase for getelementptr index promotion.Dan Gohman2010-05-28
* Add a lint check for returning the address of stack memory.Dan Gohman2010-05-28
* Eliminate the restriction that the array size in an alloca must be i32.Dan Gohman2010-05-28
* Add a -regalloc=default option that chooses a register allocator based on the -OJakob Stoklund Olesen2010-05-27
* llvm can't correctly support 'H', 'Q' and 'R' modifiers. Just mark it an error.Evan Cheng2010-05-27
* MC/X86: Add aliases for Jcc variants.Kevin Enderby2010-05-27
* Do not drop location info for inlined function args.Devang Patel2010-05-27
* Adjust test case for lexical block pruning. Follow-on to r104842 and Radar 7...Stuart Hastings2010-05-27
* Let's try one more time to match patterns.Devang Patel2010-05-27
* Teach instCombine to remove malloc+free if malloc's only uses are comparisonsDuncan Sands2010-05-27
* Temp. labels number may not match for all configurations.Devang Patel2010-05-27
* inlined function's arguments need a label to mark the start point because the...Devang Patel2010-05-27
* Support for nested functions/classes in debug output. Radar 7424645.Stuart Hastings2010-05-27
* rename test to represent meaningful dateGabor Greif2010-05-27
* Add a test for llvm-gcc svn r104726.Bob Wilson2010-05-27
* Add a quick test of relocations.Eric Christopher2010-05-27
* Simplify. Eliminate unneeded debug_loc entry.Devang Patel2010-05-26
* Reinstate checking of stackrestore, with checking for both ReadDan Gohman2010-05-26
* Implement checking of the tail keyword.Dan Gohman2010-05-26
* Update debug info when live-in reg is copied into a vreg.Devang Patel2010-05-26
* Fix the x86 move to/from segment register instructions.Kevin Enderby2010-05-26
* Testcase for 104624/104619/PR7191/8023512.Dale Johannesen2010-05-26
* First cut at supporting .debug_loc section. Devang Patel2010-05-25
* Properly promote operands when optimizing a single-character memcmp.Benjamin Kramer2010-05-25
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-25
* Changed the encoding of X86 floating point stack operations where both operandsKevin Enderby2010-05-25
* Removing test; Chris thinks it's better to have theDale Johannesen2010-05-25
* MC/X86: Add a hack to allow recognizing 'cmpltps' and friends.Daniel Dunbar2010-05-25
* Fix another variant of PR 7191. Also add a testcaseDale Johannesen2010-05-25
* MC/X86: Define explicit immediate forms of cmp{ss,sd,ps,pd}.Daniel Dunbar2010-05-25
* The BT64ri8 record in X86Instr64bit.td was missing a REX_W which is requiredKevin Enderby2010-05-25
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-25
* Fix an mmx movd encoding.Dan Gohman2010-05-24
* MC/X86: Add aliases for CMOVcc variants.Kevin Enderby2010-05-24
* Thumb2 RSBS instructions were being printed without the 'S' suffix.Bob Wilson2010-05-24
* LR is in GPR, not tGPR even in Thumb1 mode.Evan Cheng2010-05-24
* MC/X86: Subdivide immediates a bit more, so that we properly recognize immedi...Daniel Dunbar2010-05-22
* MC/X86: Add alias for setz, setnz, jz, jnz.Daniel Dunbar2010-05-22
* Implement @llvm.returnaddress. rdar://8015977.Evan Cheng2010-05-22
* This test is darwin only. Make it so(tm).Eric Christopher2010-05-22
* Recognize more BUILD_VECTORs and VECTOR_SHUFFLEs that can be implemented byBob Wilson2010-05-22