aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2010-01-26eliminate the TargetLowering::UsesGlobalOffsetTable bool, which isChris Lattner
2010-01-26Move getJTISymbol from MachineJumpTableInfo to MachineFunction,Chris Lattner
2010-01-26simplify asmprinter: only emit .set directives when entries haveChris Lattner
2010-01-26implement X86 @GOTOFF jump table entries with the new EK_Custom32Chris Lattner
2010-01-26add a new MachineBasicBlock::getSymbol method, replacingChris Lattner
2010-01-26don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner
2010-01-26make MachineFunction keep track of its ID and make Chris Lattner
2010-01-26Unbreak MSVC/CMake build.Daniel Dunbar
2010-01-26Implement cond ? -1 : 0 with sbb.Evan Cheng
2010-01-26Accept immediate as value of a dbg_value.Dale Johannesen
2010-01-26Added the implementation of the Intel-specificSean Callanan
2010-01-26Generate DEBUG_VALUE comments on x86. The (limited)Dale Johannesen
2010-01-26Added the TargetAsmLexer implementation for AT&T syntax.Sean Callanan
2010-01-26use findDebugLoc in more places.Dale Johannesen
2010-01-25Minor jump table cleanup.Jim Grosbach
2010-01-25in 32-bit pic mode for targets with a GOT, x86 emits jump tableChris Lattner
2010-01-25fix quoting problem jim noticed!Chris Lattner
2010-01-25Rearrange handling of jump tables. Highlights:Chris Lattner
2010-01-25prep work to support a future where getJumpTableInfo will returnChris Lattner
2010-01-25add a method to get the alignment of an integer type even Chris Lattner
2010-01-25Make it SP, LR, PC for GPR Register Class instead of LR, SP, PC.Johnny Chen
2010-01-25eliminate redundant argument to EmitJumpTableInfoChris Lattner
2010-01-25Implemented ARMInstPrinter::printThumbS4ImmOperand().Johnny Chen
2010-01-25Implemented the dialect decision logic for the X86Sean Callanan
2010-01-25Fixed the order of GPR RegisterClass regs to be: ..., R10, R11, R12, ...Johnny Chen
2010-01-25handle the _set_ symbol with an MCSymbol.Chris Lattner
2010-01-25rename MAI::PICJumpTableDirective to MAI::GPRel32Directive toChris Lattner
2010-01-25pull the non-pic jump table case out of printPICJumpTableEntryChris Lattner
2010-01-25remove JumpTableDirective, it is always null.Chris Lattner
2010-01-25mcize jump table symbol manipulation.Chris Lattner
2010-01-25sink an arm specific method out of asmprinter into the ARMAsmPrinter andChris Lattner
2010-01-25remove dead code: the x86 target never sets usesGlobalOffsetTable, Chris Lattner
2010-01-25mcstreamerize .file and .file. This also fixes an issue where theChris Lattner
2010-01-25emit ELF .type directives through MCStreamer instead of doing it textually.Chris Lattner
2010-01-25Remove support for i386 tiger tools for aligned common symbols.Chris Lattner
2010-01-25don't set value to its default.Chris Lattner
2010-01-25ARM does accept the .comm directive alignment.Jim Grosbach
2010-01-25Fix PR6134.Rafael Espindola
2010-01-24linux/ppc does use alignment in bytes, not pow-2. This fixes PR6129.Chris Lattner
2010-01-24don't reset the default.Chris Lattner
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-24reassociate should do this.Chris Lattner
2010-01-24add a note.Chris Lattner
2010-01-24move PR5945 here.Chris Lattner
2010-01-24fix a parsing problem on instructions like:Chris Lattner
2010-01-24change the canonical form of "cond ? -1 : 0" to be Chris Lattner
2010-01-24Improved widening loads by adding support for wider loads ifMon P Wang
2010-01-23implement a simple instcombine xform that has been in theChris Lattner
2010-01-23add a noteChris Lattner
2010-01-23add some notes, making posix-memalign be nocapture would be an easy improvement.Chris Lattner