start bringing targetoperand flags into isel, first up, ExternalSymbol.
[oota-llvm.git] / lib / Target /
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.
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
2009-06-23 Sanjiv GuptaFold the add (ptr, offset) into ptr[offset] only if...
2009-06-23 Evan ChengMinor reorg.
2009-06-23 Evan ChengReplace isTwoAddress with operand constraint.
2009-06-23 Owen AndersonGuard the layout info object.
2009-06-22 Bob WilsonAdd support for ARM's Advanced SIMD (NEON) instruction...
2009-06-22 Bob WilsonAdd explicit types for shift count constants. This...
2009-06-22 Bob WilsonUse thumb2 for ARM architectures V6T2 and later. Fix...
2009-06-22 Bob WilsonFor Darwin on ARMv6 and newer, make register r9 availab...
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-22 Evan ChenghasFP should return true if frame address is taken.
2009-06-22 Bob WilsonFix llvm-gcc build for armv6t2 and later architectures...
2009-06-21 Rafael EspindolaFix PR4185.
2009-06-21 Chris Lattnersimplify closing paren and (rip) printing.
2009-06-21 Chris Lattnerindentation fix
2009-06-21 Chris Lattnerremove #if 0 code
2009-06-21 Chris Lattnercosmetic changes.
2009-06-20 Chris Lattnerchange TLS_ADDR lowering to lower to a real mem operand...
2009-06-20 Chris Lattnerremove dead code, the main codepath never has to deal
2009-06-20 Chris Lattnereliminate the "call" operand modifier from the asm...
2009-06-20 Chris Lattnerfix edit-o
2009-06-20 Chris Lattnersome comments and cleanup
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Devang PatelRemove unused field.
2009-06-20 Devang PatelInitialize MMI
2009-06-20 Chris Lattnerhook up printMemReference.
2009-06-20 Chris LattnerStart implementing translation of MachineInstr to MCIns...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Devang PatelDwarfWriter is used to emit EH info also.
2009-06-19 Evan ChengEnable arm pre-allocation load / store multiple optimiz...
2009-06-19 Devang Patelmv CodeGen/DebugLoc.h Support/DebugLoc.h
2009-06-19 Devang PatelMove up dwarf writer initialization in common AsmPrinte...
2009-06-19 Anton KorobeynikovUnbreak cyclic deps
2009-06-19 Chris Lattnerfix the sparc codegen to not depend on the sparc asmpri...
2009-06-19 Evan ChengAdd comments.
2009-06-19 Eli FriedmanFix for PR2484: add an SSE1 pattern for a shuffle we...
2009-06-19 Evan ChengShould be using Bcc (average) latency to determine...
2009-06-19 Eli FriedmanMisc tweaks to Intel asm printing to make it more compa...
2009-06-19 Evan ChengTransfer dead markers when a ldrd is changed into a...
2009-06-19 Evan ChengLatency information for ARM v6. It's rough and not...
2009-06-19 Eli FriedmanMark a few Thumb instructions commutable; just happened...
2009-06-19 Chris Lattneradd a file I missed, this goes with r73743
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnerminor cleanup
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-06-18 Evan ChengRemove UseThumbBacktraces. Just check if subtarget...
2009-06-18 Evan ChengOn Darwin, ams printer should output a second label...
2009-06-18 Evan Cheng- Update register allocation hint after coalescing...
2009-06-18 Dale JohannesenIt looks like nobody is working on PR 4158, so I'm
2009-06-18 Bob WilsonARM unified syntax is not specific to ELF; use it for...
2009-06-17 Anton KorobeynikovFix asm string from MOVi16
2009-06-17 Anton KorobeynikovThumb2 instructions are enabled only in unified assembl...
2009-06-17 Anton KorobeynikovInitial support for some Thumb2 instructions.
2009-06-17 Devang PatelDo not use first actual instruction's location for...
2009-06-16 Chris Lattnerfix a circular dependency between the mips code generator
next