aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-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-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
2013-04-23Testing for _XCR_XFEATURE_ENABLED_MASK instead of a specific MSVC version bec...Aaron Ballman
2013-04-23R600: Use .AMDGPU.config section to emit stacksizeVincent Lejeune
2013-04-23R600: Add CF_ENDVincent Lejeune
2013-04-23LoopVectorizer: Fix 15830. When scalarizing and unrolling stores make sure th...Nadav Rotem
2013-04-23Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma
2013-04-23Call the potentially costly isAnnotatedParallel() only once. Pekka Jaaskelainen
2013-04-23Add some constraints to use of 'returned':Stephen Lin
2013-04-23Write relocations in yaml2obj.Rafael Espindola
2013-04-23Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard
2013-04-23c vs c++ mistake in header file typedef for AtomicRMW fix in rev 180100.Carlo Kok
2013-04-23Fixup for r180094: properly use MSan interface functionsAlexey Samsonov
2013-04-23Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok