platform/upstream/llvm.git
2014-06-11 Chad RosierFix assert comments in Instruction.cpp.
2014-06-11 Matt ArsenaultR600/SI: Update place using old subtarget predicate
2014-06-11 Ed MasteRestore select limitations comment for non-Apple platforms
2014-06-11 Todd FialaAdd gdb-remote P register write test.
2014-06-11 Matt ArsenaultR600/SI: Add common 64-bit LDS atomics
2014-06-11 Matt ArsenaultR600/SI: Add instruction definitions for 64-bit LDS...
2014-06-11 Matt ArsenaultR600/SI: Add 32-bit LDS atomic cmpxchg
2014-06-11 Matt ArsenaultR600/SI: Use LDS atomic inc / dec
2014-06-11 Matt ArsenaultR600/SI: Add other LDS atomic operations
2014-06-11 Matt ArsenaultR600/SI: Add instruction definitions for more LDS ops
2014-06-11 Matt ArsenaultR600/SI: Fix backwards names for local atomic instructions.
2014-06-11 Matt ArsenaultR600/SI: Refactor local atomics.
2014-06-11 Kaelyn TakataSink SpecifierInfo into the only class that uses it.
2014-06-11 Kaelyn TakataMake a couple of helper classes private to TypoCorrecti...
2014-06-11 Kaelyn TakataClean up the TypoCorrectionConsumer's interface a bit.
2014-06-11 Kaelyn TakataMove TypoCorrection filtering into the TypoCorrectionCo...
2014-06-11 Kaelyn TakataMove a few classes to be before TypoCorrectionConsumer.
2014-06-11 Eli BenderskyAdd loop unroll pragma support
2014-06-11 Matt ArsenaultR600/SI: Use v_cvt_f32_ubyte* instructions
2014-06-11 David BlaikieSmallVectorTest: Make the deleted member functions...
2014-06-11 Matt ArsenaultR600/SI: Fix selection failure on scalar_to_vector
2014-06-11 Tim NorthoverX86: add stringy name for X86ISD::LCMPXCHG16_DAG
2014-06-11 Eric ChristopherRevert r210613 to conform to coding standards.
2014-06-11 Marshall ClowAdd a FAQ section, with a question about why the std...
2014-06-11 Fariborz JahanianObjective-C. Patch to handle bridge attribute warnings
2014-06-11 Marshall ClowImplement string_view from the library fundamentals...
2014-06-11 Bill Schmidt[PPC64LE] Fix vec_sld and vec_vsldoi for little endian
2014-06-11 Daniel Sanders[mips][mips64r6] Improve tests affected by the changes...
2014-06-11 Evgeniy Stepanov[asan] Fix mmap-ed coverage with coverage=0.
2014-06-11 Matheus Almeida[mips] Implement jr.hb and jalr.hb (Jump Register and...
2014-06-11 Cameron McInallyAdd AVX512 masked leadz instrinsic support.
2014-06-11 Daniel Jasperclang-tidy: [use-override] Remove 'override' if 'final...
2014-06-11 Evgeniy Stepanov[asan] Run Android test with asanwrapper.
2014-06-11 Evgeniy Stepanov[asan] Exclude non-executable mappings from coverage.
2014-06-11 Simon Atanasyan[Mips] Fix the bug -- symbol referred by the R_MIPS_TLS...
2014-06-11 Evgeniy Stepanov[asan] One more coverage test.
2014-06-11 Evgeniy Stepanov[asan] Fix coverage-android test to avoid name conflict.
2014-06-11 Evgeniy StepanovImprove the test for inlining of __no_debug__ functions.
2014-06-11 Andrea Di Biagio[X86] Refactor the logic to select horizontal adds...
2014-06-11 Daniel Jasperclang-format: Fix pointer/reference detection after...
2014-06-11 David MajnemerMS ABI: Only class templates get complex nullptr pointe...
2014-06-11 Jiangning LiuCreate macro INITIALIZE_TM_PASS.
2014-06-11 Jiangning LiuGlobal merge for global symbols.
2014-06-11 Jiangning LiuRename global-merge to enable-global-merge.
2014-06-11 Craig TopperConvert StringMapEntry::Create to use StringRef instead...
2014-06-11 David MajnemerMS ABI: Mangle null pointer-to-member-functions compatibly
2014-06-11 Rafael EspindolaTry to fix the msvc build.
2014-06-11 Rafael EspindolaUses generic_category instead of system_category.
2014-06-11 Saleem AbdulrasoolMC: add enumeration of WinEH data encoding
2014-06-11 Saleem AbdulrasoolMC: clang-format MCAsmInfo
2014-06-11 David MajnemerCodeGen: Correct linkage of thread_local for OS X
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-11 Rafael EspindolaThere is no posix_category in std, use generic_category.
2014-06-11 Rafael EspindolaMissed these from the previous commit.
2014-06-11 Matt ArsenaultUse cast instead of assert + dyn_cast
2014-06-11 Matt ArsenaultR600: Add helper functions.
2014-06-11 Rafael EspindolaInherit from error_category instead of _do_message.
2014-06-11 Kevin Qin[AArch64] Add default features for CPUs on AArch64...
2014-06-11 Nick Kledzik[mach-o] fix use of resolver functions to not cause...
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-11 Saleem AbdulrasoolCodeGen: refactor DwarfException
2014-06-11 Rui UeyamaFix pecoff/export.test on Windows.
2014-06-11 Rafael EspindolaUse an enum class.
2014-06-11 Eric ChristopherRemove duplicate copy of InstrItineraryData from the...
2014-06-11 David BlaikieEnsure test/Misc/win32-macho.c doesn't try to write...
2014-06-11 Richard SmithPR19993: don't assert/crash if a static data member...
2014-06-11 Eric ChristopherMove to a private function to initialize the subtarget...
2014-06-11 Richard SmithPR19996: don't crash if -Wuninitialized sees a c++1y...
2014-06-11 Eric ChristopherMove to a private function to initialize the subtarget...
2014-06-11 Eric ChristopherSort includes.
2014-06-11 Nick Kledzik[mach-o] add support for parsing resolver functions
2014-06-11 Reid KlecknerAllow lookup into dependent bases in more places under...
2014-06-10 Juergen Ributzka[FastISel][X86] Extend support for {s|u}{add|sub|mul...
2014-06-10 Richard SmithTeach __alignof__ to look through arrays before perform...
2014-06-10 Richard SmithRelated to PR19992: when the GNU alignof-expression...
2014-06-10 Reid KlecknerRecover from missing typenames on template args for...
2014-06-10 Eric ChristopherUse unique_ptr for X86Subtarget pointer members.
2014-06-10 Eric ChristopherMove AArch64TargetLowering to AArch64Subtarget.
2014-06-10 Zachary TurnerRevert "Clang changes to support LLVM removal of runtim...
2014-06-10 Zachary TurnerRevert "Remove support for runtime multi-threading."
2014-06-10 Todd FialaFixed gdb-remote M test length parameter, added overwri...
2014-06-10 Zachary TurnerClang changes to support LLVM removal of runtime multit...
2014-06-10 Zachary TurnerRemove support for runtime multi-threading.
2014-06-10 Eric ChristopherMove AArch64InstrInfo to AArch64Subtarget.
2014-06-10 Eric ChristopherRemove a method that was just replacing direct access...
2014-06-10 Hans Wennborglit: warn when passed invalid pathname
2014-06-10 Eric ChristopherRemove the use of TargetMachine from X86InstrInfo.
2014-06-10 Eric ChristopherMove X86RegisterInfo away from using the TargetMachine...
2014-06-10 Todd FialaAdded gdb-remote test to verify M memory write.
2014-06-10 Reid Kleckner*Really* fix DOS newlines introduced in r210330
2014-06-10 Ed MasteRemove duplicated code
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-10 Eric ChristopherUse the TargetMachine on the DAG or the MachineFunction...
2014-06-10 Tom StellardR600/SI: Emit an error when attempting to spill VGPRs v4
2014-06-10 Tom StellardR600/SI: Fix a crash when spilling SGPRs
2014-06-10 Bob WilsonTry to fix clang-hexagon-elf failure by requiring x86...
2014-06-10 Richard SmithPR19992: alignof is permitted on an array of unknown...
2014-06-10 Bob WilsonFix crash with x86_64-pc-win32-macho target. <rdar...
2014-06-10 Kaelyn TakataRemove a redundant conditional when caching typo failures.
next