Age | Commit message (Expand) | Author |
2010-05-01 | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman |
2010-04-30 | Make this code less confusing. Instead of reassigning BB, just operate | Dan Gohman |
2010-04-30 | Remove the -disable-16bit command-line option, which is now obsolete. | Dan Gohman |
2010-04-30 | Another sibcall bug. If caller and callee calling conventions differ, then it... | Evan Cheng |
2010-04-29 | Don't leave Base.FrameIndex uninitialized, so that it doesn't | Dan Gohman |
2010-04-29 | Print variable scope name in DEBUG_VALUE comment. Useful in some cases. e.g. | Devang Patel |
2010-04-29 | Load folding tail call should not use ebp / rbp after it's popped. PEI | Evan Cheng |
2010-04-29 | Frame index can be negative. | Evan Cheng |
2010-04-28 | Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the | Kevin Enderby |
2010-04-28 | Teach X86FloatingPoint that a register can be killed multiple times by the same | Jakob Stoklund Olesen |
2010-04-28 | Enable i16 to i32 promotion by default. | Evan Cheng |
2010-04-28 | Unbreak the build. Only form shld / shrd after legalization. | Evan Cheng |
2010-04-28 | Emit debug info for byval parameters. | Devang Patel |
2010-04-28 | Rather than having a ton of patterns for double shift instructions, e.g. SHLD... | Evan Cheng |
2010-04-28 | Tweak x86 INC/DEC generation to look for CopyToReg or SETCC. Radar 7866163. | Stuart Hastings |
2010-04-27 | Fix obvious typos. | Evan Cheng |
2010-04-27 | SRA promotion is also not free. | Evan Cheng |
2010-04-26 | on darwin empty functions need to codegen into something of non-zero length, | Chris Lattner |
2010-04-26 | Promoting 16-bit cmp / test aren't free. Don't do it. | Evan Cheng |
2010-04-26 | Remove a redundant comment. | Evan Cheng |
2010-04-26 | - Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an... | Evan Cheng |
2010-04-25 | Stop abusing EmitInstrWithCustomInserter for target-dependent | Dale Johannesen |
2010-04-24 | Avoid promoting a i16 node if it would eliminate a (store (op (load))) opport... | Evan Cheng |
2010-04-23 | Add some missing x86 patterns for movdq2q. Fixes two (LLVM-)GCC DejaGNU test... | Stuart Hastings |
2010-04-23 | Fix X86ISD::CMP i16 to i32 promotion. | Evan Cheng |
2010-04-22 | Move HandlePHINodesInSuccessorBlocks functions out of SelectionDAGISel | Dan Gohman |
2010-04-22 | - It's not safe to promote rotates (at least not trivially). | Evan Cheng |
2010-04-21 | Implement -disable-non-leaf-fp-elim which disable frame pointer elimination | Evan Cheng |
2010-04-21 | isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted. | Evan Cheng |
2010-04-21 | Trim include. | Evan Cheng |
2010-04-21 | Handle a displacement location in 64-bit as an RIP-relative displacement. It | Bill Wendling |
2010-04-20 | teach the x86 address matching stuff to handle | Chris Lattner |
2010-04-20 | Because of the EMMS problem, right now we have to support | Dale Johannesen |
2010-04-20 | disable optimizations in this directory for MSVC9. This avoids | Chris Lattner |
2010-04-20 | Remove the palignr intrinsics now that we lower them to vector shuffles, | Eric Christopher |
2010-04-19 | More progress on promoting i16 operations to i32 for x86. Work in progress. | Evan Cheng |
2010-04-17 | teach the x86 asm parser how to handle segment prefixes | Chris Lattner |
2010-04-17 | remove a dead variable, PR6856 | Chris Lattner |
2010-04-17 | Add const qualifiers to TargetLoweringObjectFile usage. | Dan Gohman |
2010-04-17 | Use const_cast instead of a C-style cast to cast away const. | Dan Gohman |
2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
2010-04-17 | Move per-function state out of TargetLowering subclasses and into | Dan Gohman |
2010-04-17 | a bunch of ssse3 instructions are misencoded to think they have an | Chris Lattner |
2010-04-17 | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | Add skeleton target-specific SelectionDAGInfo files. | Dan Gohman |
2010-04-16 | add a missing break back, patch by Nico Schmidt! | Chris Lattner |
2010-04-16 | Eliminate an unnecessary SelectionDAG dependency in getOptimalMemOpType. | Dan Gohman |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | Adding support for dag combiner to promote operations for profit. This requir... | Evan Cheng |