MI Sched: regpressure tracing.
[oota-llvm.git] / lib /
2013-04-24 Andrew TrickMI Sched: regpressure tracing.
2013-04-24 Rafael EspindolaFormatting fixes.
2013-04-24 Rafael EspindolaUse a pointer as the relocation iterator.
2013-04-24 Eric ChristopherFormatting.
2013-04-24 Bill WendlingAlign the __LD,__compact_unwind section.
2013-04-23 Eric ChristopherFix dependency layering issues caused by r180112.
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-04-23 Jyotsna VermaHexagon: Use multiclass for combine and STri[bhwd]_shl_...
2013-04-23 Jyotsna VermaHexagon: Define relations for GP-relative instructions.
2013-04-23 Adrian PrantlMake sure the instruction right after an inlined functi...
2013-04-23 Stephen LinAdd more tests for r179925 to verify correct handling...
2013-04-23 Stephen LinLowercase "is" boolean variable prefix for consistency...
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-04-23 Bill SchmidtChange commentary for PowerPC Boolean vector contents.
2013-04-23 Akira Hatanaka[mips] Compare splat value with element size instead...
2013-04-23 Owen AndersonDAGCombine should not aggressively fold SEXT(VSETCC...
2013-04-23 Aaron BallmanTesting for _XCR_XFEATURE_ENABLED_MASK instead of a...
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-23 Vincent LejeuneR600: Add CF_END
2013-04-23 Nadav RotemLoopVectorizer: Fix 15830. When scalarizing and unrolli...
2013-04-23 Jyotsna VermaHexagon: Remove duplicate instructions to handle global...
2013-04-23 Pekka JaaskelainenCall the potentially costly isAnnotatedParallel() only...
2013-04-23 Stephen LinAdd some constraints to use of 'returned':
2013-04-23 Tom StellardWrap.h: Define wrap / unwrap function for ExecutionEngine
2013-04-23 Alexey SamsonovFixup for r180094: properly use MSan interface functions
2013-04-23 Carlo KokExpose IRBuilder::CreateAtomicRMW as LLVMBuildAtomicRMW...
2013-04-23 Alexey SamsonovTell MSan that memory initialized by libz is valid
2013-04-23 Alexey SamsonovUse zlib to uncompress debug sections in DWARF parser.
2013-04-23 Hans WennborgAdd llvm_unreachable after fully covered switch to...
2013-04-23 Alexey SamsonovAdd more guards around zlib-dependent code
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-23 Pekka JaaskelainenRefuse to (even try to) vectorize loops which have...
2013-04-23 Tim NorthoverAArch64: remove unnecessary check that RS is valid
2013-04-22 Manman RenStruct-path aware TBAA: update getMostGenericTBAA
2013-04-22 Matt ArsenaultRemove unused DwarfSectionOffsetDirective string
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-22 Chad Rosier[ms-inline asm] Removed this unnecessary check. In...
2013-04-22 Chad Rosier[ms-inline asm] Get the OpDecl and remove a redundant...
2013-04-22 Chad Rosier[ms-inline asm] Add the OpDecl to the InlineAsmIdentifi...
2013-04-22 Eli BenderskyOptimize MachineBasicBlock::getSymbol by caching the...
2013-04-22 Anat ShemerChanged back (relative to commit 179786) the operations...
2013-04-22 Chad RosierFix unused variable warning.
2013-04-22 Akira Hatanaka80 columns.
2013-04-22 Akira Hatanaka[mips] In performDSPShiftCombine, check that all elemen...
2013-04-22 Chad Rosier[ms-inline asm] Remove the identifier parsing logic...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-04-22 Peter CollingbourneCOFF: Fix weak external aliases.
2013-04-22 Eli BenderskyFix for PR 14965: Better error message for GEP with...
2013-04-22 Chad Rosier[ms-inline asm] Refactor/clean up the SemaLookup interf...
2013-04-22 Rafael EspindolaAlso verify llvm.compiler_used.
2013-04-22 Rafael EspindolaClarify that llvm.used can contain aliases.
2013-04-22 Eric ChristopherNo really, don't store anything to this since it's...
2013-04-22 Eric ChristopherRemove variable store that is never read.
2013-04-22 Eric ChristopherRemove variable store that is never read.
2013-04-22 Stepan DyatkovskiyFix for 5.5 Parameter Passing --> Stage C:
2013-04-22 Eric ChristopherTidy.
2013-04-22 Eric ChristopherUpdate comment. Whitespace.
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-22 Craig TopperConvert windows line endings to linux/unix line endings.
2013-04-22 Craig TopperFix indentation. No functional change.
2013-04-22 Craig TopperPut 'else' on same line as preceding curly brace per...
2013-04-22 Craig TopperRemove an unreachable 'break' following a 'return'.
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-04-21 Jakob Stoklund OlesenPassing arguments to varags functions under the SPARC...
2013-04-21 Jim GrosbachTidy up comment grammar.
2013-04-21 Jakob Stoklund OlesenFix the SETHIimm pattern for 64-bit code.
2013-04-21 Benjamin KramerSROA: Don't crash on a select with two identical operands.
2013-04-21 Arnold SchwaighoferRevert "SimplifyCFG: If convert single conditional...
2013-04-21 Tim NorthoverARM: Use ldrd/strd to spill 64-bit pairs when available.
2013-04-21 Nadav RotemSLPVectorize: Add support for vectorization of casts.
2013-04-21 Nadav RotemSLPVectorizer: Fix a bug in the code that scans the...
2013-04-21 Michael GottesmanWhen we strength reduce an objc_retainBlock call to...
2013-04-21 Michael GottesmanFixed comment typo.
2013-04-21 Michael Gottesman[objc-arc] Fixed typo in debug message.
2013-04-21 Michael Gottesman[objc-arc] Fixed comment typo.
2013-04-21 Michael Gottesman[objc-arc] Refactored OptimizeReturns so that it uses...
2013-04-20 Michael Gottesman[objc-arc] Added debug statement saying when we are...
2013-04-20 Jakob Stoklund OlesenCompile varargs functions for SPARCv9.
2013-04-20 Nadav RotemFix PR15800. Do not try to vectorize vectors and structs.
2013-04-20 Arnold SchwaighoferSimplifyCFG: If convert single conditional stores
2013-04-20 Tim NorthoverARM: don't add FrameIndex offset for LDMIA (has no...
2013-04-20 Tim NorthoverAArch64: remove useless comment
2013-04-20 Stephen LinMove 'kw_align' case to proper section, reorganize...
2013-04-20 Tim NorthoverRemove unused ShouldFoldAtomicFences flag.
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-20 Benjamin KramerVecUtils: Clean up uses of dyn_cast.
2013-04-20 Benjamin KramerSLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
2013-04-20 Nadav RotemSLPVectorizer: Reduce the compile time by eliminating...
2013-04-20 Nadav Rotemrefactor tryToVectorizePair to a new method that suppor...
2013-04-20 Nadav RotemFix an unused variable warning.
2013-04-20 Nadav RotemSLPVectorizer: Improve the cost model for loop invarian...
2013-04-20 Nadav RotemReport the number of stores that were found in the...
2013-04-20 Nadav RotemFix the header comment.
2013-04-20 Nadav RotemUse 64bit arithmetic for calculating distance between...
2013-04-20 Hal FinkelMove PPC getSwappedPredicate for reuse
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-20 Stephen LinAllow tail call opportunity detection through nested...
2013-04-20 Stephen LinTest commit
2013-04-19 Eli BenderskySimplify the code in FastISel::tryToFoldLoad, add an...
2013-04-19 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
next