aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Alpha
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-5/+1
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-5/+3
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-7/+4
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-2/+5
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-8/+8
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-11/+12
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-024-12/+9
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-021-1/+14
* use ins/outs.Chris Lattner2010-03-182-49/+49
* add some missing typesChris Lattner2010-03-151-2/+2
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-1/+2
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-092-2/+2
* tidy upChris Lattner2010-03-081-1/+1
* Fix PR6444, note still doesn't compile libgcc2 all the way, but fixes that er...Andrew Lenharth2010-03-031-1/+2
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-14/+1
* remove a bunch of dead named arguments in input patterns,Chris Lattner2010-02-231-3/+3
* mark all the generated node predicates 'const'.Chris Lattner2010-02-161-1/+1
* 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
* Fix changes from r75027Andrew Lenharth2010-02-151-4/+3
* print all the newlines at the end of instructions withChris Lattner2010-02-101-1/+1
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-091-2/+2
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-1/+4
* Revert 95130.Evan Cheng2010-02-022-2/+2
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* add a definition for ID.Chris Lattner2010-02-021-0/+3
* detemplatize alpha code emission, it is now JIT specific.Chris Lattner2010-02-021-32/+13
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-024-58/+0
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-022-2/+2
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-281-39/+10
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1