platform/upstream/llvm.git
2014-10-13 Adrian Prantlconstify the getters in SDNodeDbgValue.
2014-10-13 Chad RosierRefactor debug statement and remove dead argument....
2014-10-13 Jordan Rose[analyzer] Check all 'nonnull' attributes, not just...
2014-10-13 Samuel BenzaquenFix order of evaluation bug in DynTypedMatcher::constru...
2014-10-13 Adrian Prantlcleanup comments and remove an obsolete workaround
2014-10-13 Samuel BenzaquenFix bug in DynTypedMatcher::constructVariadic() that...
2014-10-13 Timur IskhodzhanovAdd VS2012-generated test inputs for test/tools/llvm...
2014-10-13 Greg ClaytonDon't lock the IOHandlerList::m_mutex in Debugger:...
2014-10-13 Chad RosierRelinquish ownership of MS-style inline assembly.
2014-10-13 Adrian PrantlAddress review comments from Justin Bogner.
2014-10-13 Filipe CabecinhasFix a broadcast related regression on the vector shuffl...
2014-10-13 Matt ArsenaultR600/SI: Minor cleanup of function
2014-10-13 Ulrich WeigandMore OpenMP test case compatibility fixes
2014-10-13 Johannes Doerfert[Refactor][NfC] Simplify and clean the handling of...
2014-10-13 Alexander Kornienko[clang-tidy] misc-braces-around-statements.ShortStateme...
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Follow-up fixes to r219602...
2014-10-13 Manuel KlimekRe-structure clang-rename into a library and the tool.
2014-10-13 Bradley Smith[AArch64] Fixup test from A53 erratum patch after build...
2014-10-13 Renato GolinAdds support for the Cortex-A17 processor to Clang
2014-10-13 Renato GolinAdds support for the Cortex-A17 to the ARM backend
2014-10-13 Daniel Sanders[mips] Mark redundant instructions with a comment in...
2014-10-13 Bradley Smith[AArch64] Add workaround for Cortex-A53 erratum (835769)
2014-10-13 Bradley Smith[AArch64] Add workaround for Cortex-A53 erratum (835769)
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory references...
2014-10-13 Alexey BataevFix incompatibility issue in /OpenMP/parallel_num_threa...
2014-10-13 Dmitry Vyukovtsan: better reporting for virtual-call-after-free
2014-10-13 Alexey Bataev[OPENMP] Codegen for 'num_threads' clause in 'parallel...
2014-10-13 Alexey BataevFix test OpenMP/parallel_if_codegen.cpp.
2014-10-13 Alexey Bataev[OPENMP] Codegen for 'if' clause in 'parallel' directive.
2014-10-13 NAKAMURA TakumiUnix/Signals.inc: Let findModulesAndOffsets() built...
2014-10-13 NAKAMURA TakumiRevert r219584, "[X86] Memory folding for commutative...
2014-10-13 Alexey BataevPredefinedExpr deserialization test in dependent context.
2014-10-13 Richard Smith[modules] Stop excluding Support/Debug.h from the Suppo...
2014-10-12 Benjamin Kramer[Modules] Add some missing includes to make files compi...
2014-10-12 Benjamin Kramer[Modules] Make header standalone. NFC.
2014-10-12 Tyler NowickiFixed a problem in r19589.
2014-10-12 Tyler NowickiAllow constant expressions in pragma loop hints.
2014-10-12 Benjamin KramerModernize old-style static asserts. NFC.
2014-10-12 Joerg SonnenbergerRevert r219223, it creates invalid PHI nodes.
2014-10-12 Benjamin KramerAPSInt: Simplify code to reduce the number of copies...
2014-10-12 Benjamin KramerInstCombine: Turn (x != 0 & x <u C) into the canonical...
2014-10-12 Simon Pilgrim[X86] Memory folding for commutative instructions.
2014-10-12 David MajnemerInstCombine: Simplify commonIDivTransforms
2014-10-12 David MajnemerCodeGen: Strip qualifiers from qualified array types...
2014-10-12 NAKAMURA Takumillvm/test/CodeGen: Some tests don't REQUIRE asserts...
2014-10-12 NAKAMURA Takumiclang/test/Driver: Some tests don't REQUIRE asserts...
2014-10-11 NAKAMURA TakumiSuppress llvm-ar's MRI tests for now on win32, since...
2014-10-11 Todd Fialallgs: fixes to PTY/gdb-remote inferior stdout/stderr...
2014-10-11 Simon PilgrimTest commit access (email fix)
2014-10-11 Todd FialaFix cmake build for PluginInstrumentationRuntimeAddress...
2014-10-11 Benjamin KramerAssumptionTracker: Don't create temporary CallbackVHs.
2014-10-11 Benjamin KramerMC: Shrink MCSymbolRefExpr by only storing the bits...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-11 Simon PilgrimTest commit access
2014-10-11 Chandler CarruthSuppress a warning about an unused variable in NDEBUG...
2014-10-11 Chandler Carruth[complex] Teach the other two binary operators on compl...
2014-10-11 Renato GolinFix typo in ARM reserved-r9 test case
2014-10-11 David MajnemerInstCombine: Don't fold (X <<s log(INT_MIN)) /s INT_MIN...
2014-10-11 David MajnemerInstCombine, InstSimplify: (%X /s C1) /s C2 isn't alway...
2014-10-11 David MajnemerInstCombine: mul to shl shouldn't preserve nsw
2014-10-11 Chandler Carruth[complex] Use the much more powerful EmitCall routine...
2014-10-11 Daniel Jasperclang-format: [ObjC] Wrap ObjC method declarations...
2014-10-11 Chandler Carruth[UBSan] Disable one run line of this test to allow...
2014-10-11 Chandler Carruth[SCEV] Fix one more caller blindly passing the latch...
2014-10-11 Alexey BataevFix deserialization of PredefinedExpr in dependent...
2014-10-11 Kuba BreckaAdd a IsInstrumentationRuntimePresent SB API
2014-10-11 Alexey Samsonov[UBSan] Fix UBSan testcase for float->int conversion...
2014-10-11 Chandler CarruthGuard the definition of the stack tracing function...
2014-10-11 Chandler Carruth[complex] Teach Clang to preserve different-type operan...
2014-10-11 Reed KotlerAdd basic conditional branches in mips fast-isel
2014-10-11 Kuba Breckainclude compiler-rt in build-llvm.pl
2014-10-11 Eric ChristopherFix the build after the recent plugin additions for
2014-10-11 Jim InghamRework the way we pass "run multiple command" options...
2014-10-11 Richard Smith[modules] When instantiating a class member, don't...
2014-10-11 Ehsan Akhgariclang-cl: Don't warn for unused private fields when...
2014-10-11 Chandler Carruth[SCEV] Add some asserts to the recently improved trip...
2014-10-11 Eric ChristopherReinstate setting addr_width to the result of the compu...
2014-10-11 Eric ChristopherRemove default case from a fully covered switch.
2014-10-10 Eric ChristopherFix unused variable warning from r219544.
2014-10-10 Kuba BreckaLLDB AddressSanitizer instrumentation runtime plugin...
2014-10-10 Bob WilsonTreat -mios-simulator-version-min option as an alias...
2014-10-10 Jason MolendaAdd a new disassembly-format specification so that...
2014-10-10 Lang Hames[MCJIT] Replace memcpy with readBytesUnaligned in Runti...
2014-10-10 Sanjay PatelReturn undef on FP <-> Int conversions that overflow...
2014-10-10 Alexey SamsonovFollow-up to r219534 to make symbolization more robust.
2014-10-10 Enrico GranataWhen parsing ObjC types from encoded strings (and disal...
2014-10-10 Richard Smith[modules] Delay loading the field declared with an...
2014-10-10 Justin BognerCorrectly handle reading locations from serialized...
2014-10-10 Matt ArsenaultR600/SI: Change how DS offsets are printed
2014-10-10 Matt ArsenaultR600/SI: Match read2/write2 stride 64 versions
2014-10-10 Fariborz JahanianObjective-C [qoi]. When reporting that a property is not
2014-10-10 Alexey SamsonovRe-land r219354: Use llvm-symbolizer to symbolize LLVM...
2014-10-10 Matt ArsenaultR600/SI: Add load / store machine optimizer pass.
2014-10-10 Sanjoy DasThis patch teaches ScalarEvolution to pick and use...
2014-10-10 Chandler Carruth[mips] Actually mark that the default case is unreachab...
2014-10-10 Reed KotlerImplement floating point compare for mips fast-isel
2014-10-10 Eli BenderskyAdd libclang capabilities to retriete template argument...
2014-10-10 Bob WilsonRemove rest of the comment that is no longer true after...
2014-10-10 Bob WilsonRemove a FIXME: use the ios_simulator_version_min linke...
2014-10-10 David MajnemerMake test more robust to appease build bots
next