aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-162-41/+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-50/+0
* Replace copyRegToReg with copyPhysReg for MBlaze.Jakob Stoklund Olesen2010-07-112-14/+10
* Use COPY in targetsJakob Stoklund Olesen2010-07-101-6/+2
* Split the SDValue out of OutputArg so that SelectionDAG-independentDan Gohman2010-07-072-2/+6
* Propagate debug loc.Devang Patel2010-07-061-2/+2
* Reapply r107655 with fixes; insert the pseudo instruction intoDan Gohman2010-07-061-37/+33
* Revert r107655.Dan Gohman2010-07-061-33/+37
* Fix a bunch of custom-inserter functions to handle the case whereDan Gohman2010-07-061-37/+33
* Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...Evan Cheng2010-07-031-3/+3
* Remove initialized but otherwise unused variables.Duncan Sands2010-06-291-2/+0
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-172-3/+5
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-2/+3
* cleanupRafael Espindola2010-06-022-19/+0
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-8/+2
* Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism."Jakob Stoklund Olesen2010-05-261-2/+8
* Replace the SubRegSet tablegen class with a less error-prone mechanism.Jakob Stoklund Olesen2010-05-261-8/+2
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-142-7/+7
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-114-4/+12
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-062-4/+6
* 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
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-011-7/+7
* Get rid of the EdgeMapping map. Instead, just check for BasicBlockDan Gohman2010-05-012-15/+8
* Use MachineOperand::is* predicates.Devang Patel2010-04-271-2/+2
* Implement -disable-non-leaf-fp-elim which disable frame pointer eliminationEvan Cheng2010-04-211-1/+1
* Add missed part of prev. commitAnton Korobeynikov2010-04-181-1/+2
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-25/+27
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-173-8/+15
* 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-151-2/+2
* delete a forwarding function.Chris Lattner2010-04-081-6/+7
* add newlines at end of files.Chris Lattner2010-04-071-1/+1
* 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-9/+3
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-23/+26
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-4/+7
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-2/+3
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-63/+64
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-022-16/+13
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-231-2/+2
* Check if function names start with "llvm." before trying to lookup them up asBob Wilson2010-03-181-0/+4
* 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
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-066-62/+193
* revert r97807, it introduced build warnings.Chris Lattner2010-03-065-243/+47