aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* fix cmakeChris Lattner2010-11-141-1/+0
* remove JIT support from the Alpha backend. The JIT will be moving to MC, Chris Lattner2010-11-148-604/+2
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-292-0/+30
* Make <target>CodeEmitter::getBinaryCodeForInstr() a const method.Jim Grosbach2010-10-081-3/+3
* Add support to model pipeline bypass / forwarding.Evan Cheng2010-09-281-1/+1
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* 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
* AlphaSchedule.td: 7bit-ize.NAKAMURA Takumi2010-09-171-1/+1
* zap dead code.Chris Lattner2010-09-041-13/+0
* Simplify eliminateFrameIndex() interface back down now that PEI doesn't needJim Grosbach2010-08-262-7/+4
* remove some dead code.Chris Lattner2010-08-181-2/+0
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-063-3/+3
* Revert r110396 to fix buildbots.Owen Anderson2010-08-063-3/+3
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-053-3/+3
* PR7774: Fix undefined shifts in Alpha backend. As a bonus, this actuallyEli Friedman2010-08-011-2/+2
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-32/+0
* Don't pass StringRef by reference.Benjamin Kramer2010-07-142-3/+3
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-112-57/+0
* Replace copyRegToReg with copyPhysReg for Alpha.Jakob Stoklund Olesen2010-07-112-28/+15
* Use COPY in targetsJakob Stoklund Olesen2010-07-101-10/+4
* 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-072-6/+10
* 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
* Remove isTwoAddress from Alpha.Eric Christopher2010-06-212-12/+26
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-11/+11
* cleanupRafael Espindola2010-06-022-17/+0
* BR is a barrier.Dan Gohman2010-05-141-1/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-4/+13
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-062-7/+8
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-062-4/+8
* No-ops emitted for scheduling don't correspond with anything in theDan Gohman2010-05-051-1/+0
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-012-10/+4
* Fix a typo.Dan Gohman2010-04-301-1/+1
* Use MachineOperand::is* predicates.Devang Patel2010-04-271-1/+1
* Make processor FUs unique for given itinerary. This extends the limit of 32Anton Korobeynikov2010-04-181-1/+2
* Delete now-unnecessary const_casts.Dan Gohman2010-04-171-4/+3
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-17/+19
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-173-8/+27
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-163-0/+52
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-152-6/+9
* Use twines to simplify calls to report_fatal_error. For code size and readabi...Benjamin Kramer2010-04-081-8/+2
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-072-3/+3
* prune some #includes.Chris Lattner2010-04-051-1/+0