aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-24Formatting.Eric Christopher
2013-04-24Align the __LD,__compact_unwind section.Bill Wendling
2013-04-23Fix dependency layering issues caused by r180112.Eric Christopher
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-23Lowercase "is" boolean variable prefix for consistency within function, no fu...Stephen Lin
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-23Wrap.h: Define wrap / unwrap function for ExecutionEngineTom Stellard
2013-04-23Fixup for r180094: properly use MSan interface functionsAlexey Samsonov
2013-04-23Expose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW in llvm-c.Carlo Kok
2013-04-23Tell MSan that memory initialized by libz is validAlexey Samsonov
2013-04-23Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov
2013-04-23Add llvm_unreachable after fully covered switch to pacify GCCHans Wennborg
2013-04-23Add more guards around zlib-dependent codeAlexey Samsonov
2013-04-23Add basic zlib support to LLVM. This would allow to use compression/uncompres...Alexey Samsonov
2013-04-23Refuse to (even try to) vectorize loops which have uniform writes,Pekka Jaaskelainen
2013-04-23AArch64: remove unnecessary check that RS is validTim Northover
2013-04-22Struct-path aware TBAA: update getMostGenericTBAA Manman Ren
2013-04-22Remove unused DwarfSectionOffsetDirective stringMatt Arsenault
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-04-22[ms-inline asm] Removed this unnecessary check. In the current implementation,Chad Rosier
2013-04-22[ms-inline asm] Get the OpDecl and remove a redundant lookup.Chad Rosier
2013-04-22[ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turnChad Rosier
2013-04-22Optimize MachineBasicBlock::getSymbol by caching the symbol. Since the symbolEli Bendersky
2013-04-22Changed back (relative to commit 179786) the operations executed when extract...Anat Shemer
2013-04-22Fix unused variable warning.Chad Rosier
2013-04-2280 columns.Akira Hatanaka
2013-04-22[mips] In performDSPShiftCombine, check that all elements in the vector areAkira Hatanaka
2013-04-22[ms-inline asm] Remove the identifier parsing logic from the AsmParser. This isChad Rosier
2013-04-22[Support] Fix argv string escape bug on WindowsReid Kleckner