aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-11-13Fix wrong PowerPC instruction opcodes for:Ulrich Weigand
2012-11-13Fix wrong PowerPC instruction encodings due toUlrich Weigand
2012-11-13Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand
2012-11-13Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand
2012-11-13X86: when constructing VZEXT_LOAD from other loads, makes sure its outputManman Ren
2012-11-13Do not consider a machine instruction that uses and defines the sameUlrich Weigand
2012-11-13Adding changes to support GNU style archive library readingShankar Easwaran
2012-11-13Fix -join-splitedges: my previous "cleanup" broke it.Andrew Trick
2012-11-13Revert 167755/167760. We don't want to emit crash diagnostics on command-line...Chad Rosier
2012-11-13Codegen support for arbitrary vector getelementptrs.Duncan Sands
2012-11-13Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands
2012-11-13DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...Benjamin Kramer
2012-11-13misched: Allow subtargets to enable misched and dependent options.Andrew Trick
2012-11-13Added RegisterCoalescer support for joining global copies first.Andrew Trick
2012-11-13Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov
2012-11-13Test commit.Jyotsna Verma
2012-11-13BBVectorize: Remove temporary assert used for debuggingHal Finkel
2012-11-13instcombine: Migrate math library call simplificationsMeador Inge
2012-11-13BBVectorize: Don't vectorize vector-manipulation chainsHal Finkel
2012-11-13Revert r167759. Ben is right this isn't likely to help much.Evan Cheng
2012-11-13misched: Don't consider artificial edges weak edges.Andrew Trick
2012-11-13Use the 'count' attribute instead of the 'upper_bound' attribute.Bill Wendling
2012-11-13Cleanup the main RegisterCoalescer loop.Andrew Trick
2012-11-13revert r167740Shuxin Yang
2012-11-12Cleanup -join-splitedges. Make the loop more obvious.Andrew Trick
2012-11-12BBVectorize: Only some insert element operand pairs are free.Hal Finkel
2012-11-12Add an option to enable prototype "fission" capabilities and debug changes.Eric Christopher
2012-11-12Cache size of PassVector to speed up getNumContainedPasses().Evan Cheng
2012-11-12Added a temporary option to avoid critical edges splitting.Andrew Trick
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher
2012-11-12Revert r167620; this can be implemented using an existing CL option.Chad Rosier
2012-11-12misched: rename interfaceto avoid gcc warningsAndrew Trick
2012-11-12BBVectorize: Use a more sophisticated check for input costHal Finkel
2012-11-12misched: Target-independent support for MacroFusion.Andrew Trick
2012-11-12BBVectorize: Check the types of compare instructionsHal Finkel
2012-11-12misched: Target-independent support for load/store clustering.Andrew Trick
2012-11-12This change is to fix rdar://12571717 which is about assertion in Reassociate...Shuxin Yang
2012-11-12misched: Infrastructure for weak DAG edges.Andrew Trick
2012-11-12Make TOC order deterministic by using MapVector instead of DenseMap.Ulrich Weigand
2012-11-12BBVectorize: Check the input types of shuffles for legalityHal Finkel
2012-11-12[ASan] fixup for r167725: Don't fetch name of StructType if it is literalAlexey Samsonov
2012-11-12Fixup for r167558: Store raw pointer (instead of reference) to RelocMap in DI...Alexey Samsonov
2012-11-12Normalize memcmp constant folding results.Meador Inge
2012-11-12[ASan]: Add minimalistic support for turning off initialization-order checkin...Alexey Samsonov
2012-11-12Remove unused field.Eric Christopher
2012-11-12Fix PR14314Michael Liao
2012-11-12[NVPTX] Add more precise PTX/SM target attributesJustin Holewinski
2012-11-12Delete a stale comment. No functional change.Meador Inge
2012-11-11Move some helper methods to being static functions in the implementation file.Craig Topper
2012-11-11instcombine: Migrate memset optimizationsMeador Inge