aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Blackfin
Commit message (Expand)AuthorAgeFilesLines
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-174-19/+21
* Move per-function state out of TargetLowering subclasses and intoDan Gohman2010-04-171-3/+0
* 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-1/+1
* prune some #includes.Chris Lattner2010-04-051-1/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-4/+3
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-2/+4
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-6/+9
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-11/+13
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-1/+1
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-022-19/+15
* Make isInt?? and isUint?? template specializations of the generic versions. ThisBenjamin Kramer2010-03-292-9/+9
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-231-3/+3
* Completely remove Blackfin patterns that thought JustCC was i1.Jakob Stoklund Olesen2010-03-221-14/+1
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-191-1/+2
* disable some illegal blackfin patterns. sext from i32 to i32 can neverChris Lattner2010-03-191-5/+5
* 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
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-8/+2
* 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-2/+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-1/+1
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-1/+4
* 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 blackfin to the default runOnMachineFunctionChris Lattner2010-01-281-43/+1
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* switch blackfin to use EmitFunctionHeader. BlackfinAsmPrinter.cppChris Lattner2010-01-271-37/+5
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-272-2/+4
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-0/+1
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-1/+1
* eliminate redundant argument to EmitJumpTableInfoChris Lattner2010-01-251-1/+1
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-243-3/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-223-0/+4
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-201-2/+1
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-191-1/+2
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-23/+0
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-30/+12
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-151-21/+39
* add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner2010-01-151-5/+2
* MC'ize this a bit and upgrade APIsChris Lattner2010-01-131-2/+3
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-2/+6
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-6/+5
* Remove dead variable.Bill Wendling2009-12-281-1/+0