| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -1/+1 |
* | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng | 2010-02-15 | 1 | -7/+6 |
* | Remove an assumption of default arguments. This is in anticipation of a | David Greene | 2010-02-15 | 1 | -5/+7 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -2/+2 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 2 | -6/+6 |
* | emit instructions through the streamer. | Chris Lattner | 2010-02-03 | 1 | -2/+1 |
* | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 1 | -0/+1 |
* | sink handling of target-independent machine instrs (other | Chris Lattner | 2010-02-03 | 2 | -20/+0 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 1 | -2/+3 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 2 | -2/+2 |
* | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody(). | Chris Lattner | 2010-01-28 | 1 | -82/+11 |
* | Remove the argument from EmitJumpTableInfo, because it doesn't need it. | Chris Lattner | 2010-01-28 | 1 | -1/+1 |
* | don't emit constant pools twice. | Chris Lattner | 2010-01-28 | 1 | -1/+0 |
* | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to | Chris Lattner | 2010-01-27 | 1 | -35/+2 |
* | Eliminate target hook IsEligibleForTailCallOptimization. | Evan Cheng | 2010-01-27 | 2 | -2/+4 |
* | call emitconstantpool and emitjumptable like other targets. | Chris Lattner | 2010-01-26 | 1 | -0/+4 |
* | Eliminate SetDirective, and replace it with HasSetDirective. | Chris Lattner | 2010-01-26 | 1 | -1/+0 |
* | add a new MachineBasicBlock::getSymbol method, replacing | Chris Lattner | 2010-01-26 | 2 | -2/+2 |
* | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner | 2010-01-24 | 3 | -3/+0 |
* | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner | 2010-01-22 | 3 | -0/+4 |
* | revert 93934, removing the MCAsmInfo endianness bit. I can't | Chris Lattner | 2010-01-20 | 1 | -2/+1 |
* | give MCAsmInfo a 'has little endian' bit. This is unfortunate, but | Chris Lattner | 2010-01-19 | 1 | -1/+2 |
* | Now that we have everything nicely factored (e.g. asmprinter is not | Chris Lattner | 2010-01-19 | 1 | -84/+0 |
* | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner | 2010-01-18 | 1 | -5/+3 |
* | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner | 2010-01-17 | 1 | -44/+17 |
* | eliminate uses of mangler and simplify code. | Chris Lattner | 2010-01-16 | 1 | -12/+2 |
* | MCize a bunch more stuff, eliminating a lot of uses of the mangler | Chris Lattner | 2010-01-16 | 1 | -27/+49 |
* | Update CMake build. | Ted Kremenek | 2010-01-15 | 1 | -1/+2 |
* | zext / truncate is free on msp430. Inform codegen about this. | Anton Korobeynikov | 2010-01-15 | 2 | -0/+42 |
* | Add branch relaxation pass (shamelessly stolen from PPC). | Anton Korobeynikov | 2010-01-15 | 7 | -1/+256 |
* | Provide instruction sizes & encoding. No opcodes yet (but not needed so far). | Anton Korobeynikov | 2010-01-15 | 3 | -612/+839 |
* | Enable bit tests and setcc stuff. | Anton Korobeynikov | 2010-01-15 | 2 | -20/+25 |
* | Add micro-optimization which allows us to fold imm into cmp. This allows us t... | Anton Korobeynikov | 2010-01-15 | 1 | -0/+32 |
* | Add instruction formats & support stuff | Anton Korobeynikov | 2010-01-15 | 1 | -10/+115 |
* | Fix cmp emission on msp430: we definitely should turn stuff like | Anton Korobeynikov | 2010-01-15 | 2 | -25/+27 |
* | Remove pseudo-MI in custom inserter. | Anton Korobeynikov | 2010-01-14 | 1 | -0/+1 |
* | Change SelectCode's argument from SDValue to SDNode *, to make it more | Dan Gohman | 2010-01-05 | 1 | -34/+33 |
* | Mark variable used by 'assert' as 'unused'. | Bill Wendling | 2009-12-28 | 1 | -2/+2 |
* | Remove dead variable. | Bill Wendling | 2009-12-28 | 1 | -1/+0 |
* | Mark FPW as allocable when frame address is taken. | Anton Korobeynikov | 2009-12-21 | 1 | -5/+43 |
* | Pass the error string directly to llvm_unreachable instead of the residual | John McCall | 2009-12-18 | 1 | -1/+1 |
* | Do not allow uninitialize access during debug printing | Anton Korobeynikov | 2009-12-13 | 1 | -2/+2 |
* | Implement variable-width shifts. | Anton Korobeynikov | 2009-12-12 | 3 | -7/+170 |
* | Lower setcc branchless, if this is profitable. | Anton Korobeynikov | 2009-12-11 | 2 | -2/+86 |
* | Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr... | Anton Korobeynikov | 2009-12-08 | 1 | -1/+65 |
* | Some pretty-printing | Anton Korobeynikov | 2009-12-07 | 1 | -0/+1 |
* | Add lowering of returnaddr and frameaddr intrinsics. Shamelessly stolen from ... | Anton Korobeynikov | 2009-12-07 | 3 | -1/+65 |
* | Initial codegen support for MSP430 ISRs | Anton Korobeynikov | 2009-12-07 | 4 | -8/+54 |
* | Add ability to select hw multiplier mode and select appropriate libcalls. | Anton Korobeynikov | 2009-12-07 | 1 | -0/+29 |