platform/upstream/llvm.git
2015-09-11 David Blaikie[opaque pointer type] update test cases for explicit...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-11 Richard Smith[modules] Move ConvertUTF.h to a separate submodule...
2015-09-11 Cong HouFixed a bug that BranchProbability is not defined in...
2015-09-11 Richard Smith[modules] Slightly defang an assert that produces false...
2015-09-11 Michael ZolotukhinDocs: Document __builtin_nontemporal_load and __builtin...
2015-09-11 Argyrios Kyrtzidis[sema] Fix assertion hit when using libclang to index...
2015-09-11 Duncan P. N... AsmWriter: Avoid O(N^2) processing of metadata
2015-09-11 Mehdi AminiRevert "[InstCombineCalls] Use isKnownNonNullAt() to...
2015-09-11 Rafael EspindolaAdd a DT_SYMTAB entry in the dynamic section.
2015-09-11 Adrian PrantlModule Debugging: Emit forward declarations for types...
2015-09-11 Adrian PrantlCleanup: Let CGDebugInfo::ModuleRefCache use a Tracking...
2015-09-11 David Majnemer[MS ABI] Remove another call to RequireCompleteType
2015-09-11 Bruce MitchenerClean up building & linking of Process/elf-core.
2015-09-11 Rafael EspindolaCreate a dynamic symbol table.
2015-09-11 Kostya Serebryany[libFuzzer] perform fewer crossover operations compared...
2015-09-11 Rafael EspindolaCache the bss output section in the writer, not in...
2015-09-11 Reid Kleckner[Driver] Use UniversalCRT on Windows if available
2015-09-10 Reid KlecknerAdd .exe check to Execute to fix clang-modernize tests...
2015-09-10 Michael ZolotukhinDocs: Add missing new line before a list.
2015-09-10 Richard Smith[modules] Add another .def file to our list of textual...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-09-10 Cong HouPass BranchProbability/BlockMass by value instead of...
2015-09-10 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-10 Rafael EspindolaMake a few details of the string and symbol table private.
2015-09-10 Rafael EspindolaMark another method const. Sorry for missing this one...
2015-09-10 Chen Li[InstCombineCalls] Use isKnownNonNullAt() to check...
2015-09-10 Filipe CabecinhasRemove gcc warning when comparing an unsigned var for...
2015-09-10 Reid KlecknerHandle '-r' option properly
2015-09-10 John McCallSupport noreturn in limited contexts on Objective-C...
2015-09-10 Reid Kleckner[SEH] Use cleanupendpad so that WinEHPrepare gets the...
2015-09-10 Reid Kleckner[WinEH] Push and pop EBP for 32-bit funclets
2015-09-10 Roman DivackyUnbreak building on FreeBSD.
2015-09-10 David Majnemer[MS ABI] Make member pointers return true for isIncompl...
2015-09-10 Matt ArsenaultAMDGPU: Simplify debug printing
2015-09-10 Matt ArsenaultAMDGPU: Use StringRef value
2015-09-10 James Y Knight[SPARC] Switch to the Machine Scheduler.
2015-09-10 Rafael EspindolaMark two methods const.
2015-09-10 Reid KlecknerFix SEH state numbering algorithm to handle cleanupendpads
2015-09-10 Jonathan Peyton[OMPT] Fix assertion that arises when waiting for proxy...
2015-09-10 Tobias GrosserXFAIL tests that require an additional LLVM patch to...
2015-09-10 Matthew Simpson[LV] Relax Small Size Reduction Type Requirement
2015-09-10 Lang Hames[RuntimeDyld] Support non-zero addends for the MachO...
2015-09-10 Lang Hames[RuntimeDyld] Fix a bug in debugging output: all sectio...
2015-09-10 Chandler CarruthAdd an explicit 'inline' specifier to these static...
2015-09-10 Jonathan PeytonFix depth field bug and resize() function in hierarchic...
2015-09-10 Piotr PadlewskiRevert "Generating assumption loads of vptr after ctor...
2015-09-10 Reid KlecknerCorrect the return type of CreateCleanupEndPad
2015-09-10 Rafael EspindolaFix a warning when building with gcc.
2015-09-10 Greg ClaytonA little more cleanup in the build script that creates...
2015-09-10 James Y KnightRevert "[SPARC] Switch to the Machine Scheduler."
2015-09-10 Nico WeberMove sel-address.mm from test/CodeGenCXX to test/SemaOb...
2015-09-10 Jonathan PeytonCleanup of affinity hierarchy code.
2015-09-10 Peter CollingbourneCFI: Run the tests only on supported architectures...
2015-09-10 Peter CollingbourneDriver: Support cfi-icall on all OSs when targeting...
2015-09-10 Rui UeyamaFix Clang-tidy misc-use-override warnings, other minor...
2015-09-10 David Majnemer[IR] Conservatively mark 'catchpad' as accessing memory
2015-09-10 Kostya Serebryany[libFuzzer] refactor the code to allow building libFuzz...
2015-09-10 Jonathan PeytonFix hanging barriers if number of parallel regions...
2015-09-10 Adrian PrantlAdd a getDeclContextDescriptor() helper function to...
2015-09-10 Reid Kleckner[SEH] Use catchret in the new EH IR like we do for C++
2015-09-10 Artem Belevich[CUDA] Postprocess bitcode linked in during device...
2015-09-10 Chris Bieneman[CMake] Add lto subdirectory explicitly.
2015-09-10 James Y Knight[SPARC] Switch to the Machine Scheduler.
2015-09-10 Matthew Simpson[SCEV] Consistently Handle Expressions That Cannot...
2015-09-10 JF Bastien[MergeFuncs] Fix callsite attributes in thunk generation
2015-09-10 David BlaikieTidy up some alias syntax to make explicit pointer...
2015-09-10 Jordan Rose[CMake] s/LLVM_SOURCE_DIR/LLVM_MAIN_SRC_DIR/
2015-09-10 Johannes DoerfertRuntime error check elimination
2015-09-10 Philip Reames[SimplifyCFG] Use known bits to eliminate dead switch...
2015-09-10 Chris Bieneman[CMake] Add DARWIN_LTO_LIBRARY option to allow overridi...
2015-09-10 Artem Belevich[CUDA] Allow trivial constructors as initializer for...
2015-09-10 Chris Bieneman[CMake] Allow LLVM_TOOLCHAIN_TOOLS to be overridden
2015-09-10 Jordan Rose[CMake] Fix Xcode build with LLVM_ENABLE_OBJLIB.
2015-09-10 Adrian PrantlDebug Info: Allow a DIModule to appear as the scope...
2015-09-10 Adrian PrantlDebug Info: Remove an unnecessary debug type visitor.
2015-09-10 Hans WennborgRe-commit r247218: "Fix Clang-tidy misc-use-override...
2015-09-10 Philip Reames[docs][PerformanceTips] Add text on allocas and alignment
2015-09-10 Kostya Serebryany[libFuzzer] add two more variants of FuzzerDriver for...
2015-09-10 Joseph Tremoulet[WinEH] Fix single-block cleanup coloring
2015-09-10 Hans WennborgRe-commit r247216: "Fix Clang-tidy misc-use-override...
2015-09-10 Alexander Kornienko[clang-tidy] Add misc-sizeof-container check to find...
2015-09-10 Steven WuFix an undefined behavior introduces in r247234
2015-09-10 Sanjay Patel80-cols; NFC
2015-09-10 Sanjay Pateluse range-based for loop; NFCI
2015-09-10 Sanjay Pateluse range-based for loop; NFCI
2015-09-10 Vedant Kumar[Bitcode] Add xfail test for PR24755 (uselistorder)
2015-09-10 Johannes Doerfert[FIX] Do not assume only one loop can be left at a...
2015-09-10 Rafael EspindolaCreate a PT_LOAD program header for the start of the...
2015-09-10 Johannes DoerfertAllow general loops with one latch
2015-09-10 Michael KruseMerge TempScopInfo into ScopInfo
2015-09-10 Sanjay Patelfix typo; NFC
2015-09-10 Aaron BallmanProperly close documentation /code blocks with /endcode.
2015-09-10 Michael KruseClean-up unit tests
2015-09-10 Bruce MitchenerBuild Plugin/JITLoader/GDB on all platforms.
2015-09-10 Alex LorenzFix PR 24724 - The implicit register verifier shouldn...
2015-09-10 Alexander Kornienko[clang-tidy] add_new_check.py improvements: add doc...
2015-09-10 Rafael EspindolaCleaning up LLVM IR mode for Emacs.
2015-09-10 Johannes Doerfert[NFC] Remove obsolete arguments
2015-09-10 Johannes DoerfertReplace ScalarEvolution based domain generation
next