Make the 'get*AlignmentFromAttr' functions into member functions within the Attribute...
[oota-llvm.git] / lib / Target /
2012-09-21 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-21 Andrew TrickCortex-A9 latency fixes (w/ -schedmodel only).
2012-09-21 Michael LiaoAdd missing i8 max/min/umax/umin support
2012-09-21 Michael LiaoRevise td of X86 atomic instructions
2012-09-21 NAKAMURA TakumiMips16FrameLowering.cpp: Remove unused TII introduced...
2012-09-21 Akira HatanakaProperly save and restore RA and Mips16 callee save...
2012-09-21 Chad Rosier[fast-isel] Fallback to SelectionDAG isel if we require...
2012-09-21 Jim GrosbachTidy up. Whitespace.
2012-09-21 Jim GrosbachTidy up. Formatting.
2012-09-21 Jim GrosbachARM: Use a dedicated intrinsic for vector bitwise select.
2012-09-20 Bill WendlingRevert r164308 to fix buildbots.
2012-09-20 Bill WendlingMake the 'get*AlignmentFromAttr' functions into member...
2012-09-20 Craig TopperChange enum type in a static table to uint8_t instead...
2012-09-20 Michael LiaoRe-work X86 code generation of atomic ops with spin...
2012-09-19 Michael LiaoUnify the logic in SelectAtomicLoadAdd and SelectAtomic...
2012-09-19 Bill SchmidtSmall structs for PPC64 SVR4 must be passed right-justi...
2012-09-19 Craig TopperRemove code for setting the VEX L-bit as a function...
2012-09-19 Craig TopperAdd explicit VEX_L tags to all 256-bit instructions...
2012-09-18 Evan ChengMOVi16 (movw) is only legal on cpus with V6T2 support...
2012-09-18 Roman DivackyFix the isLocalCall() by checking for linker weakness...
2012-09-18 Akira HatanakaRevert r164051.
2012-09-18 Roman DivackyAvoid symbol name clash when filling TOC.
2012-09-18 Roman DivackyOn PPC64 emit the environment pointer. Patch by Adhemer...
2012-09-18 Roman DivackyOptimize local func calls to not emit nop for TOC resto...
2012-09-18 Roman DivackyWhen creating MCAsmBackend pass the CPU string as well...
2012-09-18 James MolloyMore domain conversion; convert VFP VMOVS to NEON instr...
2012-09-18 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-18 Evan ChengUse vld1 / vst2 for unaligned v2f64 load / store. e...
2012-09-17 Andrew TrickRevert r164061-r164067. Most of the new subtarget emitter.
2012-09-17 Andrew TrickTableGen subtarget emitter. Initialize MCSubtargetInfo...
2012-09-17 Jan Wen VoungAdd some cases to x86 OptimizeCompare to handle DEC...
2012-09-17 Akira HatanakaMake sure there is enough room for RA. getStackSize...
2012-09-17 Benjamin KramerLLVM_ATTRIBUTE_USED forces emission of a function....
2012-09-17 Silviu BarangaRemoved the VMLxForwarding feature for the Cortex-A15...
2012-09-16 Craig TopperChange unsigned to uint32_t to match base class declara...
2012-09-16 Nadav RotemThe PMOVZXWD family of functions had patterns extends...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-15 Craig TopperRemove unused private fields to silence -Wunused-privat...
2012-09-15 Benjamin KramerX86: Emitting x87 fsin/fcos for sinf/cosf is not safe...
2012-09-15 Akira HatanakaRemove aligned/unaligned load/store fragments defined...
2012-09-15 Akira HatanakaHandled unaligned load/stores properly in Mips16
2012-09-14 Andrew TrickImplement getNumLDMAddresses and expose through ARMBase...
2012-09-14 Andrew TrickCortex-A9 instruction-level scheduling machine model.
2012-09-14 Sergei LarinDAG post-process for Hexagon MI scheduler
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-14 Benjamin KramerRemove redundant private field.
2012-09-14 Akira Hatanakamips16 fixes.
2012-09-13 Michael LiaoFix comment
2012-09-13 Michael LiaoAdd wider vector/integer support for PR12312
2012-09-13 Jakob Stoklund OlesenFix the TCRETURNmi64 bug differently.
2012-09-13 Akira Hatanakamips16: When copying operands in a conditional branch...
2012-09-13 Jakob Stoklund OlesenRevert r163761 "Don't fold indexed loads into TCRETURNm...
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in LLVM.
2012-09-13 Craig TopperAdd a new compression type to ModRM table that detects...
2012-09-13 Jakob Stoklund OlesenDon't fold indexed loads into TCRETURNmi64.
2012-09-12 Akira HatanakaMisc.
2012-09-12 Michael LiaoFix PR11985
2012-09-12 Chad Rosier[ms-inline asm] Make the operand size directives case...
2012-09-12 Dmitri GribenkoFix a couple of Doxygen comment issues pointed out...
2012-09-12 Roman DivackyEnable exceptions handling on PPC64 now that cr misalig...
2012-09-12 Roman DivackyThis patch corrects logic in PPCFrameLowering for save...
2012-09-12 Roman DivackyAdd support for AMD Geode.
2012-09-12 Craig TopperIndentation fixes. No functional change.
2012-09-11 Chad RosierRename the isMemory() function to isMem(). No function...
2012-09-11 Manman RenRelease build: guard dump functions with
2012-09-11 Chad RosierStringSwitchify.
2012-09-11 Chad RosierSimplify logic. No functional change intended.
2012-09-11 Jakob Stoklund OlesenAdd TRI::getSubRegIndexLaneMask().
2012-09-11 Craig TopperMake a bunch of lowering helper functions static instea...
2012-09-11 Craig TopperChange unsigned to a uint16_t in static disassembler...
2012-09-11 Andrew TrickReorganize MachineScheduler interfaces and publish...
2012-09-10 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-10 Chad RosierRevert r163556. Missed updates to tablegen files.
2012-09-10 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-10 Dmitri GribenkoRemove redundant semicolons which are null statements.
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...
2012-09-10 Chad Rosier[ms-inline asm] Add support for .att_syntax directive.
2012-09-10 Jakob Stoklund OlesenDon't attempt to use flags from predicated instructions.
2012-09-10 Michael LiaoEnhance PR11334 fix to support extload from v2f32/v4f32
2012-09-10 Sergei LarinAdd "blocked" heuristic to the Hexagon MI scheduler.
2012-09-10 Michael LiaoAdd boolean simplification support from CMOV
2012-09-10 Elena DemikhovskyThe VPSHUFB 256-bit instruction may be generated when...
2012-09-10 Benjamin KramerMake helper function static.
2012-09-09 Nick LewyckyAdd missing space before {. No functionality change.
2012-09-08 Craig TopperAdd instruction selection for ffloor of vectors when...
2012-09-08 Craig TopperUse 256-bit alignment for constant pool value for 256...
2012-09-08 Craig TopperAdd support for lowering FABS of vector types.
2012-09-08 Craig TopperSet operation action for FFLOOR to Expand for all vecto...
2012-09-07 Benjamin KramerFix alignment of .comm and .lcomm on mingw32.
2012-09-07 Jakob Stoklund OlesenCustom DAGCombine for and/or/xor are for all ARMs.
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-09-07 Benjamin KramerPR13754: llvm-mc/x86 crashes on .cfi directives without...
2012-09-07 Benjamin KramerMipsAsmParser: Fix a couple of string use-after-frees...
2012-09-07 Jack CarterThe Mips standalone assembler aliased instruction support.
2012-09-07 Jack CarterThe Mips standalone assembler intial directive support.
2012-09-07 Jack CarterThe Mips standalone assembler fpu instruction support.
2012-09-06 David BlaikieRemove unused variable introduced by r163346.
2012-09-06 Jack CarterThe Mips standalone assembler memory instruction support.
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Tim NorthoverDiagnose invalid alignments on duplicating VLDn instruc...
next