Add Thumb-2 support for TEQ amd TST.
[oota-llvm.git] / lib / Target /
2009-06-29 David GoodwinAdd Thumb-2 support for TEQ amd TST.
2009-06-29 Rafael EspindolaFIX PR 4459.
2009-06-29 Owen AndersonAdd a target-specific DAG combine on X86 to fold the...
2009-06-29 David GreeneAdd processor descriptions for Istanbul and Shanghai.
2009-06-29 David GreeneFix a subtarget feature bug.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-29 David GoodwinRename ARMcmpNZ to ARMcmpZ and use it to represent...
2009-06-29 Duncan SandsInclude the new file ThumbRegisterInfo.cpp to CMakeList...
2009-06-29 Evan ChengImplement Thumb2 ldr.
2009-06-27 Anton KorobeynikovSimplify a bit
2009-06-27 Anton KorobeynikovARM refactoring. Step 2: split RegisterInfo
2009-06-27 Douglas GregorAdd ThumbInstrInfo.cpp to the CMake makefiles
2009-06-27 Chris Lattnerremove a bunch of fixmes (old checking code) and common...
2009-06-27 Chris Lattnerpull @GOT, @GOTOFF, @GOTPCREL handling into isel from...
2009-06-27 Chris Lattnersimplify some code and eliminate the symbolicAddressesA...
2009-06-27 Chris Lattnerfix clang/test/CodeGenObjC/try.m, a basereg doesn't...
2009-06-27 Chris Lattnerfix a bunch of failures in the X86-64 JIT by tolerating...
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Evan ChengRenaming for consistency.
2009-06-27 Chris LattnerFix PR4466 by making fastisel set operand flags correctly.
2009-06-26 David GoodwinRemove outdated comment.
2009-06-26 David GoodwinWhen possible, use "mvn ra, rb" instead of "eor ra...
2009-06-26 David GreeneAdd feature flags for AVX and FMA and fix some SSE4A...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-26 Chris Lattnersimplify printing of MO_ExternalSymbol in a non-pcrel...
2009-06-26 Owen AndersonPrivatize some data.
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-26 Chris Lattneradd %rip to the GR64 register class. Lets avoid alloca...
2009-06-26 Chris LattnerMove all the TLS processing logic into isel, don't...
2009-06-26 Chris Lattnermake sure to propagate operand flags in SelectTLSADDRAd...
2009-06-26 David GoodwinThumb-2 has CLZ.
2009-06-26 David GoodwinUse "adcs/sbcs" only when the carry-out is live, otherw...
2009-06-26 Chris Lattnerminor cleanup/framework changes.
2009-06-26 Owen AndersonPrivatize some variables.
2009-06-26 Chris Lattnermove magic for PIC constantpool references from asmprin...
2009-06-26 Chris Lattneruse jump table operand flags in asm printer instead...
2009-06-26 David GoodwinADC used to implement adde should use "adcs" opcode...
2009-06-26 David GoodwinCurrently there is a pattern for the thumb-2 MOV 16...
2009-06-26 Evan ChengSimplify predicate CarryDefIsUsed.
2009-06-26 Chris Lattnerfix a pasto.
2009-06-26 Chris Lattnerpropagate target operand flags through addressing mode...
2009-06-26 Nick LewyckyEscape the name of the module since it comes from the...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-26 Daniel DunbarFix may-be-used-uninitialized warning.
2009-06-26 Chris Lattnerstart adding logic in isel to determine asm printer...
2009-06-26 Evan ChengAdd a note about commuting conditional move.
2009-06-26 Evan ChengThese are done / no longer applicable.
2009-06-26 Evan ChengMark a bunch of instructions commutable.
2009-06-26 Evan Chengtst is also commutable.
2009-06-26 Owen AndersonCommitted the wrong version in my last commit.
2009-06-26 Owen AndersonPrivatize a static variable.
2009-06-25 Evan ChengSelect ADC, SBC, and RSC instead of the ADCS, SBCS...
2009-06-25 David GoodwinUse MVN for ~t2_so_imm immediates.
2009-06-25 David GoodwinAdd Def/Use of CPSR for Thumb-1 instructions.
2009-06-25 Evan ChengUnbreak mingw build. Patch by Viktor Kutuzov.
2009-06-25 Evan ChengISD::ADDE / ISD::SUBE updates the carry bit so they...
2009-06-25 Owen AndersonPrivatize this map.
2009-06-25 Sanjiv GuptaAdded floating point conditional operations support...
2009-06-25 Chris Lattnersimplify shouldPrintPLT
2009-06-25 David GoodwinTest commit
2009-06-25 Chris LattnerUse target-specific machine operand flags to eliminate...
2009-06-25 Chris Lattnerjust eliminate the code entirely!
2009-06-25 Bob WilsonRevert 74164. We'll want to use this method later.
2009-06-25 Sanjiv GuptaIdentify unconditional gotos and generate a page sel...
2009-06-25 Bob WilsonRemove unused hasV6T2Ops method. We already have a...
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-25 Evan ChengChange thumb2 instruction definitions so if-converter...
2009-06-25 Evan ChengAdd thumb2 add sp.
2009-06-25 Chris Lattnerfix comments to be correct.
2009-06-25 Evan ChengSome reorg and additional comments.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-24 Evan ChengAdd Thumb2 pc relative add.
2009-06-24 Evan Cheng80 col violation.
2009-06-24 Chris Lattnermove some functions, add a FIXME, use PrintPICBaseSymbo...
2009-06-24 Chris Lattnerreimplement getPICLabelString as PrintPICBaseSymbol...
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-24 Chris Lattneronly emit one .align for all the hidden gv stubs instea...
2009-06-24 Chris Lattnerinline print*Stub and rearrange function stub printing...
2009-06-24 Chris Lattnerremove dead code now that personality functions don...
2009-06-24 Chris Lattnerremove now-dead argument.
2009-06-24 Chris Lattnersimplify personality function stub printing to use...
2009-06-24 Chris Lattnerremove dead argument
2009-06-24 Chris Lattnerfactor some code better.
2009-06-24 Chris Lattnerwire up support for MCContext/MCStreamer in -experiment...
2009-06-24 Nick LewyckyUnbreak build on Linux by removing Darwinism.
2009-06-24 Dan GohmanRevert this accidental commit.
2009-06-24 Dan GohmanMove the special cases for constants out of getUnknown...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Sean CallananTest commit: fixed spacing.
2009-06-23 Evan ChengTest instructions operands were printed in the wrong...
2009-06-23 Bill Wendling"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are...
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-23 Evan ChengCode clean up.
2009-06-23 Evan ChengAdd IsThumb1Only to most 16-bit thumb instructions...
2009-06-23 Evan ChengRename SelectShifterOperand to SelectThumb2ShifterOpera...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-23 Evan ChengObvious typo.
next