aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-05-10Implement AsmParser for ARM unwind directives.Logan Chien
2013-05-10DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer
2013-05-10InstCombine: Verify the type before transforming uitofp into select.Benjamin Kramer
2013-05-10R600: Remove AMDILPeeopholeOptimizer and replace optimizations with tablegen ...Tom Stellard
2013-05-10R600: Expand SUB for v2i32/v4i32Tom Stellard
2013-05-10R600: Expand MUL for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand SRA for v4i32/v2i32Tom Stellard
2013-05-10R600: Expand vselect for v4i32 and v2i32Tom Stellard
2013-05-09[x86AsmParser] It's valid to stop parsing an operand at an immediate.Chad Rosier
2013-05-09Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson
2013-05-09Fix a documentation warning: \bried -> \briefDmitri Gribenko
2013-05-09Generate a compact unwind encoding in the face of a stack alignment push.Bill Wendling
2013-05-09Hexagon: Remove switch cases from GetDotNewPredOp and isPostIncrement functions.Jyotsna Verma
2013-05-09[GVN] Split critical-edge on the fly, instead of postpone edge-splitting to nextShuxin Yang
2013-05-09Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma
2013-05-09Simplify the code a bit.Bill Wendling
2013-05-09Don't replace an alias in llvm.used with its target.Rafael Espindola
2013-05-09[XCore] Fix handling of functions where only the LR is spilled.Richard Osborne
2013-05-09InstCombine: Don't just copy known bits from the first operand of an srem.Benjamin Kramer
2013-05-09libDebugInfo depends on libObject nowadays.Benjamin Kramer
2013-05-09Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola
2013-05-09Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher
2013-05-09LoopVectorizer: Don't assert on the absence of induction variablesArnold Schwaighofer
2013-05-08Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher
2013-05-08Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea
2013-05-08Pull up AssemblyWriter interface into header to allow subclassingDaniel Malea
2013-05-08Add line tracking support to FormattedStream Daniel Malea
2013-05-08[mips] Add instruction selection pattern for (seteq $LHS, 0).Akira Hatanaka
2013-05-08Remove unused isLegalAddressImmediate() method.Roman Divacky
2013-05-08[PowerPC] Fix regression in generating @ha/@l relocsUlrich Weigand
2013-05-08Fix handling of anonymous aggregate parameters for powerpc*-apple-darwin8.Bill Schmidt
2013-05-08For r181148: fixed warning 'enumeral and non-enumeral type in conditional exp...Stepan Dyatkovskiy
2013-05-08PPCInstrInfo::optimizeCompareInstr should not optimize FP comparesHal Finkel
2013-05-08Fix a bug in codegenprep where it was losing track of values OptimizeMemoryInstNick Lewycky
2013-05-08DAGCombiner: Simplify inverted bit testsDavid Majnemer
2013-05-08Debug Info: Support DW_TAG_imported_declarationDavid Blaikie
2013-05-08Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie
2013-05-08Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher
2013-05-08Typo.Eric Christopher
2013-05-07LoopVectorizer: Improve reduction variable identificationArnold Schwaighofer
2013-05-07Fix a bug in the MC asm parser evaluating expressions. It was treating:Kevin Enderby
2013-05-07Rename DIImportedModule to DIImportedEntity and allow imported declarationsDavid Blaikie
2013-05-07MCStreamer: Also clear vector of W64UnwindInfos on reset().Charles Davis
2013-05-07Remove redundant check and use cached FrameArray values.Bob Wilson
2013-05-07Remove exception handling support from the old JIT.Rafael Espindola
2013-05-07Fix vselect when getSetCCResultType returns a different type from the operandsMatt Arsenault
2013-05-07Corrected Atom latencies for SSE SQRT instructions.Preston Gurd
2013-05-07Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma
2013-05-07Debug Info: Fix for break due to r181271David Blaikie
2013-05-07Cleanup PPCInstrInfo::optimizeCompareInstrHal Finkel