aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-25Allow users to choose identity used to sign tools.Filipe Cabecinhas
2013-04-25[mips] Add definitions of micromips shift instructions.Akira Hatanaka
2013-04-25Fixing OCAML bindings for MCJITAndrew Kaylor
2013-04-24R600: Initialize BooleanVectorContentsTom Stellard
2013-04-24R600: Use SHT_PROGBITS for the .AMDGPU.config sectionTom Stellard
2013-04-24Exposing MCJIT through C APIAndrew Kaylor
2013-04-24Fix for r180193 - MI Sched: eliminate local vreg.Andrew Trick
2013-04-24[inline asm] Fix a crasher for an invalid value type/register class.Chad Rosier
2013-04-24Making invalidateInstructionCache automatic in SectionMemoryManagerAndrew Kaylor
2013-04-24[objc-arc] Added ImpreciseAutoreleaseSet to track autorelease calls that were...Michael Gottesman
2013-04-24Fixed comment typo.Michael Gottesman
2013-04-24Mips assembler: Add 64 bit testing for JALJack Carter
2013-04-24Use pointers to iterate over symbols.Rafael Espindola
2013-04-24Don't produce an empty llvm.compiler.used in LTO.Rafael Espindola
2013-04-24Don't forward declare environ on WindowsReid Kleckner
2013-04-24LoopVectorizer: Change variable name Stride to ConsecutiveStrideArnold Schwaighofer
2013-04-24LoopVectorize: Scalarize padded typesArnold Schwaighofer
2013-04-24LoopVectorizer: Bail out if we don't have datalayout we need itArnold Schwaighofer
2013-04-24Revert r180189.Rafael Espindola
2013-04-24MI Sched: eliminate local vreg copies.Andrew Trick
2013-04-24Register Coalescing: add a flag to disable rescheduling.Andrew Trick
2013-04-24MI Sched: regpressure tracing.Andrew Trick
2013-04-24Formatting fixes.Rafael Espindola
2013-04-24Use a pointer as the relocation iterator.Rafael Espindola
2013-04-24Add include guards.Eric Christopher
2013-04-24Formatting.Eric Christopher
2013-04-24Align the __LD,__compact_unwind section.Bill Wendling
2013-04-24remove cbe backend from sample configureJia Liu
2013-04-24Cleanup testcase and ensure we actually exercise the inliner.Adrian Prantl
2013-04-23PNaCl: Add ExpandByVal pass for expanding out by-value struct args and resultsMark Seaborn
2013-04-23Machine model: Generate table entries for super-resources.Andrew Trick
2013-04-23Machine model: verify well-formed processor resource groups.Andrew Trick
2013-04-23Machine model: rewrite a tablegen loop to avoid comparing record pointers.Andrew Trick
2013-04-23Comment a strange field in ScheduleDAG.Andrew Trick
2013-04-23Fix dependency layering issues caused by r180112.Eric Christopher
2013-04-23PNaCl: Add FlattenGlobals pass for simplifying global variable initializersMark Seaborn
2013-04-23Fixing cmake build for MCJIT unit testsAndrew Kaylor
2013-04-23Fixing typo in comment.Andrew Kaylor
2013-04-23Adding object caching support to MCJITAndrew Kaylor
2013-04-23Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma
2013-04-23Hexagon: Define relations for GP-relative instructions.Jyotsna Verma
2013-04-23Make sure the instruction right after an inlined function has aAdrian Prantl
2013-04-23Add more tests for r179925 to verify correct handling of signext/zeroext; str...Stephen Lin
2013-04-23Fix typo.Rafael Espindola
2013-04-23Lowercase "is" boolean variable prefix for consistency within function, no fu...Stephen Lin
2013-04-23Simplify yaml2obj a bit.Rafael Espindola
2013-04-23Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma
2013-04-23Change commentary for PowerPC Boolean vector contents.Bill Schmidt
2013-04-23[mips] Compare splat value with element size instead of calling isUIntN.Akira Hatanaka
2013-04-23DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...Owen Anderson