| Commit message (Expand) | Author | Age | Files | Lines |
| * | update a bunch of code to use the MachinePointerInfo version of getStore. | Chris Lattner | 2010-09-21 | 1 | -7/+7 |
| * | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner | 2010-09-21 | 1 | -3/+6 |
| * | propagate MachinePointerInfo through various uses of the old | Chris Lattner | 2010-09-21 | 1 | -3/+4 |
| * | convert the targets off the non-MachinePointerInfo of getLoad. | Chris Lattner | 2010-09-21 | 1 | -5/+9 |
| * | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng | 2010-07-07 | 1 | -3/+3 |
| * | Split the SDValue out of OutputArg so that SelectionDAG-independent | Dan Gohman | 2010-07-07 | 1 | -6/+8 |
| * | Propagate debug loc. | Devang Patel | 2010-07-06 | 1 | -2/+4 |
| * | Reapply r107655 with fixes; insert the pseudo instruction into | Dan Gohman | 2010-07-06 | 1 | -2/+5 |
| * | Revert r107655. | Dan Gohman | 2010-07-06 | 1 | -5/+2 |
| * | Fix a bunch of custom-inserter functions to handle the case where | Dan Gohman | 2010-07-06 | 1 | -2/+5 |
| * | Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl... | Evan Cheng | 2010-07-03 | 1 | -3/+3 |
| * | Get rid of the EdgeMapping map. Instead, just check for BasicBlock | Dan Gohman | 2010-05-01 | 1 | -7/+1 |
| * | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -7/+10 |
| * | Move per-function state out of TargetLowering subclasses and into | Dan Gohman | 2010-04-17 | 1 | -4/+11 |
| * | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -2/+2 |
| * | use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() | Chris Lattner | 2010-04-02 | 1 | -4/+2 |
| * | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
| * | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -16/+27 |
| * | Revert 95130. | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
| * | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
| * | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 1 | -1/+3 |
| * | eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is | Chris Lattner | 2010-01-26 | 1 | -2/+0 |
| * | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |
| * | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -3/+0 |
| * | We are not using DBG_STOPPOINT anymore. | Devang Patel | 2009-11-21 | 1 | -1/+0 |
| * | Add a bool flag to StackObjects telling whether they reference spill | David Greene | 2009-11-12 | 1 | -3/+3 |
| * | Add a second ValueType argument to isFPImmLegal. | Evan Cheng | 2009-10-28 | 1 | -1/+3 |
| * | Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return... | Evan Cheng | 2009-10-27 | 1 | -5/+8 |
| * | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar | 2009-09-20 | 1 | -64/+64 |
| * | Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b... | Evan Cheng | 2009-09-19 | 1 | -0/+5 |
| * | Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ... | Evan Cheng | 2009-09-18 | 1 | -1/+2 |
| * | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -4/+4 |
| * | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -161/+161 |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -166/+166 |
| * | Start moving TargetLowering away from using full MVTs and towards SimpleValue... | Owen Anderson | 2009-08-10 | 1 | -1/+1 |
| * | avoid this libcall with long inline expansion | Andrew Lenharth | 2009-08-07 | 1 | -1/+30 |
| * | These should be expanded | Andrew Lenharth | 2009-08-07 | 1 | -0/+3 |
| * | Use elf Object File directly | Andrew Lenharth | 2009-08-05 | 1 | -18/+1 |
| * | Alpha: Get section directives right | Andrew Lenharth | 2009-08-05 | 1 | -3/+3 |
| * | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -82/+68 |
| * | Make SectionKind::get() private. | Chris Lattner | 2009-08-02 | 1 | -3/+3 |
| * | give alpha its readonly section. This optimizes alpha, and prevents a | Chris Lattner | 2009-08-01 | 1 | -0/+2 |
| * | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -2/+4 |
| * | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -2/+4 |
| * | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -1/+14 |
| * | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -2/+2 |
| * | Switch Alpha over to the new call lowering style. New code mostly | Eli Friedman | 2009-07-19 | 1 | -80/+171 |
| * | Set an operation expansion, noticed while running | Eli Friedman | 2009-07-17 | 1 | -0/+2 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -4/+4 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -3/+3 |