Reenable sqrt IR generation test.
[oota-llvm.git] / lib / Target /
2009-09-24 Chris Lattnerunconditionally request MMI
2009-09-24 David GoodwinMake the end-of-itinerary mark explicit. Some cleanup.
2009-09-23 David GoodwinCheckpoint NEON scheduling itineraries.
2009-09-23 Dan GohmanUse getStoreSize() instead of getStoreSizeInBits()/8.
2009-09-23 Dan GohmanRename several variables from EVT to more descriptive...
2009-09-23 Bob WilsonRemove BlackfinRegisterInfo::getFrameIndexOffset since...
2009-09-23 Anton KorobeynikovARM does not support offset folding (yet). Disable...
2009-09-23 Dan GohmanFix X86's unfoldMemoryOperand to properly handle Machin...
2009-09-21 David GoodwinAdd Cortex-A8 VFP model.
2009-09-21 Dan GohmanAdd support for rematerializing FsFLD0SS and FsFLD0SD...
2009-09-21 Dan GohmanRecognize SSE min and max opportunities in even more...
2009-09-21 Dan GohmanFix the offset values for these memoperands. For frame...
2009-09-21 Chris Lattneradd a note
2009-09-21 Daniel DunbarRegister the MachineModuleInfo for the ARM JIT, and...
2009-09-21 Chris Lattnerone case handled, expanded another testcase inline.
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-09-20 Chris Lattnerupdate an entry, delete an entry which has been fixed.
2009-09-20 Bill Wendling--- Reverse-merging r82282 into '.':
2009-09-20 Chris Lattnerremove a temporary hack.
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewi...
2009-09-20 Chris Lattnermove target registry stuff to X86ATTAsmPrinter.cpp
2009-09-20 Chris Lattnersimplify this now that createX86CodePrinterPass is...
2009-09-20 Chris Lattnerrename X86ATTAsmPrinter class -> X86AsmPrinter
2009-09-20 Chris Lattnerremove the asmstring, it is now dead. Improve comment.
2009-09-20 Nick LewyckyPeer through zext and sext to eliminate them when it...
2009-09-20 Chris Lattnerkill off printPICLabel now, it's specialness is handled by
2009-09-20 Chris Lattnerdelete X86IntelAsmPrinter! Now -x86-asm-syntax just...
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-20 Chris Lattnersplit random COFF asmprinter state out to X86COFFMachin...
2009-09-20 Bill WendlingStill one more thing wrong here...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-20 Bill WendlingHere's fun! It turns out that these filter functions...
2009-09-19 Bill WendlingRevert r82274. It's causing failures in the CINT2006...
2009-09-19 Evan ChengFix funky comments.
2009-09-19 Evan ChengFix PR4926. When target hook EmitInstrWithCustomInserte...
2009-09-18 Bob WilsonFix a typo in an assertion message.
2009-09-18 Bill WendlingIt's inefficient to have place the exception tables...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-18 Shantonu SenFix cmake build, which has a different -I that
2009-09-18 Chris LattnerMake a new X8632_MachoTargetObjectFile TLOF implementat...
2009-09-18 Dale JohannesenModel the carry bit on ppc32. Without this we could
2009-09-18 Dan GohmanAdd support for using the FLAGS result of or, xor,...
2009-09-18 Sean CallananAdded RCL and RCR (rotate left and right with a
2009-09-18 Chris LattnerThis file can need access to the X86 instruction enums...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba...
2009-09-16 Sean CallananAdded the LODS (load byte into register, usually
2009-09-16 Sean CallananAdded the LAR (load segment access rights)
2009-09-16 Sean CallananAdded the LOOP family of instructions to the Intel
2009-09-16 Sean CallananAdded an alternate form of register-register CMP
2009-09-16 Bob WilsonExpand vector floating-point conversions not supported...
2009-09-16 Kevin EnderbyFix incorrect assert that should be a user error for...
2009-09-16 Chris Lattnermove FnStubs/GVSTubs/HiddenGVStub handling out of the...
2009-09-16 Chris Lattnerrevert a hunk of r82018 that wasn't supposed to go...
2009-09-16 Chris Lattneradd a new MachineModuleInfoMachO class, which is the...
2009-09-16 Chris Lattnertidy up
2009-09-16 Chris Lattnerrearrange X86ATTAsmPrinter::doFinalization, making...
2009-09-16 Chris Lattnerremove the AsmPrinter::printMCInst hook hack now that
2009-09-16 Shantonu Senfix cmake build
2009-09-16 Nate BegemanDo not try and sink a load whose chain result has more...
2009-09-16 Sean CallananAdded the ENTER instruction, which sets up a stack
2009-09-16 Sean CallananAdded the definitions for one-bit left shifts to
2009-09-16 Sean CallananRemoved a few instructions that were already
2009-09-16 Chris LattnerBig change #1 for personality function references:
2009-09-16 Sean CallananAdded a variety of floating-point and SSE instructions.
2009-09-16 Bob WilsonExpand some more vector operations not supported by...
2009-09-16 Bob WilsonNeon does not support vector divide or remainder. ...
2009-09-16 Chris Lattnereliminate the PPC backend's implementation of EmitExter...
2009-09-15 Bob WilsonExpand all v2f64 arithmetic operations for Neon.
2009-09-15 Sean CallananAdded far return instructions (that is, returns to
2009-09-15 Sean CallananUpdated comments per Eli's suggestion.
2009-09-15 Sean CallananAdded register-to-register ADD instructions to the
2009-09-15 Sean CallananAdded a new register class for segment registers
2009-09-15 Dale JohannesenChange the marker byte for stubs from 0xcd to 0xce...
2009-09-15 Chris Lattnerfix PR4984 by ensuring that fastisel adds properly...
2009-09-15 Chris Lattneradd missing file
2009-09-15 Bob WilsonHandle AddrMode4 for Thumb2 in rewriteT2FrameIndex...
2009-09-15 Sandeep PatelFix superreg use in ARMAsmPrinter. Approved by Anton...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-09-15 Ted KremenekRemove invalid add_dependencies line to unbreak the...
2009-09-15 Dan GohmanDon't pull a load through a callseq_start if the load...
2009-09-15 Sean CallananModified the Intel instruction tables to include
2009-09-15 Kevin EnderbyAdded the first bits of the ARM target assembler to...
2009-09-15 Dan GohmanOn x86-64, the 32-bit cmov doesn't actually clear the...
2009-09-14 Jim Grosbachtrivial whitespace cleanup
2009-09-14 Chris Lattneradd PR#
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-14 Chris LattnerGive MCInstPrinter a MCAsmInfo member, make X86ATTInstP...
2009-09-14 Chris Lattnertidy up a bit.
2009-09-13 Chris Lattneradd some special case handling for strangely named...
2009-09-13 Daniel DunbarRemove unused variables.
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnerswitch the x86 asmprinters to use getRegisterName instead
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnermake intel asmprinter use TRI::getAsmName instead of...
2009-09-13 Chris Lattnersplit MCInst printing out of the X86ATTInstPrinter
2009-09-13 Chris Lattnerreduce indentation with early exit.
2009-09-13 Chris Lattnerdelete the fixme too! :)
next