| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change comments to refer to @malloc and @free instead of %malloc and %free. | Dan Gohman | 2007-08-27 | 1 | -3/+3 |
* | There is an impedance matching problem between LLVM and | Duncan Sands | 2007-08-27 | 4 | -31/+85 |
* | Add explicit keywords and remove spurious trailing semicolons. | Dan Gohman | 2007-08-27 | 12 | -26/+27 |
* | call libc memcpy/memset if array size is bigger then threshold. | Rafael Espindola | 2007-08-27 | 2 | -18/+20 |
* | Don't promote volatile loads/stores. This is needed (for example) to handle s... | Anton Korobeynikov | 2007-08-26 | 2 | -3/+53 |
* | Don't DSe volatile stores. | Owen Anderson | 2007-08-26 | 1 | -18/+25 |
* | Revise per review comments. | Dale Johannesen | 2007-08-26 | 3 | -5/+5 |
* | Add APFloat interface to ConstantFPSDNode. Change | Dale Johannesen | 2007-08-25 | 3 | -16/+30 |
* | Move exit condition and exit branch from exiting block into loop header and d... | Devang Patel | 2007-08-25 | 1 | -0/+155 |
* | Constant split values needs upper bound and lower bound check, just like any ... | Devang Patel | 2007-08-25 | 2 | -6/+52 |
* | Allow target constants to be illegal types. The target should | Chris Lattner | 2007-08-25 | 2 | -0/+13 |
* | While calculating upper loop bound for first loop and lower loop bound for se... | Devang Patel | 2007-08-25 | 2 | -36/+283 |
* | Teach the dag scheduler to handle inline asm nodes with multi-value immediate... | Chris Lattner | 2007-08-25 | 1 | -8/+9 |
* | The personality function might need to be declared as: | Bill Wendling | 2007-08-25 | 1 | -5/+18 |
* | rename isOperandValidForConstraint to LowerAsmOperandForConstraint, | Chris Lattner | 2007-08-25 | 7 | -59/+90 |
* | Comment out declaration of operator== (undefined). | Dale Johannesen | 2007-08-25 | 1 | -1/+1 |
* | Test | Neil Booth | 2007-08-25 | 1 | -1/+1 |
* | Add self | Neil Booth | 2007-08-25 | 1 | -0/+4 |
* | Rename llvm-gcc4 to llvm-gcc. | Tanya Lattner | 2007-08-24 | 1 | -4/+4 |
* | Poison APFloat::operator==. Replace existing uses with bitwiseIsEqual. | Dale Johannesen | 2007-08-24 | 4 | -18/+29 |
* | Use APFloat internally for ConstantFPSDNode. | Dale Johannesen | 2007-08-24 | 2 | -4/+5 |
* | sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst. | Chris Lattner | 2007-08-24 | 3 | -5/+9 |
* | Fix regression that I caused yesterday night while adding logic to select app... | Devang Patel | 2007-08-24 | 1 | -2/+2 |
* | Disable EH generation until PPC works 100%. | Chris Lattner | 2007-08-24 | 1 | -1/+1 |
* | add a note | Chris Lattner | 2007-08-24 | 1 | -0/+14 |
* | It is not safe to execute split condition's true branch first all the time. I... | Devang Patel | 2007-08-24 | 1 | -5/+35 |
* | Reject ICMP_NE as index split condition. | Devang Patel | 2007-08-24 | 1 | -0/+3 |
* | Tightenup loop filter. | Devang Patel | 2007-08-24 | 1 | -2/+22 |
* | Remove incomplete cost analysis. | Devang Patel | 2007-08-24 | 1 | -40/+3 |
* | Revised per review feedback from previous patch. | Dale Johannesen | 2007-08-24 | 3 | -56/+29 |
* | silence some warnings in an optimized build. | Chris Lattner | 2007-08-24 | 1 | -11/+8 |
* | Change internal representation of ConstantFP to use APFloat. | Dale Johannesen | 2007-08-24 | 4 | -37/+245 |
* | Fix this testcase: there are two matches for | Duncan Sands | 2007-08-23 | 1 | -2/+2 |
* | add some notes on really poor codegen. | Chris Lattner | 2007-08-23 | 1 | -0/+44 |
* | new example | Chris Lattner | 2007-08-23 | 1 | -0/+17 |
* | Perform correct codegen for eh_dwarf_cfa intrinsic. | Anton Korobeynikov | 2007-08-23 | 1 | -2/+10 |
* | default this to radix 10 like the toString(Un)Signed methods. | Chris Lattner | 2007-08-23 | 1 | -1/+1 |
* | Avoid hiding issues. | Chris Lattner | 2007-08-23 | 1 | -1/+1 |
* | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner | 2007-08-23 | 7 | -8/+15 |
* | Implement review feedback on trampoline documentation. | Duncan Sands | 2007-08-22 | 1 | -6/+4 |
* | Remove dead code. | Devang Patel | 2007-08-22 | 1 | -5/+0 |
* | Fix typo. | Devang Patel | 2007-08-22 | 1 | -1/+1 |
* | update test to check that codegen works with llvm.used in llvm.metadata section | Andrew Lenharth | 2007-08-22 | 1 | -1/+1 |
* | Cosmetic change | Devang Patel | 2007-08-22 | 1 | -84/+102 |
* | move this check. ppc outputs .no_dead_strip properly | Andrew Lenharth | 2007-08-22 | 1 | -6/+6 |
* | Add the PCSymbol for Darwin x86 platforms. | Bill Wendling | 2007-08-22 | 1 | -0/+1 |
* | Refactor loop condition check in a separate function. | Devang Patel | 2007-08-22 | 1 | -17/+34 |
* | Fix thinko. | Devang Patel | 2007-08-22 | 1 | -3/+3 |
* | Testcase for llvm.c* intrinsic failures. | Bill Wendling | 2007-08-22 | 1 | -0/+6 |
* | Test handling of complex constants as lvalues. | Duncan Sands | 2007-08-22 | 1 | -0/+3 |