aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* More cleanups for CellSPU:Scott Michel2008-01-3018-3868/+4951
* Make DSE much more aggressive by performing DCE earlier. Update a testcase t...Owen Anderson2008-01-301-2/+55
* Fix an issue where, under very specific circumstances, memdep could end up de...Owen Anderson2008-01-301-2/+2
* Fix a bug where scalarrepl would discard offset if type would match.Chris Lattner2008-01-301-2/+2
* Factor the addressing mode and the load/store VT out of LoadSDNodeDan Gohman2008-01-3014-108/+108
* Work in progress. This patch *fixes* x86-64 calls which are modelled as Struc...Evan Cheng2008-01-296-96/+283
* When expanding an operand, it's not the result valueDuncan Sands2008-01-291-2/+2
* Don't let globalopt hack on volatile loads or stores.Chris Lattner2008-01-291-1/+4
* Use empty() instead of comparing size() with zero.Dan Gohman2008-01-2917-22/+22
* Fix a typo in a comment.Dan Gohman2008-01-291-1/+1
* 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
* Add explicit keywords.Dan Gohman2008-01-291-2/+2
* eliminate additions of 0.0 when they are obviously dead. This has to be care...Chris Lattner2008-01-291-0/+47
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-296-19/+26
* Add support for eliminating memcpy's at the end of functions. Also fix some ...Owen Anderson2008-01-291-26/+63
* RegAllocBigBlock doesn't need LiveVariables either.Owen Anderson2008-01-291-13/+2
* 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-295-21/+69
* Filter loops that subtract induction variables.Devang Patel2008-01-291-17/+17
* Overhaul Cell SPU's addressing mode internals so that there are nowScott Michel2008-01-298-680/+566
* Simplify the code and fix a typo.Lauro Ramos Venancio2008-01-281-7/+4
* Fix fpcmp infinite loop when comparing "29-266" with "29-268".Lauro Ramos Venancio2008-01-281-5/+21
* 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
* Handle some more combinations of extend and icmp. Fixes PR1940.Nick Lewycky2008-01-282-8/+25
* Fix PR1932 by disabling an xform invalid for fdiv.Chris Lattner2008-01-281-9/+10
* Fix PR1938 by forcing the code that uses an undefined value to branch oneChris Lattner2008-01-281-4/+19
* Fix PowerPC/./2007-10-18-PtrArithmetic.llChris Lattner2008-01-271-7/+14
* fix a crash on CodeGen/X86/vector-rem.llChris Lattner2008-01-271-4/+6
* Reg alloc doesn't really need LiveVariables.Owen Anderson2008-01-271-9/+2
* Be more careful modifying the use_list while also iterating through it.Nick Lewycky2008-01-271-1/+2
* Revert r46393: readonly/readnone functions are noDuncan Sands2008-01-271-9/+6
* Implement some dag combines that allow doing fneg/fabs/fcopysign in integerChris Lattner2008-01-271-2/+79
* 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
* The CorrelatedExpressionElimination pass is known to be buggy. Remove it.Bill Wendling2008-01-271-1486/+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-271-3/+75
* 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
* Infer alignment of loads and increase their alignment when we can tell they are Chris Lattner2008-01-261-4/+33
* If there's no instructions being emitted on X86 for a function, emit aBill Wendling2008-01-262-8/+14
* 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-261-6/+9
* If we have a function like this:Bill Wendling2008-01-261-1/+14
* Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to Chris Lattner2008-01-261-41/+31
* don't bother making x&-1 only to simplify it in dag combine. This commonly o...Chris Lattner2008-01-261-0/+2
* reduce indentationChris Lattner2008-01-251-42/+44