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