aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-055-47/+243
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-32/+3
* Adding function "lookupGCCName" to MBlazeIntrinsicInfoWesley Peck2010-02-245-13/+17
* Adding the MicroBlaze backend.Wesley Peck2010-02-2337-0/+5371