platform/upstream/llvm.git
2014-06-12 Rafael EspindolaGive clang-format its own error category.
2014-06-12 Saleem AbdulrasoolDriver: use more range-based for loops
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-12 Rafael EspindolaUse generic_category from the std namespace.
2014-06-12 Rafael EspindolaUse generic_category from the std namespace.
2014-06-12 Bob WilsonFix verifier for GlobalAliases to avoid recursing into...
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaUse error_category from the std namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-12 Rafael EspindolaUse error_condition from the std namespace.
2014-06-12 Rafael EspindolaUsed mapWindowsError. I missed these in the initial...
2014-06-12 Rafael EspindolaRemove some low hanging fruit from system_error.h
2014-06-12 Rafael EspindolaErrno should use generic_category.
2014-06-12 Richard Smith[modules] Add first-draft module maps for Clang. These...
2014-06-12 Rafael EspindolaTry to fix the mingw build.
2014-06-12 Zachary TurnerDo not register and de-register PassRegistrationListene...
2014-06-12 Richard SmithPR19966: don't crash/assert when __underlying_type...
2014-06-11 Rafael EspindolaAccomodate for message differences on windows.
2014-06-11 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-11 Juergen Ributzka[FastISel][X86] Add support for the sqrt intrinsic.
2014-06-11 Juergen Ributzka[FastIsel][X86] Add support for lowering the first...
2014-06-11 Greg ClaytonMulti-line expressions in Xcode now have a space betwee...
2014-06-11 Zachary TurnerDon't acquire the mutex during the destructor of PassRe...
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Hans WennborgDon't inherit dllimport to inline move assignment operators
2014-06-11 Rafael EspindolaFix test build on windows.
2014-06-11 Reid KlecknerDon't slice SemaDiagnosticBuilder
2014-06-11 Rafael EspindolaRemove unused has_magic.
2014-06-11 Rui UeyamaMove Simple.h and Alias.h to include/Core.
2014-06-11 Juergen Ributzka[FastISel][X86] Add support for the frameaddress intrinsic.
2014-06-11 Hans WennborgFix the VS2012 build.
2014-06-11 Fariborz JahanianObjective-C. Accept '__attribute__((__ns_returns_retain...
2014-06-11 Chad Rosier[AArch64] Basic Sched Model for Cortex-A57.
2014-06-11 Rafael EspindolaQuick fix for the windows build.
2014-06-11 Tom StellardR600: Set correct InstrItinClass for instructions using...
2014-06-11 Tom StellardR600: BCNT_INT is a vector only instruction
2014-06-11 Jim GrosbachARM: honor hex immediate formatting for ldr/str i12...
2014-06-11 Jim Grosbachllvm-mc: Add option for prefering hex format disassembly.
2014-06-11 Bob WilsonRemove dev/null redirect and x86 backend requirement...
2014-06-11 Rui Ueyamagroup-cmd-search test is not supposed to pass on Windows.
2014-06-11 Richard SmithAdd missing "non-constant" diagnostic for a member...
2014-06-11 Hans Wennborgclang-cl: accept the /C option with /P (PR19978)
2014-06-11 Bob WilsonRun new test with -fsyntax-only.
2014-06-11 Matt ArsenaultR600/SI: Fix bitcast between v2i32 and f64
2014-06-11 Aaron BallmanThe automated server-side process isn't quite right...
2014-06-11 Fariborz JahanianObjective-C. More tests for both bridging attributes and
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Kaelyn TakataAdd some comments to TypoCorrectionConsumer.
2014-06-11 Chad Rosier[Reassociate] FileCheckize and cleanup a few testcases...
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
next