aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Maybe it needs sse2?Bill Wendling2010-04-301-1/+1
* Force 64-bit.Bill Wendling2010-04-301-1/+1
* Dan recently disabled recursive inlining within a function, but weChris Lattner2010-04-302-92/+32
* EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but theBill Wendling2010-04-301-0/+85
* The local register allocator has to spill dirty callee saved registers before aJakob Stoklund Olesen2010-04-301-0/+143
* Preserve debug info attached with call instruction while eliminating dead arg...Devang Patel2010-04-301-0/+68
* New test.Devang Patel2010-04-301-0/+17
* Add lint checks for invalid uses of memory.Dan Gohman2010-04-301-0/+18
* Add -o /dev/null to some tests which don't care about their output.Dan Gohman2010-04-306-6/+6
* Fix test.Evan Cheng2010-04-301-2/+2
* Another sibcall bug. If caller and callee calling conventions differ, then it...Evan Cheng2010-04-301-0/+18
* Reject really weird coalescer case when trying to merge identical subregistersJakob Stoklund Olesen2010-04-291-0/+142
* Load folding tail call should not use ebp / rbp after it's popped. PEIEvan Cheng2010-04-291-0/+52
* Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the Kevin Enderby2010-04-281-0/+16
* fix this to work with objdir != srcdirChris Lattner2010-04-281-1/+1
* Fix comment.Dale Johannesen2010-04-281-1/+1
* Test for llvm-gcc checkin 102543.Dale Johannesen2010-04-281-0/+6
* Update tests. Now DBG_VALUE instruction is created only if alloca correspondi...Devang Patel2010-04-281-39/+35
* fix PR6112 - When globalopt (or any other pass) does RAUW(@G, %G), Chris Lattner2010-04-281-0/+19
* Rework global alignment computation again. Now we do round upChris Lattner2010-04-283-7/+31
* Enable i16 to i32 promotion by default.Evan Cheng2010-04-2810-18/+70
* Update tests.Evan Cheng2010-04-283-11/+35
* Emit debug info for byval parameters.Devang Patel2010-04-281-0/+45
* Do not count kill, implicit_def instructions as printed instructions.Evan Cheng2010-04-271-1/+1
* round zero-byte .zerofill directives up to 1 byte. ThisChris Lattner2010-04-271-0/+14
* Un-XFAIL this on ppc. My enabling of dbg_declare handlingDale Johannesen2010-04-271-1/+0
* on darwin empty functions need to codegen into something of non-zero length,Chris Lattner2010-04-262-2/+2
* Handle register-to-register copies within the tGPR class.Bob Wilson2010-04-261-0/+73
* Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifie...Devang Patel2010-04-261-1/+1
* When checking whether the special handling for an addrec increment whichDan Gohman2010-04-261-1/+24
* Add a comment to this test.Dan Gohman2010-04-261-0/+3
* fix PR6921 a different way. Intead of increasing theChris Lattner2010-04-262-0/+19
* Revert r102300/102301, which serious broke objc apps.Chris Lattner2010-04-263-21/+5
* fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner2010-04-261-2/+13
* testcase for PR6913Chris Lattner2010-04-251-0/+17
* this passes now.Chris Lattner2010-04-251-3/+2
* Fix PR6921: globals were not getting correctly rounded up to theirChris Lattner2010-04-252-2/+19
* Generalize LSR's OptimizeMax to handle the new kinds of max expressionsDan Gohman2010-04-241-0/+32
* ScalarEvolution support for <= and >= loops.Dan Gohman2010-04-244-4/+31
* no longer xfailChris Lattner2010-04-231-2/+1
* Per Chris, fuse four trivial tests using grep (r102199) into one that uses Fi...Stuart Hastings2010-04-235-36/+45
* Change TargetData's algorithm for computing defualt vector typeDan Gohman2010-04-231-3/+3
* Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test...Stuart Hastings2010-04-234-0/+36
* fix some failures my callgraph dump format change broke.Chris Lattner2010-04-233-4/+3
* testcase for the bug that required a patch to be reverted.Chris Lattner2010-04-231-0/+31
* Fix LSR to tolerate cases where ScalarEvolution initiallyDan Gohman2010-04-231-0/+28
* disable my previous inliner patch, it appears to be busting self-host.Chris Lattner2010-04-231-0/+1
* The inliner was choosing to not consider call sitesChris Lattner2010-04-221-2/+30
* Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfieldJim Grosbach2010-04-222-0/+56
* Remove the test for now.Devang Patel2010-04-221-38/+0