aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha/AlphaISelLowering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.Wesley Peck2010-11-231-7/+7
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-291-0/+25
* update a bunch of code to use the MachinePointerInfo version of getStore.Chris Lattner2010-09-211-7/+7
* eliminate an old SelectionDAG::getTruncStore method, propagatingChris Lattner2010-09-211-3/+6
* propagate MachinePointerInfo through various uses of the oldChris Lattner2010-09-211-3/+4
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-211-5/+9
* Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...Evan Cheng2010-07-071-3/+3
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-071-6/+8
* Propagate debug loc.Devang Patel2010-07-061-2/+4
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-2/+5
* Revert r107655.Dan Gohman2010-07-061-5/+2
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-2/+5
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-3/+3
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-011-7/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-7/+10
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-4/+11
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-2/+2
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-021-4/+2
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-16/+27
* Revert 95130.Evan Cheng2010-02-021-1/+1
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-021-1/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-271-1/+3
* eliminate the TargetLowering::UsesGlobalOffsetTable bool, which isChris Lattner2010-01-261-2/+0
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-3/+0
* We are not using DBG_STOPPOINT anymore.Devang Patel2009-11-211-1/+0
* Add a bool flag to StackObjects telling whether they reference spillDavid Greene2009-11-121-3/+3
* Add a second ValueType argument to isFPImmLegal.Evan Cheng2009-10-281-1/+3
* Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...Evan Cheng2009-10-271-5/+8
* Tabs -> spaces, and remove trailing whitespace.Daniel Dunbar2009-09-201-64/+64
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-191-0/+5
* Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...Evan Cheng2009-09-181-1/+2
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-4/+4
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-161/+161
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-166/+166
* Start moving TargetLowering away from using full MVTs and towards SimpleValue...Owen Anderson2009-08-101-1/+1
* avoid this libcall with long inline expansionAndrew Lenharth2009-08-071-1/+30
* These should be expandedAndrew Lenharth2009-08-071-0/+3
* Use elf Object File directlyAndrew Lenharth2009-08-051-18/+1
* Alpha: Get section directives rightAndrew Lenharth2009-08-051-3/+3
* Major calling convention code refactoring.Dan Gohman2009-08-051-82/+68
* Make SectionKind::get() private.Chris Lattner2009-08-021-3/+3
* give alpha its readonly section. This optimizes alpha, and prevents aChris Lattner2009-08-011-0/+2
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-2/+4
* switch off of 'Section' onto MCSection. We're not properly usingChris Lattner2009-07-311-2/+4
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-1/+14
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+2
* Switch Alpha over to the new call lowering style. New code mostly Eli Friedman2009-07-191-80/+171
* Set an operation expansion, noticed while running Eli Friedman2009-07-171-0/+2