aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-3/+3
* Educate GetInstrSizeInBytes implementations thatDale Johannesen2010-04-071-0/+1
* prune some #includes.Chris Lattner2010-04-051-1/+0
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-052-11/+6
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-5/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-4/+3
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-28/+8
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-5/+6
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-043-11/+7
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-043-11/+14
* use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()Chris Lattner2010-04-022-11/+10
* Teach AnalyzeBranch, RemoveBranch and the branchDale Johannesen2010-04-021-0/+5
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-2/+2
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-132-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-122-2/+4
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-2/+2
* Change the Value argument to eliminateFrameIndex to a type-tagged value. ThisJim Grosbach2010-03-092-2/+2
* Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov2010-03-062-19/+27
* remove 300 lines of code that is now dead in the MSP430 backendChris Lattner2010-03-021-293/+1
* Fix some issues in WalkChainUsers dealing with Chris Lattner2010-03-021-0/+5
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-40/+8
* The mayHaveSideEffects flag is no longer used.Dan Gohman2010-02-271-1/+1
* IT turns out that during jumpless setcc lowering eq and ne were swapped.Anton Korobeynikov2010-02-211-8/+5
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-1/+1
* Split SelectionDAGISel::IsLegalAndProfitableToFold toEvan Cheng2010-02-151-7/+6
* Remove an assumption of default arguments. This is in anticipation of aDavid Greene2010-02-151-5/+7
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-2/+2
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-092-6/+6
* emit instructions through the streamer.Chris Lattner2010-02-031-2/+1
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-0/+1
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-032-20/+0
* Revert 95130.Evan Cheng2010-02-022-2/+2
* 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-2/+2
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-82/+11
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* don't emit constant pools twice.Chris Lattner2010-01-281-1/+0
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-271-35/+2
* Eliminate target hook IsEligibleForTailCallOptimization.Evan Cheng2010-01-272-2/+4
* call emitconstantpool and emitjumptable like other targets.Chris Lattner2010-01-261-0/+4
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+0
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-262-2/+2
* 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-84/+0
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-181-5/+3