| Commit message (Expand) | Author | Age | Files | Lines |
| * | Simplify the code and fix a typo. | Lauro Ramos Venancio | 2008-01-28 | 1 | -7/+4 |
| * | Fix fpcmp infinite loop when comparing "29-266" with "29-268". | Lauro Ramos Venancio | 2008-01-28 | 1 | -5/+21 |
| * | If the function has no machine instructions, then emit a "nop" so that | Bill Wendling | 2008-01-28 | 1 | -0/+10 |
| * | Transform calls to memcpy into llvm.memcpy calls, patch by Eli Friedman. | Chris Lattner | 2008-01-28 | 1 | -0/+30 |
| * | Handle some more combinations of extend and icmp. Fixes PR1940. | Nick Lewycky | 2008-01-28 | 2 | -8/+25 |
| * | Fix PR1932 by disabling an xform invalid for fdiv. | Chris Lattner | 2008-01-28 | 1 | -9/+10 |
| * | Fix PR1938 by forcing the code that uses an undefined value to branch one | Chris Lattner | 2008-01-28 | 1 | -4/+19 |
| * | Fix PowerPC/./2007-10-18-PtrArithmetic.ll | Chris Lattner | 2008-01-27 | 1 | -7/+14 |
| * | fix a crash on CodeGen/X86/vector-rem.ll | Chris Lattner | 2008-01-27 | 1 | -4/+6 |
| * | Reg alloc doesn't really need LiveVariables. | Owen Anderson | 2008-01-27 | 1 | -9/+2 |
| * | Be more careful modifying the use_list while also iterating through it. | Nick Lewycky | 2008-01-27 | 1 | -1/+2 |
| * | Revert r46393: readonly/readnone functions are no | Duncan Sands | 2008-01-27 | 1 | -9/+6 |
| * | Implement some dag combines that allow doing fneg/fabs/fcopysign in integer | Chris Lattner | 2008-01-27 | 1 | -2/+79 |
| * | add a note | Chris Lattner | 2008-01-27 | 1 | -0/+39 |
| * | Use fldz and fld1 for long double constants instead of a constant pool load. | Chris Lattner | 2008-01-27 | 1 | -1/+14 |
| * | The CorrelatedExpressionElimination pass is known to be buggy. Remove it. | Bill Wendling | 2008-01-27 | 1 | -1486/+0 |
| * | For long double constants, print an approximation of their value to the .s fi... | Chris Lattner | 2008-01-27 | 1 | -2/+6 |
| * | Fold fptrunc(add (fpextend x), (fpextend y)) -> add(x,y), as GCC does. | Chris Lattner | 2008-01-27 | 1 | -3/+75 |
| * | Add some notes. | Chris Lattner | 2008-01-26 | 1 | -0/+18 |
| * | Remove some code for inferring alignment info from the x86 backend | Chris Lattner | 2008-01-26 | 1 | -10/+1 |
| * | Infer alignment of loads and increase their alignment when we can tell they are | Chris Lattner | 2008-01-26 | 1 | -4/+33 |
| * | If there's no instructions being emitted on X86 for a function, emit a | Bill Wendling | 2008-01-26 | 2 | -8/+14 |
| * | If there are no machine instructions emitted for a function, then insert | Bill Wendling | 2008-01-26 | 2 | -16/+16 |
| * | Create an explicit copy for byval parameters even | Duncan Sands | 2008-01-26 | 1 | -6/+9 |
| * | If we have a function like this: | Bill Wendling | 2008-01-26 | 1 | -1/+14 |
| * | Fix some bugs in SimplifyNodeWithTwoResults where it would call deletenode to | Chris Lattner | 2008-01-26 | 1 | -41/+31 |
| * | don't bother making x&-1 only to simplify it in dag combine. This commonly o... | Chris Lattner | 2008-01-26 | 1 | -0/+2 |
| * | reduce indentation | Chris Lattner | 2008-01-25 | 1 | -42/+44 |
| * | Do this more neatly. | Duncan Sands | 2008-01-25 | 1 | -2/+1 |
| * | fix long lines. | Chris Lattner | 2008-01-25 | 1 | -2/+3 |
| * | JITEmitter.cpp was trying to sync the icache for function stubs, but | Chris Lattner | 2008-01-25 | 2 | -10/+19 |
| * | DeadStoreElimination can treat byval parameters as if there were alloca's for... | Owen Anderson | 2008-01-25 | 1 | -5/+6 |
| * | Add skeletal code to increase the alignment of loads and stores when | Chris Lattner | 2008-01-25 | 1 | -0/+38 |
| * | move MachineFrameInfo::CreateFixedObject out of line, give MachineFrameInfo | Chris Lattner | 2008-01-25 | 1 | -1/+14 |
| * | include alignment and volatility information in -view-*-dags output | Chris Lattner | 2008-01-25 | 1 | -3/+10 |
| * | optimize fxor like for | Chris Lattner | 2008-01-25 | 1 | -3/+6 |
| * | Add target-specific dag combines for FAND(x,0) and FOR(x,0). This allows | Chris Lattner | 2008-01-25 | 1 | -4/+30 |
| * | Provide correct DWARF register numbering for debug information emission on x8... | Anton Korobeynikov | 2008-01-25 | 3 | -9/+9 |
| * | Don't dump the function! | Chris Lattner | 2008-01-24 | 1 | -2/+0 |
| * | getUnderlyingObject can return null, handle this. | Chris Lattner | 2008-01-24 | 1 | -2/+3 |
| * | Teach basicaa that 'byval' arguments define a new memory location that | Chris Lattner | 2008-01-24 | 1 | -34/+34 |
| * | Add hasByValAttr() and hasNoAliasAttr() methods to the Argument class. | Chris Lattner | 2008-01-24 | 1 | -0/+31 |
| * | clarify a comment, thanks Duncan. | Chris Lattner | 2008-01-24 | 1 | -2/+3 |
| * | Significantly simplify and improve handling of FP function results on x86-32. | Chris Lattner | 2008-01-24 | 3 | -127/+128 |
| * | Fix this buggy transformation. Two observations: | Chris Lattner | 2008-01-24 | 1 | -17/+8 |
| * | The dag combiner is missing revisiting nodes that it really should, and thus ... | Chris Lattner | 2008-01-24 | 1 | -0/+5 |
| * | fold fp_round(fp_round(x)) -> fp_round(x). | Chris Lattner | 2008-01-24 | 1 | -0/+9 |
| * | Fix potential buffer overflow | Anton Korobeynikov | 2008-01-24 | 1 | -1/+1 |
| * | Move some functionality for adding flags to MachineInstr's into methods on Ma... | Owen Anderson | 2008-01-24 | 3 | -107/+105 |
| * | Forgot these. | Evan Cheng | 2008-01-24 | 2 | -4/+8 |