platform/upstream/llvm.git
2016-04-12 Nico WeberRevert 266090, needs more testing first.
2016-04-12 Nico Weberclang-cl: Expose -nostdlibinc.
2016-04-12 David Majnemer[FileManager] Don't crash if reading from stdin and...
2016-04-12 Nicolai HaehnleAMDGPU/SI: Fix a mis-compilation of multi-level breaks
2016-04-12 Johannes DoerfertDo not by default minimize remarks
2016-04-12 Artur PilipenkoSupport arbitrary addrspace pointers in masked load...
2016-04-12 Davide Italiano[Bitcode] Fix + regenerate old test so that it includes...
2016-04-12 Geoff Berry[ScheduleDAGInstrs] Handle instructions with multiple...
2016-04-12 Yaxun LiuVerify commit right by adding a blank line to test...
2016-04-12 Than McIntoshTest commit, NFC.
2016-04-12 Petar Jovanovic[mips] add assembler support for .set arch=octeon
2016-04-12 Kuba Brecka[tsan] Fix a crash with dispatch_source_set_cancel_hand...
2016-04-12 Aaron BallmanMoving clang-test-depends into the Clang tests folder...
2016-04-12 Aaron BallmanMoving llvm-test-depends and test-depends into the...
2016-04-12 Matt ArsenaultLangRef: Update example syntax for atomic load instruction
2016-04-12 Rafael EspindolaMake a test a bit stronger.
2016-04-12 Matt ArsenaultAMDGPU: Implement i64 global atomics
2016-04-12 Matt ArsenaultAMDGPU: Add atomic_inc + atomic_dec intrinsics
2016-04-12 Matt ArsenaultAMDGPU: Remove trailing whitespace
2016-04-12 Pavel LabathFixup TestFdLeak
2016-04-12 Matt ArsenaultAMDGPU: Add volatile to test loads and stores
2016-04-12 Simon Pilgrim[X86] Regenerated avx512 calling convention test checks
2016-04-12 Johannes DoerfertRecord wrapping assumptions early
2016-04-12 Johannes DoerfertRecord assumptions first and add them later
2016-04-12 Rafael EspindolaUse DefinedSynthetic for _gp* symbols.
2016-04-12 Johannes DoerfertIntroduce and use MemoryAccess::getPwAff() [NFC]
2016-04-12 Johannes DoerfertDo not assume switch modeling optimizes a SCoP
2016-04-12 Rafael EspindolaSimplify now that we always have a .got.
2016-04-12 Rafael EspindolaAlways create a .got on mips.
2016-04-12 Rafael EspindolaThis reverts commit r266002, r266011 and r266016.
2016-04-12 Simon DardisRevert "[mips] MIPSR6 Compact branch aliases"
2016-04-12 Jonas Paulsson[SystemZ] Use LDE32 instead of LE, when Offset is small.
2016-04-12 George Rimar[ELF] Removed redundant llvm-mc call. NFC.
2016-04-12 Pavel LabathBump up timeout in TestGdbRemoteProcessInfo
2016-04-12 Benjamin KramerRemove unused diagnostics. NFC.
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'linear' clause in 'declare...
2016-04-12 Simon Dardis[mips] MIPSR6 Compact branch aliases
2016-04-12 Pavel LabathSkip a test in TestNamespaceLookup on linux to avoid...
2016-04-12 Johannes DoerfertIntroduce an invalid context for each statement
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'aligned' clause in 'declare...
2016-04-12 Johannes DoerfertSimplify SCEVAffinator code [NFC]
2016-04-12 Pavel LabathRevert "Restore the lazy initialization of ScriptInterp...
2016-04-12 Stephan BergmannAvoid GCC -fpermissive error about llvm::Mangler hidden...
2016-04-12 Michael Zuckerman[Clang][BuiltIn][avx512] Adding avx512 (shuf,sqrt{ss...
2016-04-12 Mehdi AminiRefactor the Internalize stage of libLTO in a separate...
2016-04-12 Mehdi AminiUse StringSet instead of StringMap where it makes sense...
2016-04-12 Junmo ParkMinor code cleanup. NFC.
2016-04-12 Matthias Gehre[clang-tidy] fix readability-avoid-const-params-in...
2016-04-12 Matthias Gehre[ASTMatchers]: fix crash in hasReturnValue
2016-04-12 Saleem AbdulrasoolProcess: fix the build with certain kernel versions
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'uniform' clause in 'declare...
2016-04-12 Chuang-Yu Cheng[PPC64] Mark CR0 Live if PPCInstrInfo::optimizeCompareI...
2016-04-12 Saleem AbdulrasoolBasic: fix profiling with GNU EABI
2016-04-12 Chuang-Yu Cheng[PPC64] Use mfocrf in prologue when we only need to...
2016-04-12 Rafael EspindolaDevide _gp in the same spot as other mips symbols....
2016-04-12 Matthias BraunTargetLowering: Add missing doxygen group end.
2016-04-12 Matthias BraunAArch64: Drive-by cleanup
2016-04-12 George Burgess IVAttempt to make buildbot happier with r266032.
2016-04-12 Enrico GranataRestore the lazy initialization of ScriptInterpreterPyt...
2016-04-12 George Burgess IVAdd the allocsize attribute to LLVM.
2016-04-12 Devin Coughlin[analyzer] Fix assertion in ReturnVisitor for body...
2016-04-12 Quentin Colombet[AArch64] Add test cases for the repairing of physical...
2016-04-12 Quentin Colombet[RegBankSelect] Teach the repairing code how to handle...
2016-04-12 Quentin Colombet[AArch64] Add a test case for the propagation of regist...
2016-04-12 Quentin Colombet[RegisterBankInfo] Do not provide a default mapping...
2016-04-12 Quentin Colombet[AArch64] Add a test case for the repairing of definitions.
2016-04-12 Quentin Colombet[RegBankSelect] Teach how to repair definitions.
2016-04-12 Quentin Colombet[MachineIRBuilder] Expose the insertion point in the...
2016-04-12 Greg ClaytonFixed Variable::GetDecl() and Variable::GetDeclContext...
2016-04-12 JF BastienMergeFunctions: test alloca better
2016-04-12 Quentin Colombet[AArch64] Test that RegBankSelect inserts the proper...
2016-04-11 Derek SchuffReplace MachineRegisterInfo::TracksLiveness with a...
2016-04-11 Adrian PrantlAdd a missing DICompileUnit to testcase.
2016-04-11 Mehdi AminiThinLTO renaming: use module hash instead of position...
2016-04-11 Adrian PrantlLegalize the debug info in this testcase in anticipatio...
2016-04-11 JF BastienAtomicExpandPass: mark assert variable as used
2016-04-11 James Y KnightFix compile with GCC after r266002 (Add __atomic_*...
2016-04-11 Davide Italiano[LTO] Switch Module to std::unique_ptr<>.
2016-04-11 Justin BognerCodeGen: Fix a use-after-free in TailDuplication
2016-04-11 JF BastienNFC: keep comment up to date
2016-04-11 Evgeniy Stepanov[safestack] A test for stackprotector canaries.
2016-04-11 Evgeniy StepanovAllow simultaneous safestack and stackprotector attributes.
2016-04-11 Evgeniy Stepanov[safestack] Add canary to unsafe stack frames
2016-04-11 Tim NorthoverARM: use r7 as the frame-pointer on all MachO targets.
2016-04-11 James Y KnightAdd __atomic_* lowering to AtomicExpandPass.
2016-04-11 Enrico GranataAdd support for resolving dynamic types of extended...
2016-04-11 Manman Renswifterror: fix up a testing case.
2016-04-11 Davide Italiano[DebugInfo/Test] Add CU as required.
2016-04-11 Simon Pilgrim[DAGCombiner] Fold xor/and/or (bitcast(A), bitcast...
2016-04-11 Manman RenSwift Calling Convention: swifterror target support.
2016-04-11 Adrian PrantlRevert accidentally committed change
2016-04-11 Adrian PrantlAdd missing DICompileUnit to this testcase
2016-04-11 Hans Wennborglibclang: fix two memory leaks (PR26292)
2016-04-11 Zachary TurnerFix some display bugs in llvm-pdbdump.
2016-04-11 Tom StellardRevert "AMDGPU/SI: Do not generate s_waitcnt after...
2016-04-11 Richard TrieuAdjust tests to have consistent integer sizes.
2016-04-11 Hans WennborgFix repeated conditional expression (PR20711)
2016-04-11 Hans WennborgFix broken assert, PR24624
2016-04-11 Hans WennborgRemove redundant .c_str(), as suggested by PR25633
2016-04-11 Hans WennborgFix a couple of redundant conditional expressions ...
next