Move types back to the 2.5 API.
[oota-llvm.git] / lib / Target /
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Chris Lattnerinline the global 'getInstrOperandRegClass' function...
2009-07-29 Evan ChengMake sure Thumb2 uses the right call instructions.
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-29 Evan Cheng- Fix an obvious copy and paste error.
2009-07-29 Eric ChristopherAdd llvm_unreachable for ... unreachable code!
2009-07-29 Bob WilsonChange Neon VLDn intrinsics to return multiple values...
2009-07-29 Chris Lattnermore syntactic cleanups.
2009-07-29 Chris Lattnerminor smallvector cleanups
2009-07-29 Chris Lattnerwhitespace cleanup.
2009-07-29 Chris Lattnermingw uses .data and .text, not _data and _text.
2009-07-29 Chris Lattnerfix PR4584 with a trivial patch now that the pieces...
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Chris Lattnerconstant prop a utostr.
2009-07-29 Chris Lattnerremove some completely wrong code. 1 is never < 16...
2009-07-29 Evan ChengOptimize Thumb2 jumptable to use tbb / tbh when all...
2009-07-29 Eric ChristopherFix comment.
2009-07-29 Bill WendlingChange the "PreferredEHDataFormat" from "absptr" if...
2009-07-29 Eric ChristopherAdd support for gcc __builtin_ia32_ptest{z,c,nzc} intri...
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-28 David GoodwinThumb-2: fix typo that caused incorrect stack eliminati...
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Bill WendlingOutput the correct format for Darwin.
2009-07-28 Bill WendlingDarwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect...
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Evan ChengIn thumb2 mode, add pc is unpredictable. Use add +...
2009-07-28 David GoodwinRemove support for ORN to workaround <rdar://problem...
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-28 Chris Lattnermore simplifications and cleanup. :)
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 David GoodwinAdd workaround for <rdar://problem/7098328>.
2009-07-28 Chris LattnerFix PR4639, a ELF-TLS regression from some of my refact...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 David GoodwinAdd Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
2009-07-28 Chris Lattnerfix unused variable warning
2009-07-28 Evan ChengtADDrSPI doesn't have a predicate operand, but tADDhirr...
2009-07-28 Evan ChengCode clean up. No functionality changes.
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-28 Chris Lattnerfix a casting problem on the llvm-x86_64-linux tester
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-28 Chris Lattnerdon't copy TargetLowering.
2009-07-27 David GoodwinORN does not require (and can not have) the ".w" suffix...
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 David GoodwinRemove TPat. No patterns depend on just isThumb()....
2009-07-27 Chris LattnerSink getSectionPrefixForUniqueGlobal down into the TAI
2009-07-27 Chris Lattnerremove dead code.
2009-07-27 Evan ChengMore DCE.
2009-07-27 Evan ChengconvertToThreeAddress can't handle Thumb2 instructions...
2009-07-27 Evan ChengGet rid of more dead code.
2009-07-27 Evan ChengCosmetic change.
2009-07-27 Evan ChengClean up.
2009-07-27 Evan ChengGet rid of some more getOpcode calls.
2009-07-27 Mike StumpFix build.
2009-07-27 Sanjiv GuptaRemove duplicate entries while printing decls for exter...
2009-07-27 Chris Lattneradd an explanatory comment about why we drop these...
2009-07-27 Chris Lattnermake COFF work like ELF and macho, by splitting out...
2009-07-27 Chris Lattnerdon't create default text/data sections for all targets.
2009-07-27 Chris LattnerApparently alpha doesn't use ElfTargetAsmInfo (?)
2009-07-27 David GoodwinThumb-2 does not have RSC.
2009-07-27 David GoodwinAdd ".w" suffix for wide thumb-2 instructions.
2009-07-27 Chris Lattnerinline a method.
2009-07-27 Chris Lattnerapparently we have "windows" and "coff", which are...
2009-07-27 Chris Lattnersink text/data section creation down into the target...
2009-07-27 Chris Lattner32-bit darwin targets support .literal16 too.
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-27 Evan ChengIf CPSR is modified but the def is dead, then it's...
2009-07-27 Evan ChengUse t2LDRi12 and t2STRi12 to load / store to / from...
2009-07-27 Sanjiv GuptaGenerate a libcall for i8 multiply.
2009-07-27 Sanjiv Guptafixed incorrect lowering of ISD::SUB node. SUB has...
2009-07-27 Evan ChengUse the right instructions to copy between GPR and...
2009-07-27 Evan ChengMerge isLoadFromStackSlot into one since it behaves...
2009-07-27 Evan ChengJust use a single isMoveInstr to catch all the cases.
2009-07-26 Evan ChengRename tMOVhi2lor to tMOVgpr2tgpr. It's not moving...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Evan ChengRefactor. Get rid of a few more getOpcode() calls.
2009-07-26 Chris Lattnerreduce indentation
2009-07-26 Sanjiv GuptaFix the breakage caused by 76950.
2009-07-26 Nick LewyckyMove MSILModule and MSILWriter into the 'llvm' namespac...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnersimplify SectionFlagsForGlobal, even though I want...
2009-07-26 Chris Lattnermake SectionKind keep track of whether a global had...
2009-07-26 Chris Lattnersimplify this code now that SectionKind knows if a...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnerremove a bunch of helper functions, just use SectionKin...
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-26 Chris Lattnerprecreate 4/8/16 byte mergable sections to simplify...
2009-07-26 Chris Lattnerintroduce specialized mergable const sectionkinds for...
2009-07-26 Chris Lattnerimprove the default impl of getSectionForMergableConsta...
2009-07-26 Chris Lattnermake elf targets correctly handle constant pool entries...
2009-07-26 Chris LattnerRearrange all the SectionKinds and structure them into...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Chris Lattnerput normal data into .data instead of .data.rel on...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
next