oota-llvm.git
2013-03-27 Evgeniy StepanovDisable ASan/MSan symbolization of reports in tests.
2013-03-27 Hal FinkelFix target-customized spilling in the register scavenger
2013-03-27 Evgeniy StepanovDisable Initialize.MultipleThreads test under MemorySan...
2013-03-27 Silviu BarangaEnabling the generation of dependency breakers for...
2013-03-27 Jyotsna VermaHexagon: Disable optimizations at O0.
2013-03-27 James MolloyImprove performance of LinkModules when linking with...
2013-03-27 Christian KonigR600/SI: add cummuting of rev instructions
2013-03-27 Christian KonigR600/SI: add mulhu/mulhs patterns
2013-03-27 Christian KonigR600/SI: add srl/sha patterns for SI
2013-03-27 Hal FinkelAllocate r0 on PPC
2013-03-27 Hal FinkelUse the PPC no-r0 class on the TOC LD pseudos
2013-03-27 Hal FinkelApply the no-r0 register class to the PPC SELECT_CC_I...
2013-03-27 Hal FinkelApply the no-r0 class to PPC TOC ADDI[S] pseudo instruc...
2013-03-27 Bill SchmidtRemove the link register from the GPR classes on PowerPC.
2013-03-27 Michael GottesmanAdded back in the test for arc-annotations.
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-27 Hal FinkelDon't spill PPC VRSAVE on non-Darwin (even in SjLj)
2013-03-26 David BlaikieMake DIBuilder::createClassType more type safe by retur...
2013-03-26 David BlaikieDebugInfo: more support for mutating DICompositeType...
2013-03-26 Chad RosierAdd a boolean parameter to the ExecuteAndWait static...
2013-03-26 Bill WendlingUse the full path when outputting the `.gcda' file.
2013-03-26 Michael LiaoAdd XTEST codegen support
2013-03-26 Michael LiaoAdd HLE target feature
2013-03-26 Jakob Stoklund... Enable SandyBridgeModel for all modern Intel P6 descend...
2013-03-26 David BlaikieDebug Info: Provide a means to update the members of...
2013-03-26 Hal FinkelRestore real bit lengths on PPC register numbers
2013-03-26 Andrew TrickTableGen SubtargetEmitter fix to allow A9 and Swift...
2013-03-26 Hal FinkelFix the register scavenger for targets that provide...
2013-03-26 Hal FinkelPPC: Use HWEncoding and TRI->getEncodingValue
2013-03-26 NAKAMURA TakumiR600/SIMCCodeEmitter.cpp: Prune a couple of unused...
2013-03-26 Hal FinkelUse multiple virtual registers in PPC CR spilling
2013-03-26 Hal FinkelUpdate PPCRegisterInfo's use of virtual registers to...
2013-03-26 Hal FinkelUpdate PEI's virtual-register-based scavenging to suppo...
2013-03-26 Jakob Stoklund... Annotate the remaining x86 instructions with SchedRW...
2013-03-26 Jakob Stoklund... Annotate x87 and mmx instructions with SchedRW lists.
2013-03-26 Jakob Stoklund... Annotate control instructions with SchedRW lists.
2013-03-26 Jakob Stoklund... Annotate the rest of X86InstrInfo.td with SchedRW lists.
2013-03-26 Michael LiaoFix PRFCHW test on non-x86 builds
2013-03-26 Arnold SchwaighoferBasicAA: Only query twice if the result of the more...
2013-03-26 Michael LiaoAdd PREFETCHW codegen support
2013-03-26 Ulrich WeigandAdd test case for commit r178031.
2013-03-26 Jyotsna VermaHexagon: Use multiclass for aslh, asrh, sxtb, sxth...
2013-03-26 Ulrich WeigandMake InstCombineCasts.cpp:OptimizeIntToFloatBitCast...
2013-03-26 Jyotsna VermaHexagon: Remove HexagonMCInst.h file. It has been repla...
2013-03-26 Arnold SchwaighoferRevert ARM Scheduler Model: Add resources instructions...
2013-03-26 Benjamin KramerRemove default case from fully covered switch.
2013-03-26 Christian KonigR600/SI: improve post ISel folding
2013-03-26 Christian KonigR600/SI: improve vector interpolation
2013-03-26 Christian KonigR600/SI: avoid unecessary subreg extraction in IMAGE_SAMPLE
2013-03-26 Christian KonigR600/SI: switch back to RegPressure scheduling
2013-03-26 Christian KonigR600/SI: mark most intrinsics as readnone v2
2013-03-26 Christian KonigR600/SI: replace WQM intrinsic
2013-03-26 Christian KonigR600/SI: fix ELSE pseudo op handling
2013-03-26 Joe AbbeyPatch by Gordon Keiser!
2013-03-26 Alexey Samsonov[ASan] Change the ABI of __asan_before_dynamic_init...
2013-03-26 Ulrich WeigandPowerPC: Mark patterns as isCodeGenOnly.
2013-03-26 Ulrich WeigandPowerPC: Simplify handling of fixups.
2013-03-26 Ulrich WeigandPowerPC: Simplify FADD in round-to-zero mode.
2013-03-26 Ulrich WeigandPowerPC: Remove LDrs pattern.
2013-03-26 Ulrich WeigandPowerPC: Remove ADDIL patterns.
2013-03-26 Ulrich WeigandPowerPC: Use CCBITRC operand for ISEL patterns.
2013-03-26 Ulrich WeigandPowerPC: Simplify BLR pattern.
2013-03-26 Ulrich WeigandPowerPC: Move some 64-bit branch patterns.
2013-03-26 Christian KonigR600: fix DenseMap with pointer key iteration in the...
2013-03-26 Alexey SamsonovAdd asan/msan to the list of available features in...
2013-03-26 Alexey SamsonovAdd CMake option LLVM_USE_SANITIZER={Address,Memory...
2013-03-26 Chandler CarruthManually update the dependencies in the Makefiles....
2013-03-26 Andrew TrickFix SCEV forgetMemoizedResults should search and destro...
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...
2013-03-26 Arnold SchwaighoferARM Scheduler Model: Add resources instructions, map...
2013-03-26 Arnold SchwaighoferARM Scheduler Model: Partial implementation of the...
2013-03-26 Nick LewyckyAdd missing file to cmake build.
2013-03-26 Nick LewyckyAdd a new watchdog timer interface. The interface does...
2013-03-26 Bill WendlingRemove testcase. It's failing on some platforms but...
2013-03-26 Bill WendlingHmm...not failing...odd
2013-03-26 Bill WendlingTemporarily XFAIL this test until Michael can look...
2013-03-26 Michael Gottesman[ObjCARC Annotations] Added support for displaying...
2013-03-26 Michael Gottesman[ObjCARC Annotations] Implemented ARC annotation metada...
2013-03-26 Michael GottesmanAdded documentation to LangRef for the intrinsic llvm...
2013-03-25 Michael LiaoRevise alignment checking/calculation on 256-bit unalig...
2013-03-25 Michael LiaoEnhance folding of (extract_subvec (insert_subvec V1...
2013-03-25 Jakob Stoklund... Add an -mcpu option to a test that is apparently schedu...
2013-03-25 Jakob Stoklund... Add a scheduling model for Intel Sandy Bridge microarch...
2013-03-25 Douglas GregorIntroduce a tiny CMake project to gather Subversion...
2013-03-25 Jakob Stoklund... Remove IIC_DEFAULT from X86Schedule.td
2013-03-25 Jakob Stoklund... Annotate X86InstrCompiler.td with SchedRW lists.
2013-03-25 Jakob Stoklund... Annotate shifts and rotates with SchedRW lists.
2013-03-25 Shuxin YangDisable some unsafe-fp-math DAG-combine transformation...
2013-03-25 John McCallAdd an optimizer-side test case for ARC bug <rdar:...
2013-03-25 Eric ChristopherCouple more sets of tidying.
2013-03-25 Jyotsna VermaDisable profiling tests for Hexagon since it doesn...
2013-03-25 NAKAMURA Takumillvm/test/CodeGen/X86/atomic{32|64}.ll: Unmark them...
2013-03-25 Jyotsna VermaXFAIL some of the generic CodeGen tests for Hexagon.
2013-03-25 NAKAMURA TakumiX86DisassemblerDecoder.c: Make this C89-compliant.
2013-03-25 NAKAMURA TakumiWhitespace.
2013-03-25 Shuxin YangFix a bug in fast-math fadd/fsub simplification.
2013-03-25 Shankar Easwaran[ELF] dont compute symbolname size in every loop
2013-03-25 Jyotsna VermaXFAIL DebugInfo tests for Hexagon.
2013-03-25 Akira HatanakaFix comment.
2013-03-25 Eric ChristopherFormatting.
next