platform/upstream/llvm.git
2014-06-17 Ben LangmuirRetry building modules that were compiled by other...
2014-06-17 Todd FialaAdded gdb-remote auxv test for chunked reads.
2014-06-17 Juergen Ributzka[FastISel][X86] Optimize predicates and fold CMP instru...
2014-06-17 Zachary TurnerRemove more occurrences of the unused-mutex-parameter...
2014-06-17 Jim InghamThose were not the right defines for memory errors...
2014-06-17 Todd FialaFix up lldb cmake linker flags for MacOSX.
2014-06-17 Diego NovilloRemove dead code.
2014-06-17 Zachary TurnerChange libclang initialization to use std::call_once...
2014-06-17 Tom StellardR600/SI: Make sure target flags are set on pseudo VOP3...
2014-06-17 Hans Wennborglit: simplify population of the actual_inputs array
2014-06-17 Rafael EspindolaMerge lib/Support/WindowsError.cpp into ib/Support...
2014-06-17 Kevin EnderbyAdd "-format darwin" to llvm-size to be like darwin...
2014-06-17 Matt ArsenaultR600/SI: Match cttz_zero_undef
2014-06-17 Matt ArsenaultR600/SI: Match ctlz_zero_undef
2014-06-17 Johannes DoerfertSubject: [PATCH-v5] Detect and mark reduction like...
2014-06-17 Rafael EspindolaRevert "[OPENMP] Initial support for '#pragma omp for'."
2014-06-17 Yaron KerenFix the comment which was backwards.
2014-06-17 Will Schmidtmark the old jit tests as unsupported for powerpc64...
2014-06-17 Tom StellardR600: Use LDS and vectors for private memory
2014-06-17 Tom StellardR600/SI: Add a pattern for llvm.AMDGPU.barrier.global
2014-06-17 Tom StellardSelectionDAG: Expand i64 = FP_TO_SINT i32
2014-06-17 Tom StellardR600/SI: Re-initialize the m0 register after using...
2014-06-17 Rui Ueyama[PECOFF] Support COMDAT associative sections.
2014-06-17 Todd FialaAdded gdb-remote auxv tests.
2014-06-17 Juergen Ributzka[FastISel][X86] Fix previous refactoring commit (r211077)
2014-06-17 Dinesh DwivediFixed jump threading going to infinite loop.
2014-06-17 Ed MasteAvoid crashing on invalid or unreadable ELF core
2014-06-17 James MolloyRewrite ARM NEON intrinsic emission completely.
2014-06-17 James MolloyMove SetTheory from utils/TableGen into lib/TableGen...
2014-06-17 Simon Atanasyan[Mips] Make plt-header.test test case independent from...
2014-06-17 Daniel Jasperclang-format: Introduce style with spaces on both sides...
2014-06-17 James MolloyFix memory leak of RegScavenger accidentally added...
2014-06-17 Alexey Bataev[OPENMP] Initial support for '#pragma omp for'.
2014-06-17 Tim NorthoverAArch64: estimate inline asm length during branch relax...
2014-06-17 Evgeniy Stepanov[msan] Fix a comment.
2014-06-17 Dmitri GribenkoConvertUTF tests: remove uses of initializer lists...
2014-06-17 Evgeniy Stepanov[msan] Fix handling of multiplication by a constant...
2014-06-17 Justin BognerSupport: Inject LLVM_VERSION_INFO into the Support...
2014-06-17 Justin Bognertools: Add a space between package version and LLVM_VER...
2014-06-17 Rafael EspindolaConvert a few loops to use ranges.
2014-06-17 Alexey Bataev[OPENMP] Renamed 'DataRecursiveASTVisitor' to just...
2014-06-17 Jordan RoseAdd an overload for SourceMgr::PrintMessage that takes...
2014-06-17 Jordan RoseModernize doc comments for SourceMgr.
2014-06-17 Bob WilsonAdd documentation for PGO with instrumentation to clang...
2014-06-17 Jingyue Wu[InstCombine] mark ADD with nuw if no unsigned overflow
2014-06-17 Zachary TurnerFix build breakage caused by change to ValueMapTest.
2014-06-17 Duncan P. N... SROA: Only split loads on byte boundaries
2014-06-17 Hans WennborgAdd support for the /Fi argument to clang-cl (PR20036)
2014-06-17 Zachary TurnerExpose ValueMap's mutex type as a typedef instead of...
2014-06-17 Hans WennborgMS static locals mangling: don't double-increment mangl...
2014-06-17 Hans WennborgMS static locals mangling: don't count enum scopes
2014-06-16 Juergen Ributzka[FastISel][X86] Refactor the code to get the X86 condit...
2014-06-16 Eli BenderskyTeach LoopUnrollPass to respect loop unrolling hints...
2014-06-16 Brad SmithUse the integrated assembler by default on OpenBSD...
2014-06-16 Kuba BreckaDon't hardcode path to codesign_allocate.
2014-06-16 Greg ClaytonCorrectly classify code sections as code sections by...
2014-06-16 Zachary TurnerRevert r211066, 211067, 211068, 211069, 211070.
2014-06-16 Zachary TurnerCleanup more unreferenced MutexGuard parameters on...
2014-06-16 Zachary TurnerProgrammer's Manual changes.
2014-06-16 Zachary TurnerKill the LLVM global lock.
2014-06-16 Zachary TurnerRemove some code churn.
2014-06-16 Zachary TurnerRemove some more code out into a separate CL.
2014-06-16 Zachary TurnerUsers of the llvm global mutex must now acquire it...
2014-06-16 Aaron WatryFix definition of INFINITY and add NAN/HUGE_VAL[F]
2014-06-16 Jim GrosbachAArch64: Fix silly think-o in tests.
2014-06-16 Jeroen KetemaAdd remaining float constants
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-16 Jim GrosbachAArch64: Support for __builtin_arm_rbit() and __builtin...
2014-06-16 Jim GrosbachARM: Support for __builtin_arm_rbit() intrinsic.
2014-06-16 Jim GrosbachAArch64: Add backend intrinsic for rbit.
2014-06-16 Jim GrosbachARM: intrinsic support for rbit.
2014-06-16 Bill Schmidt[PPC64] Fix PR19893 - improve code generation for local...
2014-06-16 Eric ChristopherSince the DataLayout is always found off of the subtarg...
2014-06-16 Zachary TurnerClean up some unnecessary mutex guards.
2014-06-16 Sylvestre Ledruactually, just check if it is a file (including directo...
2014-06-16 Louis GerbargImprove comments for r211040
2014-06-16 Sylvestre LedruCheck that the directory does not exist.
2014-06-16 Richard Smith[modules] When we merge redecl chains or mark a decl...
2014-06-16 Aaron WatryRevert "clctypes.h: Don't rely on stddef.h for size_t...
2014-06-16 Hans WennborgRevert "lit: warn when passed invalid pathname" (r210597)
2014-06-16 Aaron Watrymath: Implement mix builtin
2014-06-16 Aaron Watryrelational: Add isequal(floatN) builtin
2014-06-16 Aaron WatryAdd all(igentype) builtin
2014-06-16 Aaron Watryclctypes.h: Don't rely on stddef.h for size_t and ptrdiff_t
2014-06-16 Greg ClaytonDon't allow two threads to create/use the section list...
2014-06-16 Tim NorthoverARM: implement correct atomic operations on v7M
2014-06-16 David MajnemerMS ABI: Implement x86_64 RTTI
2014-06-16 Louis GerbargFix illegal relocations in X86FastISel
2014-06-16 Fariborz JahanianObjective-C. Diagnose when property access is using...
2014-06-16 Jim GrosbachLowerSwitch: track bounding range for the condition...
2014-06-16 James MolloyRefactor the disabling of Thumb-1 LDM/STM generation
2014-06-16 Rafael EspindolaFix pr17056.
2014-06-16 Saleem Abdulrasoolbuiltins: add it blocks for Thumb-2
2014-06-16 Rafael EspindolaUpdate for llvm api change.
2014-06-16 Rafael EspindolaConvert the Archive API to use ErrorOr.
2014-06-16 Saleem Abdulrasoolcompiler-rt: prefer thumb over ARM
2014-06-16 Richard Smith[C++1z] Implement N4051: 'typename' is permitted instea...
2014-06-16 Richard SmithAdd -std=c++1z flag for C++17 features.
2014-06-16 Tilmann Scheller[AArch64] Remove dead code.
2014-06-16 Chandler Carruth[cmake] Switch python install to use an 'install(DIRECT...
next