aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add comments describing what the loop depth values mean. Also, make aDan Gohman2008-01-291-4/+9
* Fix 80-col violations.Dan Gohman2008-01-293-10/+17
* Remove top-level const qualifiers from casts, avoiding associatedDan Gohman2008-01-291-10/+10
* Fix a typo in a comment.Dan Gohman2008-01-291-1/+0
* Fix a typo in a comment.Dan Gohman2008-01-291-1/+1
* Add explicit keywords.Dan Gohman2008-01-294-6/+6
* llvm.sqrt(-0.0) is defined.Chris Lattner2008-01-291-1/+3
* eliminate additions of 0.0 when they are obviously dead. This has to be care...Chris Lattner2008-01-292-0/+62
* Add a testcase for eliminating memcpy's at the end of functions. Forgot to c...Owen Anderson2008-01-291-0/+52
* Add target triples to these so they don't fail on linux.Chris Lattner2008-01-292-0/+4
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-297-20/+32
* Add support for eliminating memcpy's at the end of functions. Also fix some ...Owen Anderson2008-01-291-26/+63
* This would be better done as an executable test.Duncan Sands2008-01-291-23/+0
* After recent changes we fail to optimize this testDuncan Sands2008-01-291-19/+0
* RegAllocBigBlock doesn't need LiveVariables either.Owen Anderson2008-01-291-13/+2
* Fix to bug 1951: tblgen gratuitously renames variables when no temporary wasScott Michel2008-01-291-22/+26
* Properly expand extract-element for non-power-of-2 codegenNate Begeman2008-01-291-2/+3
* Handle 'X' constraint in asm's better.Dale Johannesen2008-01-296-21/+74
* Filter loops that subtract induction variables.Devang Patel2008-01-292-17/+63
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-2914-874/+645
* New test.Devang Patel2008-01-291-0/+24
* Add test to make sure that #pragma mark/error doesn't error if there areBill Wendling2008-01-291-0/+6
* Added destructor for template class FoldingSetNodeWrapper.Ted Kremenek2008-01-281-1/+4
* Simplify the code and fix a typo.Lauro Ramos Venancio2008-01-281-7/+4
* Pure/const functions with ByVal parameters cannotDuncan Sands2008-01-281-5/+10
* Fix fpcmp infinite loop when comparing "29-266" with "29-268".Lauro Ramos Venancio2008-01-281-5/+21
* this test is now compiled into the right thing.Chris Lattner2008-01-281-1/+2
* Unbreak builds with differing object and sourceDuncan Sands2008-01-281-2/+2
* Make this more likely to be passed byval.Duncan Sands2008-01-281-1/+1
* If the function has no machine instructions, then emit a "nop" so thatBill Wendling2008-01-281-0/+10
* Transform calls to memcpy into llvm.memcpy calls, patch by Eli Friedman.Chris Lattner2008-01-281-0/+30
* reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSEChris Lattner2008-01-281-6/+5
* Handle some more combinations of extend and icmp. Fixes PR1940.Nick Lewycky2008-01-284-8/+54
* Fix PR1932 by disabling an xform invalid for fdiv.Chris Lattner2008-01-282-9/+17
* make handling of overflow and undefined results much more clear. Chris Lattner2008-01-281-9/+40
* Fix PR1938 by forcing the code that uses an undefined value to branch oneChris Lattner2008-01-282-4/+55
* Always for PACKAGEVERSION to 'mainline' for teh llvm web page.Chris Lattner2008-01-271-4/+1
* Fix PowerPC/./2007-10-18-PtrArithmetic.llChris Lattner2008-01-271-7/+14
* Update this test. Due to dag combiner improvements, we now compileChris Lattner2008-01-271-1/+1
* fix a crash on CodeGen/X86/vector-rem.llChris Lattner2008-01-271-4/+6
* Add support for frameworks. Patch by Shantonu Sen!Chris Lattner2008-01-271-3/+20
* Reg alloc doesn't really need LiveVariables.Owen Anderson2008-01-271-9/+2
* Fixes for BreakCriticalMachineCodeEdge by Fernando.Owen Anderson2008-01-271-14/+15
* Be more careful modifying the use_list while also iterating through it.Nick Lewycky2008-01-272-1/+4
* Revert r46393: readonly/readnone functions are noDuncan Sands2008-01-272-12/+9
* Implement some dag combines that allow doing fneg/fabs/fcopysign in integerChris Lattner2008-01-272-2/+100
* add a noteChris Lattner2008-01-271-0/+39
* Use fldz and fld1 for long double constants instead of a constant pool load.Chris Lattner2008-01-271-1/+14
* make isExactlyValue work for long double.Chris Lattner2008-01-271-4/+3
* The CorrelatedExpressions pass is now no more.Bill Wendling2008-01-2712-462/+0