2010-02-02 |
Chris Lattner | remove dead code.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | add a definition for ID.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | detemplatize ARM code emitter.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | remove dead code.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | detemplatize alpha code emission, it is now JIT specific.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | eliminate all the dead addSimpleCodeEmitter implementations.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | eliminate FileModel::Model, just use CodeGenFileType...
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | this apparently depends on the host somehow.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | disable this test for now.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | remove the remnants of TargetMachOWriterInfo.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | Add a new top-level MachO.h file for manifest constants...
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | remove PPCMachOWriterInfo.
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | eliminate all forms of addPassesToEmitMachineCode except
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | remove dead code, we're requesting TargetMachine::AssemblyFi...
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | Inline addAssemblyEmitter into its one real caller...
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | fix a crash in loop unswitch on a loop invariant vector...
|
commit | commitdiff | tree |
2010-02-02 |
Chris Lattner | remove an unreduced testcase, rename another.
|
commit | commitdiff | tree |
2010-02-01 |
Chris Lattner | eliminate a bunch of pointless LLVMContext arguments.
|
commit | commitdiff | tree |
2010-02-01 |
Chris Lattner | fix PR6195, a bug constant folding scalar -> vector...
|
commit | commitdiff | tree |
2010-02-01 |
Chris Lattner | cleanups.
|
commit | commitdiff | tree |
2010-02-01 |
Chris Lattner | fix PR6197 - infinite recursion in ipsccp due to block...
|
commit | commitdiff | tree |
2010-02-01 |
Chris Lattner | fix rdar://7590304, a miscompilation of objc apps on...
|
commit | commitdiff | tree |
2010-02-01 |
Chris Lattner | fix rdar://7590304, an infinite loop in instcombine...
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | convert the last 3 targets to use EmitFunctionBody...
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | add target hooks for emitting random gunk before and...
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | switch blackfin to the default runOnMachineFunction
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | eliminate a now-useless class.
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBo...
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | Give AsmPrinter the most common expected implementation of
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | switch ARM to EmitFunctionBody().
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | emit a 0 byte instead of a noop if a function is empty...
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | Remove the argument from EmitJumpTableInfo, because...
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | Drop the argument to AsmPrinter::EmitConstantPool and...
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | don't emit constant pools twice.
|
commit | commitdiff | tree |
2010-01-28 |
Chris Lattner | rename printVisibility to EmitVisibility and make it...
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | switch ARM to use EmitFunctionHeader.
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | eliminate the ARMFunctionInfo::Align member, using
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | add a helper function for bumping up the alignment...
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | switch blackfin to use EmitFunctionHeader. BlackfinAsmPrint...
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | switch mips to use the shared EmitFunctionHeader()...
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | add a new AsmPrinter::EmitFunctionEntryLabel virtual...
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | merge two ifs
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | some cleanups.
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | no need to check for null
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | ppc/linux isn't ready for this and it was an accident...
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | use existing basic block numbers instead of recomputing
|
commit | commitdiff | tree |
2010-01-27 |
Chris Lattner | Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | mcize label emission for functions.
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | use EmitLinkage for functions as well as globals. ...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | pull linkage emission code out to a new EmitLinkage...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | rearrange some directives, no functionality change.
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | remove a noop function.
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | now that enough stuff is constified, move function...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | constify a bunch of dwarf stuff now that the registerinfo...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | constify a method argument.
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | call emitconstantpool and emitjumptable like other...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | emit jump table an alias ".set" directives through...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | fix CastInst::castIsValid to reject aggregate types...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | Eliminate SetDirective, and replace it with HasSetDirective.
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | eliminate MCAsmInfo::NeedsSet: we now just use .set...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | don't set to the default value.
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | eliminate the TargetLowering::UsesGlobalOffsetTable...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | Now that printPICJumpTableSetLabel is not overloaded,
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | Move getJTISymbol from MachineJumpTableInfo to MachineFunction,
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | add a new MachineJumpTableInfo::getJTISymbol method,
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | stub out a new target hook, need some refactoring before...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | simplify asmprinter: only emit .set directives when...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | rename printPICJumpTableEntry -> EmitJumpTableEntry,
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | implement X86 @GOTOFF jump table entries with the new...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | add a new MachineBasicBlock::getSymbol method, replacing
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | don't bother setting the AsmPrinter::MF ivar, now that
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | make MachineFunction keep track of its ID and make
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | this hook should be const.
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | Add support for target-specific 32-bit custom-lowered
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | make jit jump table emission be based on the EntryKind...
|
commit | commitdiff | tree |
2010-01-26 |
Chris Lattner | switch jump table entry emission to be based on EntryKind
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | in 32-bit pic mode for targets with a GOT, x86 emits...
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | fix quoting problem jim noticed!
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | Rearrange handling of jump tables. Highlights:
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | prep work to support a future where getJumpTableInfo...
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | add a method to get the alignment of an integer type...
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | eliminate redundant argument to EmitJumpTableInfo
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | mcstreamerize gprel32 emission.
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | mcize the non-gprel cases of AsmPrinter::printPICJumpTableEntry
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | handle the _set_ symbol with an MCSymbol.
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | pull the non-pic jump table case out of printPICJumpTableEntry
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | remove JumpTableDirective, it is always null.
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | no need to implement these.
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | mcize jump table symbol manipulation.
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | sink an arm specific method out of asmprinter into...
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | remove dead code: the x86 target never sets usesGlobalOffset...
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | wirte up .file and .file to the mc asmparser.
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | mcstreamerize .file and .file. This also fixes an...
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | emit ELF .type directives through MCStreamer instead...
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | add symbol attribute support for the ELF .type directive.
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | add a comment
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | emit the .size directive for global variables on ELF...
|
commit | commitdiff | tree |
2010-01-25 |
Chris Lattner | we removed support for darwin8 tools.
|
commit | commitdiff | tree |
next |