summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Machine sink could potentially sink instructions into a block where the physicalBill Wendling2010-06-03
* One underscore, not two.Eric Christopher2010-06-03
* Implement expansion in type legalization for add/sub with overflow. TheEli Friedman2010-06-03
* Enable machine cse of instructions which define physical registers.Evan Cheng2010-06-02
* DwarfWrite is now smart enough to drop debug value pointing to undefined regi...Devang Patel2010-06-01
* Keep track of incoming debug value of unused argument.Devang Patel2010-06-01
* Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends.Dan Gohman2010-06-01
* Fix handling of 'load' nodes.Kalle Raiskila2010-06-01
* Debreak test for non-Darwin.Bill Wendling2010-05-31
* Fix PR7272: when inlining through a callsite with byval arguments,Duncan Sands2010-05-31
* Add a test for the llvm-gcc commit in r90200.Eric Christopher2010-05-31
* fix PR6623: when optimizing for size, don't inline memcpy/memsetsChris Lattner2010-05-31
* upgrade and filecheckize this test.Chris Lattner2010-05-31
* The memcpy intrinsic only takes i8* for %src and %dst, so cast them to thatNick Lewycky2010-05-31
* Remove schedule-livein-copies. It's not being used.Evan Cheng2010-05-29
* Fix PR7193: if sibling call address can take a register, make sure there are ...Evan Cheng2010-05-29
* Fix some latency computation bugs: if the use is not a machine opcode do not ...Evan Cheng2010-05-28
* Add lint checks for function attributes.Dan Gohman2010-05-28
* MC/X86: Add alias for movzx.Kevin Enderby2010-05-28
* MC/X86: Add alias for fwait.Kevin Enderby2010-05-28
* Fix the use of x86 control and debug registers so that the assertion failure inKevin Enderby2010-05-28
* 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