platform/upstream/llvm.git
2014-07-29 Duncan P. N... UseListShuffleVector: Code reorganization, NFC
2014-07-29 Lang Hames[MCJIT] Make the RuntimeDyldChecker stub_addr builtin...
2014-07-29 Eli BenderskyFix FileCheck crash when empty prefix is passed.
2014-07-29 Rafael EspindolaMove the bitcode error enum to the include directory.
2014-07-29 Bob WilsonSupport LIBRARY_PATH on all Darwin targets.
2014-07-29 Greg ClaytonUse the most up to date dsymutil on Darwin, not the...
2014-07-29 Alex LorenzCoverage: fix the missing output stream in recursive...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend also...
2014-07-29 Juergen Ributzka[RuntimeDyld][AArch64] Make encode/decodeAddend more...
2014-07-29 Fariborz JahanianProvide warning name for property attribute warning
2014-07-29 Larisse VoufoRevert "Fix test case in r214190. (It failed on my...
2014-07-29 Dan AlbertBase regex code on char_class_type.
2014-07-29 Tobias GrosserIslAst: Enhance parallelism detection test
2014-07-29 Rafael EspindolaSmall gold plugin simplifications.
2014-07-29 Larisse VoufoFix test case in r214190. (It failed on my end.)
2014-07-29 Zachary Turner[Windows] Delegate str[n]casecmp to the appropriate...
2014-07-29 Joerg SonnenbergerAdd a number of aliases for SPR access.
2014-07-29 Matt ArsenaultR600/SI: Add isMUBUF / isMTBUF
2014-07-29 Matt ArsenaultR600/SI: Set bits on SMRD instructions
2014-07-29 Larisse VoufoFix typo.
2014-07-29 Larisse VoufoFix PR10177 where non-type template arguments to alias...
2014-07-29 Simon AtanasyanInstall the `obj2yaml` and `yaml2obj` utilities togethe...
2014-07-29 Manman Ren[Debug Info] update testing case due to change in DIBui...
2014-07-29 Manman Ren[Debug Info] remove DITrivialType and use null to repre...
2014-07-29 Greg ClaytonWhen constructing an ArchSpec from a MachO cpu type...
2014-07-29 Duncan P. N... llvm-uselistorder: Fix header comments from r214144
2014-07-29 Rafael EspindolaAdd a test for the mtriple plugin option.
2014-07-29 Tyler NowickiModify how the loop hint attribute is printed as a...
2014-07-29 Duncan P. N... IR: Create the use-list order shuffle vector in-place
2014-07-29 Artyom SkrobovDataflowWorklist.h - "We should have a description...
2014-07-29 Justin BognerProfileData: Don't redundantly default initialize a...
2014-07-29 Joerg SonnenbergerAdd rfi instruction. Based on feedback by Ulrich Weigand.
2014-07-29 Sasa Stankovic[mips] Don't use odd-numbered single precision register...
2014-07-29 Ulrich Weigand[PowerPC] Fix ppc64-elf-abi.ll test case on Darwin
2014-07-29 NAKAMURA TakumiUseListShuffleVector: Add a copy constructor to appease...
2014-07-29 Tim NorthoverCodeGenPrep: fall back to MVT::Other if instruction...
2014-07-29 Tim NorthoverARM: add __aeabi_d2h for truncation on AEABI systems
2014-07-29 Tim NorthoverARM: fix @llvm.convert.from.fp16 on softfloat targets.
2014-07-29 NAKAMURA TakumiUseListShuffleVector::~UseListShuffleVector(): Fix...
2014-07-29 Yi KongAArch64: Resolve some FIXMEs in CGBuiltin left over...
2014-07-29 Alexey Bataev[OPENMP] Additional comments for implicit 'flush' claus...
2014-07-29 Johannes Doerfert[Refactor] Adjust some comments
2014-07-29 Johannes DoerfertAssume no annotations when visiting new domain (IslAst)
2014-07-29 Johannes DoerfertAdded base array id's to Memory Accesses
2014-07-29 Johannes Doerfert[Refactor] Use non-const MemoryAccess base addresses
2014-07-29 NAKAMURA Takumi[autoconf] Fixup s/3.5/3.6/. Clang's ident was 3.5...
2014-07-29 Johannes Doerfert[Refactor] Adjust some comments
2014-07-29 Johannes Doerfert[Refactor] Remove unused MemoryAccess constructor
2014-07-29 Sylvestre Ledru3.5 => 3.6
2014-07-29 Tobias GrosserRevert "Emit column debug information for loads"
2014-07-29 Tobias GrosserEmit column debug information for loads
2014-07-29 Zachary TurnerFix compile error on Windows.
2014-07-29 Jiangning LiuImplement AArch64 TTI interface isAsCheapAsAMove.
2014-07-29 Jiangning LiuAdd TargetInstrInfo interface isAsCheapAsAMove.
2014-07-29 Duncan P. N... Bitcode: Correctly compare a Use against itself
2014-07-29 Duncan P. N... Fix line-endings, NFC
2014-07-29 Duncan P. N... IR: Augment debug statements for use-list order
2014-07-29 Richard Smith[modules] Add testcase for a bug reduced from a selfhos...
2014-07-29 Richard SmithRevert accidentally-committed files in r214151.
2014-07-29 Richard Smith[modules] Add missing #include, found by modules build...
2014-07-29 Rafael EspindolaDelete dead code.
2014-07-29 Alexey Samsonov[UBSan] Try to enable pipefail in UBSan lit tests to...
2014-07-29 Bob WilsonFix up handling of ARM options for controlling strict...
2014-07-29 Matt ArsenaultFix typos / grammar.
2014-07-29 Matt ArsenaultFix header including itself
2014-07-28 Nick Kledzik[mach-o] fix non-debug warnings
2014-07-28 Duncan P. N... llvm-uselistorder: Add -num-shuffles option
2014-07-28 Kevin EnderbyTweak llvm-nm’s -undefined-only (aka -u) printing for...
2014-07-28 Manman RenClean up testing cases.
2014-07-28 Reid KlecknerAdd a location to MS inline asm blobs
2014-07-28 Nick Kledzik[mach-o] Implement interworking between thumb and arm...
2014-07-28 Manman Ren[Debug Info] unique MDNodes in the enum types of each...
2014-07-28 Todd FialaFixup TestStepNoDebug to cleanup properly on shutdown.
2014-07-28 Manman RenRemove extra ; in testing case.
2014-07-28 Richard SmithRemove a nonsense friend declaration.
2014-07-28 Duncan P. N... IR: Optimize size of use-list order shuffle vectors
2014-07-28 Rui Ueyama[PECOFF] Fix failing test.
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Manman Ren[Debug Info] add DISubroutineType and its creation...
2014-07-28 Hans WennborgUpdate LLVM version: 3.5 => 3.6
2014-07-28 Alexey SamsonovExclude ASM from CompilerRT languages as an attempt...
2014-07-28 Eric ChristopherRegenerate autoconf, previous updates to the configury...
2014-07-28 Duncan P. N... llvm-uselistorder: Get it building in configure+make...
2014-07-28 Duncan P. N... Bitcode: Serialize (and recover) use-list order
2014-07-28 Richard Smith[modules] PR20475: merging support for alias template...
2014-07-28 Duncan P. N... llvm-uselistorder: Add -save-temps option
2014-07-28 Duncan P. N... llvm-uselistorder: Check the correct flag for assembly
2014-07-28 Duncan P. N... IR: Expose Module::rbegin() and rend()
2014-07-28 Joerg SonnenbergerChange __INTx_TYPE__ to be always signed. This changes...
2014-07-28 Lang Hames[MCJIT] Remove extraneous parentheses in test case.
2014-07-28 Rafael EspindolaTest the linker plugin handling of llvm.used.
2014-07-28 Manman Ren[Debug Info] add a template class DITypedArray.
2014-07-28 Alexey SamsonovFix linking with just-built libc++abi (added in r214037).
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] rename getTypeArray to getElements, setTyp...
2014-07-28 Manman Ren[Debug Info] replace DIUnspecifiedParameter with DITriv...
2014-07-28 Kaelyn TakataAdd another keyword-selection flag to CorrectionCandida...
2014-07-28 Matt ArsenaultR600: Modernize test
2014-07-28 Alex Lorenzllvm-cov: move the gcov code into a separate file.
2014-07-28 Matt ArsenaultR600/SI: Fix return type for isMIMG / isSMRD
next