| Commit message (Expand) | Author | Age | Files | Lines | 
| ... |  | 
| *  | reduce indentation by using continue, no functionality change. | Chris Lattner | 2010-12-13 | 1 | -38/+41 | 
| *  | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -2/+1 | 
| *  | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel | 2010-12-06 | 1 | -19/+12 | 
| *  | add TLI support indicating that jumps are more expensive than logical operations | Chris Lattner | 2010-11-30 | 1 | -1/+3 | 
| *  | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 1 | -45/+45 | 
| *  | Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. | Benjamin Kramer | 2010-11-22 | 1 | -1/+47 | 
| *  | Removing the useless test that I added recently. It was meant as an example, ... | Andrew Trick | 2010-11-20 | 1 | -3/+6 | 
| *  | Bug 8621 fix - pointer cast stripped from inline asm constraint argument. | John Thompson | 2010-11-17 | 1 | -3/+0 | 
| *  | typo (4th checkin for one fix) | Andrew Trick | 2010-11-12 | 1 | -1/+1 | 
| *  | Fixes PR8287: SD scheduling time. The fix is a failsafe that prevents | Andrew Trick | 2010-11-12 | 1 | -13/+53 | 
| *  | tidy up. | Chris Lattner | 2010-11-12 | 1 | -7/+5 | 
| *  | Remove the memmove->memcpy optimization from CodeGen. MemCpyOpt does this. | Dan Gohman | 2010-11-11 | 1 | -14/+0 | 
| *  | Inside the calling convention logic LocVT is always a simple | Duncan Sands | 2010-11-03 | 1 | -3/+3 | 
| *  | If value map does not have register for an argument then try to find frame in... | Devang Patel | 2010-11-02 | 1 | -5/+8 | 
| *  | Use frameindex, if available, as a last resort to emit debug info for a param... | Devang Patel | 2010-11-02 | 1 | -2/+13 | 
| *  | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 1 | -2/+4 | 
| *  | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches | Dale Johannesen | 2010-10-26 | 1 | -2/+10 | 
| *  | Assign source ordering to nodes created for StoreInst. | Devang Patel | 2010-10-26 | 1 | -2/+5 | 
| *  | X86: Base _fltused on the FunctionType of the called value instead of the pot... | Michael J. Spencer | 2010-10-21 | 1 | -19/+20 | 
| *  | CodeGen-Windows: Only emit _fltused if a VarArg function is called with float... | Michael J. Spencer | 2010-10-21 | 1 | -5/+5 | 
| *  | Make CodeGen TBAA-aware. | Dan Gohman | 2010-10-20 | 1 | -3/+6 | 
| *  | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach | 2010-10-19 | 1 | -2/+6 | 
| *  | X86-Windows: Emit an undefined global __fltused symbol when targeting Windows | Michael J. Spencer | 2010-10-16 | 1 | -0/+20 | 
| *  | Whitespace! | Michael J. Spencer | 2010-10-16 | 1 | -46/+46 | 
| *  | 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 |