Remove initialized but otherwise unused variables.
[oota-llvm.git] / lib / Target / MBlaze /
2010-06-29 Duncan SandsRemove initialized but otherwise unused variables.
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-06-02 Rafael EspindolaRemove the TargetRegisterClass member from CalleeSavedInfo
2010-06-02 Rafael Espindolacleanup
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-26 Jakob Stoklund OlesenRevert "Replace the SubRegSet tablegen class with a...
2010-05-26 Jakob Stoklund OlesenReplace the SubRegSet tablegen class with a less error...
2010-05-14 Bill WendlingRename "HasCalls" in MachineFrameInfo to "AdjustsStack...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-05-05 Dan GohmanNo-ops emitted for scheduling don't correspond with...
2010-05-01 Chris Lattnerfix some inconsistent line endings, patch by Jakub...
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-27 Devang PatelUse MachineOperand::is* predicates.
2010-04-21 Evan ChengImplement -disable-non-leaf-fp-elim which disable frame...
2010-04-18 Anton KorobeynikovAdd missed part of prev. commit
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-07 Chris Lattneradd newlines at end of files.
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2010-04-04 Chris LattnerMomentous day: remove the "O" member from AsmPrinter...
2010-04-04 Chris Lattnermcize a bunch more stuff, using EmitRawText for things we
2010-04-04 Chris Lattnerconvert the non-MCInstPrinter'ized EmitInstruction
2010-04-04 Chris Lattnerfix PrintAsmOperand and PrintAsmMemoryOperand to pass...
2010-04-04 Chris Lattnerchange a ton of code to not implicitly use the "O"...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2010-03-23 Chris Lattner[llvm_void_ty] is no longer needed for result types,
2010-03-18 Bob WilsonCheck if function names start with "llvm." before tryin...
2010-03-13 Chris Lattnereliminate the now-unneeded context argument of MBB...
2010-03-13 Chris Lattnerrearrange MCContext ownership. Before LLVMTargetMachin...
2010-03-12 Jeffrey YasskinFix LLVM build when the user specifies CPPFLAGS on...
2010-03-12 Chris Lattnerinline GetGlobalValueSymbol into the rest its callers and
2010-03-09 Jim GrosbachChange the Value argument to eliminateFrameIndex to...
2010-03-06 Wesley PeckRe-committing the failed r97807 commit with changes...
2010-03-06 Chris Lattnerrevert r97807, it introduced build warnings.
2010-03-05 Wesley PeckReworking the stack layout that the MicroBlaze backend...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-24 Wesley PeckAdding function "lookupGCCName" to MBlazeIntrinsicInfo
2010-02-23 Wesley PeckAdding the MicroBlaze backend.