Age | Commit message (Expand) | Author |
2010-11-02 | If value map does not have register for an argument then try to find frame in... | Devang Patel |
2010-11-02 | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel |
2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
2010-10-26 | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches | Dale Johannesen |
2010-10-26 | Assign source ordering to nodes created for StoreInst. | Devang Patel |
2010-10-21 | X86: Base _fltused on the FunctionType of the called value instead of the pot... | Michael J. Spencer |
2010-10-21 | CodeGen-Windows: Only emit _fltused if a VarArg function is called with float... | Michael J. Spencer |
2010-10-20 | Make CodeGen TBAA-aware. | Dan Gohman |
2010-10-19 | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach |
2010-10-16 | X86-Windows: Emit an undefined global __fltused symbol when targeting Windows | Michael J. Spencer |
2010-10-16 | Whitespace! | Michael J. Spencer |
2010-10-06 | ComputeLinearIndex doesn't need its TLI argument. | Dan Gohman |
2010-10-01 | Fix code gen crash reported in PR 8235. We still lose debug info for the unus... | Devang Patel |
2010-10-01 | typo | Gabor Greif |
2010-10-01 | fix typo | Chris Lattner |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-30 | When isel is emitting instructions for an x86 target without CMOV, the CFG is | Jakob Stoklund Olesen |
2010-09-24 | Fix for test/CodeGen/PowerPC/2008-10-17-AsmMatchingOperands.ll crash. | John Thompson |
2010-09-24 | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer |
2010-09-23 | Revert 114634 for now since buildbot claim it broke Clang self-hosting. I dou... | Evan Cheng |
2010-09-23 | Follow up to r114630. Do not optimize away unconditional branch following a c... | Evan Cheng |
2010-09-23 | SDISel should not optimize a unconditional branch following a conditional branch | Evan Cheng |
2010-09-21 | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner |
2010-09-21 | Define the TargetLowering::getTgtMemIntrinsic hook for ARM so that NEON load | Bob Wilson |
2010-09-21 | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner |
2010-09-21 | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner |
2010-09-21 | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner |
2010-09-21 | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner |
2010-09-15 | Check bb to ensure that alloca is in separate basic block. | Devang Patel |
2010-09-15 | If dbg.declare from non-entry block is using alloca from entry block then use... | Devang Patel |
2010-09-13 | Added skeleton for inline asm multiple alternative constraint support. | John Thompson |
2010-09-02 | Detect undef value early and save unnecessary NodeMap query. | Devang Patel |
2010-09-02 | Tidy up. | Devang Patel |
2010-08-31 | Reapply r112623. Included additional check for unused byval argument. | Devang Patel |
2010-08-31 | Revert r112623. It is causing self host build failures. | Devang Patel |
2010-08-31 | Remember byval argument's frame index during argument lowering and use this i... | Devang Patel |
2010-08-31 | Offset is not always unsigned number. | Devang Patel |
2010-08-28 | remove unions from LLVM IR. They are severely buggy and not | Chris Lattner |
2010-08-28 | Completely disable tail calls when fast-isel is enabled, as fast-isel | Dan Gohman |
2010-08-27 | Simplify. | Devang Patel |
2010-08-26 | Revert r112213. It is not needed. | Devang Patel |
2010-08-26 | If node is not available then use FuncInfo.ValueMap to emit debug info for by... | Devang Patel |
2010-08-26 | Speculatively revert r112207. | Devang Patel |
2010-08-26 | 80 col. | Devang Patel |
2010-08-26 | Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also. | Devang Patel |
2010-08-26 | Donot forget to resolve dangling debug info in a case where virtual register,... | Devang Patel |
2010-08-26 | zap dead code. | Chris Lattner |
2010-08-25 | Change handling of illegal vector types to widen when possible instead of | Chris Lattner |
2010-08-25 | Remove dead argument. | Devang Patel |
2010-08-24 | split the vector case of getCopyFromParts out to its own function, | Chris Lattner |