platform/upstream/llvm.git
2014-10-14 Richard SmithExtend -Rmodule-build to also remark when module buildi...
2014-10-14 Richard Smith[modules] Merging for class-scope using-declarations.
2014-10-14 Marcello MaggioniSwitch to select optimization for two-case switches
2014-10-14 Nick Kledzik[mach-o] Add Pass to create are shim Atoms for ARM...
2014-10-14 Jim InghamThis adds a "batch mode" to lldb kinda like the gdb...
2014-10-14 Eric ChristopherDon't include DFAPacketizer in TargetInstrInfo, there...
2014-10-14 Eric ChristopherInclude map into the A15SDOptimizer rather than pick...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-14 Justin BognerRevert "Frontend: Extract SerializedDiagnosticReader...
2014-10-14 Justin BognerFrontend: Try to fix cmake builders after r219647
2014-10-14 Justin BognerFrontend: Extract SerializedDiagnosticReader out of...
2014-10-14 Peter CollingbourneIntroduce Go coding standards for LLVM.
2014-10-14 Sanjay Patelfix formatting; NFC
2014-10-14 Chandler CarruthAdd some optional passes around the vectorizer to both...
2014-10-14 Peter CollingbourneIntroduce LLVMWriteBitcodeToMemoryBuffer C API function.
2014-10-13 Alexey SamsonovSanitize upcasts and conversion to virtual base.
2014-10-13 Sean CallananResolve non-pointer isas for metaclasses.
2014-10-13 Chris BienemanUpdating documentation as per Chandler's feedback.
2014-10-13 David MajnemerInstCombine: Fix miscompile in X % -Y -> X % Y transform
2014-10-13 Chris BienemanRemoving the static destructor from ManagedStatic.cpp...
2014-10-13 David MajnemerFix the build
2014-10-13 Eric ChristopherMigrate another set of getSubtargetImpl away.
2014-10-13 Peter CollingbourneRemove unused debug info constants.
2014-10-13 David MajnemerInstCombine: Don't miscompile (x lshr C1) udiv C2
2014-10-13 Reed KotlerMake first of several changes to bring up to AArch64...
2014-10-13 Filipe CabecinhasFix minor typos in comments.
2014-10-13 Paul RobinsonUpdate the example of using a command-line option custo...
2014-10-13 Fariborz JahanianObjective-C [Sema]. Fixes a bug in comparing qualified
2014-10-13 Dan AlbertCorrectly export _Unwind_[GS]et(GR|IP) for EHABI.
2014-10-13 Adrian PrantlAdd an assertion about the integrity of the iterator.
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
next