platform/upstream/llvm.git
2014-07-13 Matt ArsenaultRemove unused include
2014-07-13 Matt ArsenaultR600: Use range for and fix missing consts.
2014-07-13 Matt ArsenaultR600: Make ShaderType private
2014-07-13 Matt ArsenaultR600: Run more tests with promote alloca disabled.
2014-07-13 Matt ArsenaultR600: Run private-memory test with and without alloca...
2014-07-13 Matt ArsenaultR600: Add option to disable promote alloca
2014-07-12 Saleem Abdulrasooltests: use a more precise target for tests
2014-07-12 Saleem AbdulrasoolHeaders: add hint intrinsics to arm_acle.h
2014-07-12 Saleem AbdulrasoolCodeGen: support hint intrinsics from ACLE on AArch64
2014-07-12 Matt ArsenaultTry to fix MSVC warning.
2014-07-12 Matt ArsenaultTry to fix MSVC build
2014-07-12 Yi KongImprove comments of ARM ACLE header file and tests
2014-07-12 Matt ArsenaultTry to fix MSVC build
2014-07-12 Matt ArsenaultTemplatify DominanceFrontier.
2014-07-12 Ed MasteFix lldb-gdbserver build
2014-07-12 Saleem AbdulrasoolAArch64: add support for llvm.aarch64.hint intrinsic
2014-07-12 Saleem AbdulrasoolMC: remove use of unnecessary variable
2014-07-12 Saleem AbdulrasoolMC: rename MCW64UnwindInfo to MCWinFrameInfo
2014-07-12 Simon Atanasyan[ELFYAML] Group ELF section type flags to target specif...
2014-07-12 Todd Fialallgs: modify to accept --native-regs flag.
2014-07-12 Ed MasteAdd FreeBSD failure decorator for TestCallStopAndContinue
2014-07-12 Ed MasteAdd FreeBSD decorator for TestMultipleDebuggers
2014-07-12 Alexander KornienkoFixed compilation errors in tests, enforce checking...
2014-07-12 Owen AndersonFix an issue with the MergeBasicBlockIntoOnlyPred(...
2014-07-12 Hal FinkelAdd nonnull in CodeGen for __attribute__((returns_nonnull))
2014-07-12 Todd Fialallgs: implement --setsid.
2014-07-12 Alexey Samsonov[ASan] Collect unmangled names of global variables...
2014-07-12 Reid KlecknerRequire an x86 registered target for this test by split...
2014-07-12 Matt ArsenaultR600: Add missing tests for some intrinsics
2014-07-12 Reid Klecknerclang-cl: Make all x86 CPU feature flags available...
2014-07-12 Duncan P. N... BFI: Add constructor for Weight
2014-07-12 Greg Claytonlldb needs to support DW_op_piece masks for values...
2014-07-12 Duncan P. N... BFI: Clean up BlockMass
2014-07-12 Reid KlecknerOption: Propagate flags from groups to options in each...
2014-07-12 Lang Hames[RuntimeDyld] Fix stub size and offset for AArch64...
2014-07-12 Greg ClaytonAllow generic ARM cores to match any more specific...
2014-07-12 Reid KlecknerAvoid a warning from MSVC on "*/" in this code by inser...
2014-07-11 Duncan P. N... BFI: Mark the end of namespaces
2014-07-11 Reid KlecknerForm a CallExpr from __noop without parens
2014-07-11 Lang Hames[RuntimeDyld] Add GOT support for AArch64 to RuntimeDyl...
2014-07-11 Argyrios Kyrtzidis[Driver] clang::driver::getARMCPUForMArch() moved to...
2014-07-11 Alexey Samsonov[ASan] Improve ODR-violation error reports.
2014-07-11 Greg ClaytonRemove assert now that we have a 'i' character that...
2014-07-11 Juergen RibutzkaRevert "[FastISel][X86] Implement the FastLowerIntrinsi...
2014-07-11 Todd FialaAdded llgs --named-pipe support and program_name-versio...
2014-07-11 Greg ClaytonDon't crash when a SBType is handed out through the...
2014-07-11 Greg ClaytonDon't use "lldb." global variables in LLDB commands.
2014-07-11 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-11 Alexey Samsonov[ASan] Introduce a struct representing the layout of...
2014-07-11 Juergen Ributzka[FastISel] Add target-independent patchpoint intrinsic...
2014-07-11 Juergen Ributzka[FastISel] Add basic infrastructure to support a target...
2014-07-11 Aditya NandakumarWhen we sink an instruction, this can open up opportuni...
2014-07-11 Argyrios KyrtzidisMove the API and implementation of clang::driver::getAR...
2014-07-11 Alp TokerConsolidate header inclusion diagnostics
2014-07-11 Juergen Ributzka[FastISel] Make isInTailCallPosition independent of...
2014-07-11 Juergen Ributzka[FastISel] Breakout intrinsic lowering into a separate...
2014-07-11 Kevin EnderbyAdd the "-s" flag to llvm-nm for Mach-O files that...
2014-07-11 David MajnemerCodeGen: Don't emit a thread-wrapper if we can't touch...
2014-07-11 Brad Smithoops. correct the prefix.
2014-07-11 Reid KlecknerMS extension: Make __noop be the integer zero, not...
2014-07-11 Brad SmithHandle SPARC float command line parameters for SPARCv9.
2014-07-11 Alp TokerSimplify the raw_svector_ostream tweak from r212816
2014-07-11 Richard Smith[modules] When merging a class template, also merge...
2014-07-11 Hal FinkelAdd nonnull in CodeGen for __attribute__((nonnull))
2014-07-11 Ulrich Weigand[MC] Constify MCELF::GetVisibility and MCELF::getOther
2014-07-11 Sylvestre LedruTest for warning being silenced
2014-07-11 Ulrich Weigand[PowerPC] Fix invalid displacement created by LocalStac...
2014-07-11 Marek OlsakR600/SI: Use i32 vectors for resources and samplers
2014-07-11 Marek OlsakR600/SI: add sample and image intrinsics exposing all...
2014-07-11 Marek OlsakR600/SI: fix shadow mapping for 1D and 2D array textures
2014-07-11 Timur IskhodzhanovAdd a test case for r212596
2014-07-11 Aaron BallmanThe returns_nonnull attribute does not require a functi...
2014-07-11 Dan AlbertSupport LLVM_LIBDIR_SUFFIX.
2014-07-11 Todd FialaModify ObjectFileELF::GetArchitecture() to avoid callin...
2014-07-11 Dan AlbertAdd support for building and testing the unwinder.
2014-07-11 Kostya Serebryany[asan] fix x32 build, patch by H.J. Lu
2014-07-11 Todd FialaPrevent ObjectFileELF::GetSectionHeaderInfo() from...
2014-07-11 NAKAMURA TakumiInstantiate llvm::Registry<clang::PluginASTAction>...
2014-07-11 NAKAMURA Takumillvm/test/BugPoint/compile-custom.ll: Use explicit...
2014-07-11 NAKAMURA Takumillvm/test/lit.cfg: Let %python available.
2014-07-11 NAKAMURA Takumi[CMake] add_llvm_library: Add "RUNTIME DESTINATION...
2014-07-11 Zinovy Nis[PATCH] [x32] Introduce -mx32 flag enforcing x32 mode...
2014-07-11 Alp Tokerraw_svector_ostream: grow and reserve atomically
2014-07-11 Timur Iskhodzhanov[ASan/Win] Don't apply dllexport to __asan_init in...
2014-07-11 Alexander KornienkoModify the tests to use FileCheck -implicit-check-not...
2014-07-11 Simon Atanasyan[Mips] Make rel-dynamic-11.test test case independent...
2014-07-11 Oliver StannardARM: Allow __fp16 as a function arg or return type...
2014-07-11 Alexander KornienkoFixed the test to work with -implicit-check-not.
2014-07-11 Alexander KornienkoAdd FileCheck -implicit-check-not option to allow stric...
2014-07-11 Timur Iskhodzhanov[ASan] Print register values in a consistent way
2014-07-11 Quentin Colombet[X86] Fix the inversion of low and high bits for the...
2014-07-11 Timur Iskhodzhanov[ASan/Win] Catch NULL derefs and page faults
2014-07-11 Sylvestre LedruTiny improvement in a test (missing quote)
2014-07-11 Sylvestre LedruGCC compatibility: Create a Group to ignore unsupported...
2014-07-11 Alexey Bataev[OPENMP] Parsing and sema analysis for 'omp task' direc...
2014-07-11 Marcello MaggioniAdded test for commit r212802 that was missing
2014-07-11 Marcello MaggioniFixup PHIs in LowerSwitch when a Leaf node is not emitted.
2014-07-11 Evgeniy Stepanov[msan] A comment for the chained-origin-depot hash...
2014-07-11 Tobias GrosserRemove unnecessary isl annotations
2014-07-11 Evgeniy Stepanov[msan] Use real memset/memcpy/memmove in interceptors.
next