Age | Commit message (Expand) | Author |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-06 | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel |
2010-11-30 | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner |
2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
2010-11-22 | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer |
2010-11-20 | Removing the useless test that I added recently. It was meant as an example, ... | Andrew Trick |
2010-11-17 | Bug 8621 fix - pointer cast stripped from inline asm constraint argument. | John Thompson |
2010-11-12 | typo (4th checkin for one fix) | Andrew Trick |
2010-11-12 | Fixes PR8287: SD scheduling time. The fix is a failsafe that prevents | Andrew Trick |
2010-11-12 | tidy up. | Chris Lattner |
2010-11-11 | Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this. | Dan Gohman |
2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
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 |