aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-09-10Don't attempt to use flags from predicated instructions.Jakob Stoklund Olesen
2012-09-10[Object] Extract Elf_Ehdr. Patch by Hemant Kulkarni!Michael J. Spencer
2012-09-10Stack Coloring: Handle the case where END markers come before BEGIN markers p...Nadav Rotem
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-10Fold multiply by 0 or 1 when in UnsafeFPMath mode in SelectionDAG::getNode().Michael Ilseman
2012-09-10whitespaceMichael Ilseman
2012-09-10Add boolean simplification support from CMOVMichael Liao
2012-09-10Fix an assertion failure when optimising a shufflevector incorrectly into con...James Molloy
2012-09-10Minor cleanup. No functional change.Nadav Rotem
2012-09-10Stack Coloring: Debug prints to print the slot number and not the array index.Nadav Rotem
2012-09-10Stack Coloring: When searching for disjoint regions, do not compare intervals...Nadav Rotem
2012-09-10Stack Coloring: Add support for multiple regions of the same slot, within a ...Nadav Rotem
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-10Move bypassSlowDivision into the llvm namespace.Benjamin Kramer
2012-09-10c bindings: revert LLVMConstInlineAsm to always use the default asm dialect.Benjamin Kramer
2012-09-10Fix a typo in the comment.Nadav Rotem
2012-09-10Add an assertion that the frame index is indeed inside the declared lifetime ...Nadav Rotem
2012-09-10Teach the DAGBuilder about lifetime markers which are generated from PHINodes.Nadav Rotem
2012-09-10Fix style issues from r163302 pointed out by Evan.Hans Wennborg
2012-09-09Move spaces to the right places. No functionality change.Nick Lewycky
2012-09-09Add missing space before {. No functionality change.Nick Lewycky
2012-09-09Teach DAG combiner to constant fold fneg of a BUILD_VECTOR of constants.Craig Topper
2012-09-09DSE: Poking holes into a SetVector is expensive, avoid it if possible.Benjamin Kramer
2012-09-09LiveVariables: Compute a set of defs and kills to speed up updating LV during...Benjamin Kramer
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-08Add operator< for FoldingSetNodeID.Ted Kremenek
2012-09-08Remove an incorrect assert during branch weight propagation.Andrew Trick
2012-09-07Fix alignment of .comm and .lcomm on mingw32.Benjamin Kramer
2012-09-07Fix indent.Chad Rosier
2012-09-07Contrary to what the documentation says, .lcomm alignment on COFF is in bytes...Benjamin Kramer
2012-09-07Update function names to conform to guidelines. No functional change intended.Chad Rosier
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-07SimplifyCFG: ValidLookupTableConstant should be staticHans Wennborg
2012-09-07Stop emitting lifetime region info when stack coloring is not enabled in O0Michael Liao
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-06Re-work bit/bits value resolving in tblgenMichael Liao
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-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren