| Commit message (Expand) | Author | Age | Files | Lines |
* | ComputeLinearIndex doesn't need its TLI argument. | Dan Gohman | 2010-10-06 | 1 | -4/+2 |
* | Fix code gen crash reported in PR 8235. We still lose debug info for the unus... | Devang Patel | 2010-10-01 | 1 | -0/+3 |
* | typo | Gabor Greif | 2010-10-01 | 1 | -1/+1 |
* | fix typo | Chris Lattner | 2010-10-01 | 1 | -1/+1 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -0/+60 |
* | When isel is emitting instructions for an x86 target without CMOV, the CFG is | Jakob Stoklund Olesen | 2010-09-30 | 1 | -0/+13 |
* | Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash. | John Thompson | 2010-09-24 | 1 | -0/+20 |
* | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer | 2010-09-24 | 1 | -3/+5 |
* | Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou... | Evan Cheng | 2010-09-23 | 1 | -4/+6 |
* | Follow up to r114630. Do not optimize away unconditional branch following a c... | Evan Cheng | 2010-09-23 | 1 | -6/+4 |
* | SDISel should not optimize a unconditional branch following a conditional branch | Evan Cheng | 2010-09-23 | 1 | -4/+5 |
* | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner | 2010-09-21 | 1 | -6/+7 |
* | Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON load | Bob Wilson | 2010-09-21 | 1 | -1/+2 |
* | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner | 2010-09-21 | 1 | -6/+10 |
* | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner | 2010-09-21 | 1 | -5/+7 |
* | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner | 2010-09-21 | 1 | -1/+2 |
* | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner | 2010-09-21 | 1 | -1/+1 |
* | Check bb to ensure that alloca is in separate basic block. | Devang Patel | 2010-09-15 | 1 | -7/+9 |
* | If dbg.declare from non-entry block is using alloca from entry block then use... | Devang Patel | 2010-09-15 | 1 | -2/+14 |
* | Added skeleton for inline asm multiple alternative constraint support. | John Thompson | 2010-09-13 | 1 | -45/+32 |
* | Detect undef value early and save unnecessary NodeMap query. | Devang Patel | 2010-09-02 | 1 | -0/+11 |
* | Tidy up. | Devang Patel | 2010-09-02 | 1 | -11/+9 |
* | Reapply r112623. Included additional check for unused byval argument. | Devang Patel | 2010-08-31 | 1 | -1/+19 |
* | Revert r112623. It is causing self host build failures. | Devang Patel | 2010-08-31 | 1 | -16/+1 |
* | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel | 2010-08-31 | 1 | -1/+16 |
* | Offset is not always unsigned number. | Devang Patel | 2010-08-31 | 1 | -1/+1 |
* | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner | 2010-08-28 | 1 | -5/+0 |
* | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman | 2010-08-28 | 1 | -0/+5 |
* | Simplify. | Devang Patel | 2010-08-27 | 1 | -4/+1 |
* | Revert r112213. It is not needed. | Devang Patel | 2010-08-26 | 1 | -15/+4 |
* | If node is not available then use FuncInfo.ValueMap to emit debug info for by... | Devang Patel | 2010-08-26 | 1 | -5/+9 |
* | Speculatively revert r112207. | Devang Patel | 2010-08-26 | 1 | -3/+1 |
* | 80 col. | Devang Patel | 2010-08-26 | 1 | -1/+2 |
* | Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also. | Devang Patel | 2010-08-26 | 1 | -4/+15 |
* | Donot forget to resolve dangling debug info in a case where virtual register,... | Devang Patel | 2010-08-26 | 1 | -1/+3 |
* | zap dead code. | Chris Lattner | 2010-08-26 | 1 | -5/+0 |
* | Change handling of illegal vector types to widen when possible instead of | Chris Lattner | 2010-08-25 | 1 | -13/+48 |
* | Remove dead argument. | Devang Patel | 2010-08-25 | 1 | -4/+3 |
* | split the vector case of getCopyFromParts out to its own function, | Chris Lattner | 2010-08-24 | 1 | -81/+102 |
* | split the vector case out of getCopyToParts into its own function. No | Chris Lattner | 2010-08-24 | 1 | -117/+126 |
* | Handle Values with no value in getCopyFromRegs. | Dan Gohman | 2010-07-26 | 1 | -0/+4 |
* | Propagate alloca alignment information via variable size object frame | Eric Christopher | 2010-07-17 | 1 | -1/+1 |
* | Revert r108369, sorting llvm.dbg.declare information by source position, | Dan Gohman | 2010-07-16 | 1 | -14/+0 |
* | The SelectionDAGBuilder's handling of debug info, on rare | Dale Johannesen | 2010-07-16 | 1 | -12/+38 |
* | Revert. This isn't the correct way to go. | Bill Wendling | 2010-07-15 | 1 | -14/+0 |
* | Handle code gen for the unreachable instruction if it's the only instruction in | Bill Wendling | 2010-07-15 | 1 | -0/+14 |
* | 80-col. | Eric Christopher | 2010-07-14 | 1 | -2/+3 |
* | In inline asm treat indirect 'X' constraint as 'm'. | Dale Johannesen | 2010-07-13 | 1 | -3/+5 |
* | Fix a typo and fit in 80 columns. Found by Bob Wilson. | Rafael Espindola | 2010-07-12 | 1 | -1/+2 |
* | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola | 2010-07-11 | 1 | -1/+2 |