platform/upstream/llvm.git
2015-07-30 David BlaikieSplit DWARF: Allow -gmlt/-gsplit-dwarf to override...
2015-07-30 Sanjay Patelfix memcpy/memset/memmove lowering when optimizing...
2015-07-30 Hubert TongImproved error recovery for _Pragma
2015-07-30 Kostya Serebryany[libFuzzer] fix the strncmp interceptor -- it should...
2015-07-30 Hubert Tong[Concepts] Add diagnostic: non template declaration
2015-07-30 Eric ChristopherFix TableGen code generation for ReadNone attribute.
2015-07-30 Adhemerval... [dfsan] Enable dfsan for aarch64
2015-07-30 Sanjay Patelenable fast-math-flag propagation to DAG nodes
2015-07-30 Daniel Sanders[Sanitizers] [Bug 24151] Generalize type of offset...
2015-07-30 Adhemerval... [sanitizers] Enable dfsan for aarch64
2015-07-30 Adhemerval... Enable dfsan for aarch64
2015-07-30 Rui UeyamaRemove trailing whitespace.
2015-07-30 Mehdi AminiAdd a TargetMachine hook that verifies DataLayout compa...
2015-07-30 Zachary TurnerConvert the ScriptInterpreter system to a plugin-based...
2015-07-30 David MajnemerCOFF: Sort output sections which start with .debug...
2015-07-30 Evgeniy Stepanov[asan] Support arm64 devices in asan_device_setup.
2015-07-30 Michael KruseMove computations out of constructors
2015-07-30 Argyrios Kyrtzidis[sema] Allow to opt-out of overriding the super class...
2015-07-30 Naomi Musgravetesting for tail call optimization repression when...
2015-07-30 Marshall ClowFix PR#24267. use numeric_limits::max instead of ~0...
2015-07-30 Naomi Musgravesimplified test case
2015-07-30 Naomi Musgraveremoved hardcoding for attribute associated with dtor...
2015-07-30 Naomi MusgraveTesting to verify function attribute disable-tail-calls...
2015-07-30 Naomi Musgraveupdated test to be more explicit
2015-07-30 Naomi MusgraveUpdated test regex and flags
2015-07-30 Naomi Musgraverepress tail call optimization when performing use...
2015-07-30 Chaoren LinUse only unnamed pipes to launch lldb-server gdbserver.
2015-07-30 Wei Mi[SLP vectorizer]: Choose the best consecutive candidate...
2015-07-30 Mehdi AminiFix lli with OrcLazyJIT: the default DataLayout was...
2015-07-30 Pete CooperUse llvm::reverse to make a bunch of loops use foreach...
2015-07-30 Matt ArsenaultAMDGPU: Set SubRegIndex size and offset
2015-07-30 Matt ArsenaultAMDGPU: Fix unreachable when emitting binary debug...
2015-07-30 Alex LorenzMIR Serialization: Serialize the machine basic block...
2015-07-30 David Majnemer[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
2015-07-30 Pete CooperAdd fmodules-cache-path to 2 tests which were missing it.
2015-07-30 Renato Golin[ARM] Allow setting the generic features for native...
2015-07-30 Tom StellardAMDGPU/SI: Simplify moveSMRDToVALU()
2015-07-30 Tom StellardAMDGPU/SI: Remove isTriviallyReMaterializable() functio...
2015-07-30 Daniel Sanders[libcxxabi][mips] Correct float_data::mangled_size...
2015-07-30 Ulrich WeigandFix sanitizer fallout from r243642
2015-07-30 Ulrich Weigand[SystemZ] Add support for vecintrin.h vector built...
2015-07-30 Ulrich WeigandAdd support for System z vector language extensions
2015-07-30 Marshall ClowChange some #ifdefs to #if - thanks to Dexon for thge...
2015-07-30 Vasileios Kalintiris[mips] Fix out-of-date debug information in test file.
2015-07-30 NAKAMURA TakumiMCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
2015-07-30 Vasileios Kalintiris[mips][FastISel] Remove hidden mips-fast-isel option.
2015-07-30 Tamas BerghammerFix issues with separate symbolfile handling
2015-07-30 Vasileios Kalintiris[mips][FastISel] Apply only zero-extension to constants...
2015-07-30 Alexey Bataev[OPENMP 4.1] Initial support for extended 'ordered...
2015-07-30 Daniel Sanders[test-release.sh] Add -no-libunwind to disable it on...
2015-07-30 Michael Kuperstein[X86] Recognize "flags" as an identifier, not a registe...
2015-07-30 Michael Kuperstein[X86] Recognize "flags" as an identifier, not a registe...
2015-07-30 Tamas BerghammerMark TestMiBreak as falkey on Linux
2015-07-30 Matt ArsenaultAdd amdopencl environment to triple
2015-07-30 Simon Atanasyan[Mips] Implement definition of DT_MIPS_RLD_MAP dynamic...
2015-07-30 Sean SilvaAdd a comment explaining differing Windows behavior.
2015-07-30 Sean SilvaEnable accidentally-disabled tests.
2015-07-30 Asaf Badouh[X86][AVX512BW] Remove whitespaces
2015-07-30 Mohit K. Bhakkad[LLDB][MIPS] Added expected failure for "test disassemb...
2015-07-30 Ilia KClean up test/tools/lldb-mi/variable/main.cpp after...
2015-07-30 Mohit K. Bhakkad[LLDB][MIPS] To handle SI_KERNEL generated for invalid...
2015-07-30 Ilia KFix bug in expression display when determining if a...
2015-07-30 Jaydeep Patil[LLDB][MIPS] Create Unix Signals based on target archit...
2015-07-30 Adam Nemet[LoopVer] Add missing std::move
2015-07-30 Nico WeberRevert r243604, it (very likely) caused PR24312.
2015-07-30 Richard SmithRemove some noise "this->"s left behind by r243213.
2015-07-30 Adam Nemet[LDist] Filter the checks locally rather than in LAA...
2015-07-30 Richard Smith[modules] Remove redundant information written into...
2015-07-30 Kostya Serebryany[libFuzzer] implement strncmp hook for data-flow-guided...
2015-07-30 Kostya Serebryany[sanitizer] add a weak hook for strncmp interceptor...
2015-07-30 Lang Hames[MCJIT] Fix a memory leak in a unit test that was intro...
2015-07-30 Hans Wennborg[CMake] Pass -march=i686 when targeting i686 (PR24222)
2015-07-30 Kostya Serebryany[libFuzzer] implement memcmp hook for data-flow-guided...
2015-07-30 Sean SilvaRemove bad test.
2015-07-30 Kostya Serebryany[sanitizer] add a weak hook for memcmp interceptor...
2015-07-30 Sean SilvaAttempt to make clang-x64-ninja-win7 happy.
2015-07-30 Alexey Samsonov[Sanitizer] Replace diagnostic string literal to workar...
2015-07-30 Pete CooperPrefix make_reverse_iterator with llvm namespace.
2015-07-30 Sean SilvaAvoid failure to canonicalize '..'.
2015-07-30 Sanjay Patelpush fast-math check for machine-combiner reassociation...
2015-07-29 Kostya Serebryany[asan,tsan,msan] move the memcmp interceptor from asan...
2015-07-29 Richard TrieuFix -Wredundant-move warning.
2015-07-29 Eric FiselierRevert recent CMake changes again due to failing compil...
2015-07-29 Richard Smith[modules] When performing redeclaration lookup for...
2015-07-29 Eric FiselierAttempt to fix build issues introduced by
2015-07-29 Matthias BraunIR: Implement Value::mergeUseLists() iteratively
2015-07-29 Lang Hames[MCJIT] Fix PR20656 by teaching MCJIT to honor Executio...
2015-07-29 Rui UeyamaRemove unused #includes.
2015-07-29 Rui UeyamaCOFF: Suppress "Duplicate entry" warning of lib.exe
2015-07-29 Nick LewyckyFix typo in unused variable name.
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Frederic Riss[dsymutil] Re-add command line option -v this time...
2015-07-29 Frederic Riss[dsymutil] Use option categories.
2015-07-29 Frederic Riss[dsymutil] Rename -v option to -verbose
2015-07-29 Pete CooperReapply "Add reverse(ContainerTy) range adapter."
2015-07-29 Oleksiy VyalovMake DWARF at_comp_dir symbolic links configurable...
2015-07-29 Michael J.... [ELF2] Templatize addChunk and handle section flags.
2015-07-29 Eric ChristopherRename hasCompatibleFunctionAttributes->areInlineCompat...
2015-07-29 Simon Pilgrim[X86][SSE] Keep 32-bit target i64 vector shifts on...
2015-07-29 Tim NorthoverAArch64: use 32-bit MOV rather than UBFX to truncate...
next