| Commit message (Expand) | Author | Age | Files | Lines |
| * | If the function has no machine instructions, then emit a "nop" so that | Bill Wendling | 2008-01-28 | 1 | -0/+10 |
| * | 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 |
| * | 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 |
| * | 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 | 1 | -2/+15 |
| * | JITEmitter.cpp was trying to sync the icache for function stubs, but | Chris Lattner | 2008-01-25 | 1 | -2/+19 |
| * | 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 |
| * | Significantly simplify and improve handling of FP function results on x86-32. | Chris Lattner | 2008-01-24 | 3 | -127/+128 |
| * | Let each target decide byval alignment. For X86, it's 4-byte unless the aggre... | Evan Cheng | 2008-01-23 | 2 | -0/+46 |
| * | The last pieces needed for loading arbitrary | Duncan Sands | 2008-01-23 | 7 | -14/+14 |
| * | Honor explicit section information on Darwin. | Dale Johannesen | 2008-01-23 | 3 | -3/+13 |
| * | SSE varargs arguments are passed in memory. | Evan Cheng | 2008-01-22 | 1 | -2/+2 |
| * | Trivial patch to fix two warnings, please pull into llvm 2.2 | Chris Lattner | 2008-01-22 | 1 | -0/+3 |
| * | Honour ByVal parameter attribute for name decoration | Anton Korobeynikov | 2008-01-20 | 1 | -3/+12 |
| * | Remove Darwin'ism | Anton Korobeynikov | 2008-01-20 | 1 | -4/+1 |
| * | Enable PIC codegen on x86-64/linux | Anton Korobeynikov | 2008-01-20 | 1 | -1/+1 |
| * | Need to handle any 'nest' parameter before integer | Duncan Sands | 2008-01-19 | 1 | -8/+8 |
| * | Implement flt_rounds for PowerPC. | Dale Johannesen | 2008-01-18 | 1 | -0/+64 |
| * | get symbolic information for ppc ldbl nodes. | Chris Lattner | 2008-01-18 | 1 | -0/+5 |
| * | Fix a latent bug exposed by my truncstore patch. We compiled stfiwx-2.ll to: | Chris Lattner | 2008-01-18 | 1 | -0/+1 |
| * | make a method public | Chris Lattner | 2008-01-18 | 1 | -7/+7 |
| * | Revert the part of 45849 that treated weak globals | Dale Johannesen | 2008-01-17 | 1 | -3/+2 |
| * | Revert the part of 45848 that treated weak globals | Dale Johannesen | 2008-01-17 | 2 | -4/+4 |
| * | Forward progress: crtbegin.c now compiles successfully! | Scott Michel | 2008-01-17 | 4 | -149/+248 |
| * | This commit changes: | Chris Lattner | 2008-01-17 | 12 | -44/+26 |
| * | * Introduce a new SelectionDAG::getIntPtrConstant method | Chris Lattner | 2008-01-17 | 3 | -38/+35 |
| * | Trampoline support for x86-64. This looks like | Duncan Sands | 2008-01-16 | 1 | -7/+56 |
| * | make it more clear that this predicate only applies to scalar FP types. | Chris Lattner | 2008-01-16 | 2 | -10/+10 |
| * | introduce a isTypeInSSEReg predicate, which allows us to simplify | Chris Lattner | 2008-01-16 | 2 | -21/+18 |
| * | My previous commit had an incomplete message, it should have been: | Chris Lattner | 2008-01-16 | 1 | -1/+1 |
| * | make the 'fp return in ST(0)' optimization smart enough to | Chris Lattner | 2008-01-16 | 1 | -1/+1 |
| * | various whitespace cleanups, no functionality change. | Chris Lattner | 2008-01-16 | 1 | -7/+7 |
| * | Missed file from previous checkin. | Dale Johannesen | 2008-01-15 | 1 | -0/+1 |
| * | Fix and enable EH for x86-64 Darwin. Adds | Dale Johannesen | 2008-01-15 | 3 | -5/+14 |
| * | If someone wants to implement ppc TRAP, they can go for it :) | Chris Lattner | 2008-01-15 | 1 | -0/+1 |
| * | rename SDTRet -> SDTNone. | Chris Lattner | 2008-01-15 | 7 | -13/+11 |
| * | Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg... | Owen Anderson | 2008-01-15 | 1 | -3/+0 |
| * | no need to expand ISD::TRAP to X86ISD::TRAP, just match ISD::TRAP. | Chris Lattner | 2008-01-15 | 3 | -17/+6 |
| * | Fix JIT encoding of trap/ud2 instruction | Anton Korobeynikov | 2008-01-15 | 1 | -2/+1 |
| * | For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed | Anton Korobeynikov | 2008-01-15 | 3 | -1/+23 |
| * | Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus... | Evan Cheng | 2008-01-15 | 2 | -10/+11 |
| * | Both x86-32 and x86-64 handle byval parameter attributes. | Evan Cheng | 2008-01-15 | 1 | -4/+9 |
| * | Improve the FP stackifier to decide all on its own whether | Chris Lattner | 2008-01-14 | 1 | -23/+30 |
| * | Whitespace tweak. | Duncan Sands | 2008-01-13 | 1 | -1/+1 |
| * | improve cygwin compatibility, patch by Sam Bishop | Chris Lattner | 2008-01-12 | 1 | -1/+1 |
| * | clarify a note | Chris Lattner | 2008-01-12 | 1 | -1/+9 |