aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2012-09-13Add a new compression type to ModRM table that detects when the memory modRM ...Craig Topper
2012-09-13Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen
2012-09-12Misc.Akira Hatanaka
2012-09-12Fix PR11985Michael Liao
2012-09-12[ms-inline asm] Make the operand size directives case insensitive.Chad Rosier
2012-09-12Fix a couple of Doxygen comment issues pointed out by -Wdocumentation.Dmitri Gribenko
2012-09-12Enable exceptions handling on PPC64 now that cr misaligned spillingRoman Divacky
2012-09-12This patch corrects logic in PPCFrameLowering for save and restore of ...Roman Divacky
2012-09-12Add support for AMD Geode.Roman Divacky
2012-09-12Indentation fixes. No functional change.Craig Topper
2012-09-11Rename the isMemory() function to isMem(). No functional change intended.Chad Rosier
2012-09-11Release build: guard dump functions withManman Ren
2012-09-11StringSwitchify.Chad Rosier
2012-09-11Simplify logic. No functional change intended.Chad Rosier
2012-09-11Add TRI::getSubRegIndexLaneMask().Jakob Stoklund Olesen
2012-09-11Make a bunch of lowering helper functions static instead of member functions....Craig Topper
2012-09-11Change unsigned to a uint16_t in static disassembler tables to reduce the tab...Craig Topper
2012-09-11Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick
2012-09-10Update function names to conform to guidelines. No functional change intended.Chad Rosier
2012-09-10Revert r163556. Missed updates to tablegen files.Chad Rosier
2012-09-10Update function names to conform to guidelines. No functional change intended.Chad Rosier
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-10[ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier
2012-09-10[ms-inline asm] Add support for .att_syntax directive.Chad Rosier
2012-09-10Don't attempt to use flags from predicated instructions.Jakob Stoklund Olesen
2012-09-10Enhance PR11334 fix to support extload from v2f32/v4f32Michael Liao
2012-09-10Add "blocked" heuristic to the Hexagon MI scheduler.Sergei Larin
2012-09-10Add boolean simplification support from CMOVMichael Liao
2012-09-10The VPSHUFB 256-bit instruction may be generated when one of input vector is ...Elena Demikhovsky
2012-09-10Make helper function static.Benjamin Kramer
2012-09-09Add missing space before {. No functionality change.Nick Lewycky
2012-09-08Add instruction selection for ffloor of vectors when SSE4.1 or AVX is enabled.Craig Topper
2012-09-08Use 256-bit alignment for constant pool value for 256-bit vector FNEG lowering.Craig Topper
2012-09-08Add support for lowering FABS of vector types.Craig Topper
2012-09-08Set operation action for FFLOOR to Expand for all vector types for X86. Set F...Craig Topper
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07Custom DAGCombine for and/or/xor are for all ARMs.Jakob Stoklund Olesen
2012-09-07MC: Overhaul handling of .lcommBenjamin Kramer
2012-09-07PR13754: llvm-mc/x86 crashes on .cfi directives without the % prefix for regi...Benjamin Kramer
2012-09-07MipsAsmParser: Fix a couple of string use-after-frees and misuses of classof.Benjamin Kramer
2012-09-07The Mips standalone assembler aliased instruction support.Jack Carter
2012-09-07The Mips standalone assembler intial directive support.Jack Carter
2012-09-07The Mips standalone assembler fpu instruction support.Jack Carter
2012-09-06Remove unused variable introduced by r163346.David Blaikie
2012-09-06The Mips standalone assembler memory instruction support.Jack Carter
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-09-06Diagnose invalid alignments on duplicating VLDn instructions.Tim Northover
2012-09-06Check for invalid alignment values when decoding VLDn/VSTn (single ln) instru...Tim Northover
2012-09-06Use correct part of complex operand to encode VST1 alignment.Tim Northover
2012-09-06AVX2 optimization.Elena Demikhovsky