aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MSP430
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-44/+17
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-161-12/+2
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-161-27/+49
* Update CMake build.Ted Kremenek2010-01-151-1/+2
* zext / truncate is free on msp430. Inform codegen about this.Anton Korobeynikov2010-01-152-0/+42
* Add branch relaxation pass (shamelessly stolen from PPC).Anton Korobeynikov2010-01-157-1/+256
* Provide instruction sizes & encoding. No opcodes yet (but not needed so far).Anton Korobeynikov2010-01-153-612/+839
* Enable bit tests and setcc stuff.Anton Korobeynikov2010-01-152-20/+25
* Add micro-optimization which allows us to fold imm into cmp. This allows us t...Anton Korobeynikov2010-01-151-0/+32
* Add instruction formats & support stuffAnton Korobeynikov2010-01-151-10/+115
* Fix cmp emission on msp430: we definitely should turn stuff likeAnton Korobeynikov2010-01-152-25/+27
* Remove pseudo-MI in custom inserter.Anton Korobeynikov2010-01-141-0/+1
* Change SelectCode's argument from SDValue to SDNode *, to make it moreDan Gohman2010-01-051-34/+33
* Mark variable used by 'assert' as 'unused'.Bill Wendling2009-12-281-2/+2
* Remove dead variable.Bill Wendling2009-12-281-1/+0
* Mark FPW as allocable when frame address is taken.Anton Korobeynikov2009-12-211-5/+43
* Pass the error string directly to llvm_unreachable instead of the residualJohn McCall2009-12-181-1/+1
* Do not allow uninitialize access during debug printingAnton Korobeynikov2009-12-131-2/+2