aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ
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-4/+4
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-062-6/+11
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-012-8/+2
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-31/+34
* 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-2/+2
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-082-4/+6
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* Fix a number of clang -Wsign-compare warnings that didn't have an obviousJohn McCall2010-04-061-1/+1
* prune some #includes.Chris Lattner2010-04-051-1/+0
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-5/+0
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-041-2/+2
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-8/+4
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-3/+5
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-17/+20
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-3/+3
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-022-13/+11
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-021-0/+4
* Improve systemz to model cmp and ucmp nodes as returningChris Lattner2010-03-282-43/+33
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-191-1/+1
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-2/+2
* 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-2/+3
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-092-2/+2
* fix a type compatibility bug. imm is i32 in the input Chris Lattner2010-03-082-1/+6
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-49/+7
* Add explicit keywords.Dan Gohman2010-03-011-1/+2
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-272-2/+2
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-151-2/+1
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-3/+5
* 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-8/+8
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-0/+1
* Revert 95130.Evan Cheng2010-02-022-2/+1
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-022-1/+2
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-48/+2
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-271-34/+1
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-272-2/+4
* constify a method argument.Chris Lattner2010-01-262-4/+5
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-2/+2
* eliminate redundant argument to EmitJumpTableInfoChris Lattner2010-01-251-1/+1
* don't reset the default.Chris Lattner2010-01-241-2/+0
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-243-3/+0