aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* The CorrelatedExpressionElimination pass is known to be buggy. Remove it.Bill Wendling2008-01-273-1498/+0
* For long double constants, print an approximation of their value to the .s fi...Chris Lattner2008-01-271-2/+6
* Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does.Chris Lattner2008-01-272-3/+111
* Add some notes.Chris Lattner2008-01-261-0/+18
* Remove some code for inferring alignment info from the x86 backend Chris Lattner2008-01-261-10/+1
* New test to verify that "merging 4 loads into a vec load" continues to work and Chris Lattner2008-01-261-0/+35
* make this 64-bit safeChris Lattner2008-01-261-2/+2
* Infer alignment of loads and increase their alignment when we can tell they are Chris Lattner2008-01-262-4/+55
* remove a useless xfailed test.Chris Lattner2008-01-261-27/+0
* Invert this test, because it is wrong if we allowDuncan Sands2008-01-261-3/+3
* If there's no instructions being emitted on X86 for a function, emit aBill Wendling2008-01-263-8/+20
* Need to convert to LLVM code and not C.Bill Wendling2008-01-261-5/+4
* Rename the .c to .llBill Wendling2008-01-261-0/+0
* Move testcase to the code gen directory.Bill Wendling2008-01-261-0/+0
* If there are no machine instructions emitted for a function, then insertBill Wendling2008-01-262-16/+16
* Create an explicit copy for byval parameters evenDuncan Sands2008-01-262-6/+28
* If we have a function like this:Bill Wendling2008-01-262-1/+21
* Add another testcase.Devang Patel2008-01-261-0/+8
* Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to Chris Lattner2008-01-262-41/+62