platform/upstream/llvm.git
2015-03-14 Shankar Easwaran[ELF] Simplify appending chunks to segments.
2015-03-14 Chandler Carruth[modules] Teach the AST reader to handle the case of...
2015-03-14 Zachary Turner[gtest] Fix gtest failures on Windows.
2015-03-14 Frederic Riss[dsymutil] Generate debug_aranges section.
2015-03-14 Frederic Riss[dsymutil] Identify each CompileUnit with a unique ID.
2015-03-14 Zachary Turner[CMake] Convert TABs to spaces.
2015-03-14 Ed MasteSkip additional lldb-mi tests that failed on FreeBSD
2015-03-14 Peter CollingbourneCFI: Add test for bad cast checks.
2015-03-14 Peter CollingbourneImplement bad cast checks using control flow integrity...
2015-03-14 David Blaikie[opaque pointer type] Start migrating GEP creation...
2015-03-14 Ahmed BougachaAdd a bunch of CHECK missing colons in tests. NFC.
2015-03-14 Peter CollingbourneCFI: Add a test for distinguishing between non-overridi...
2015-03-14 Ahmed BougachaAdd a bunch of missing "CHECK" colons in tests. NFC.
2015-03-14 Benjamin KramerCommandLine: Replace cold std::sort with array_pod_sort.
2015-03-14 Peter CollingbourneLowerBitSets: Do not export symbols for bit set referen...
2015-03-13 Frederic Riss[dsymutil] Fix typo in comment.
2015-03-13 Frederic Riss[dsymutil] Fix typo in doxygen comment.
2015-03-13 Frederic Riss[dsymutil] Implement DW_AT_ranges linking.
2015-03-13 Frederic Riss[dsymutil] Move a function declaration closer to its...
2015-03-13 Frederic RissDWARFDebugRangeList: make the list of entries available...
2015-03-13 David MajnemerMS ABI: Generate default constructor closures
2015-03-13 Enrico GranataIf creating a Python command via a class, the help...
2015-03-13 Vince HarronRevert test/Makefile to state before r232205
2015-03-13 Enrico GranataAdd accessors on SBCommand to get and set the help...
2015-03-13 Enrico GranataIntroduce documentation for Python command objects
2015-03-13 Enrico GranataAdd support for Python object commands to return custom...
2015-03-13 Rafael EspindolaUse add32ri8 and friends on fast isel.
2015-03-13 Alexei Starovoitovbpf: turn on HasJIT flag in BPF backend
2015-03-13 Rafael EspindolaBe lazy about loading metadata in IRObjectFile.
2015-03-13 Zachary TurnerFix makefiles to build shared library tests on Windows.
2015-03-13 Reid KlecknerTranslate some MSVC CMAKE_*_FLAGS to clang flags in...
2015-03-13 Zachary Turner[CMake] Fix unit test build on Linux.
2015-03-13 Benjamin KramerBranchFolding: MergePotentialsElt has a total order...
2015-03-13 David Blaikie[opaque pointer type] Bitcode support for explicit...
2015-03-13 David BlaikieTurn assertion into bitcode reading error
2015-03-13 David BlaikieSimplify expression
2015-03-13 Zachary TurnerCreate a check-lldb-unit target to run unit tests.
2015-03-13 Zachary TurnerRework the gtest directory structure.
2015-03-13 Zachary TurnerCreate a CMake build for the gtest unit tests.
2015-03-13 Robert LougherReapply "[Reassociate] Add initial support for vector...
2015-03-13 Alexei Starovoitovbpf: fix build
2015-03-13 Robert LougherMake tests more robust. No functional change.
2015-03-13 Vince HarronAdd support for XFAILing a test on specific clang versions
2015-03-13 Rui UeyamaWindows: Include <eh.h> instead of declarating __uncaug...
2015-03-13 Duncan P. N... instcombine: alloca: Canonicalize scalar allocation...
2015-03-13 Duncan P. N... instcombine: alloca: Limit array size type promotion
2015-03-13 Duncan P. N... AsmWriter: Write alloca array size explicitly (and...
2015-03-13 Duncan P. N... instcombine: alloca: Remove nesting in simplifyAllocaAr...
2015-03-13 Manman RenAdd a parameter for getLazyBitcodeModule to lazily...
2015-03-13 Duncan P. N... instcombine: alloca: Split out simplifyAllocaArraySize...
2015-03-13 Robert LougherRevert: "[Reassociate] Add initial support for vector...
2015-03-13 Joerg SonnenbergerImprove wording of newline handling.
2015-03-13 Oleksiy VyalovExtend Platform(s) in order to cache remote executables...
2015-03-13 Frederic Riss[dsymutil] Fix handling of cross-cu forward references.
2015-03-13 Frederic Riss[dsymutil] Add relocation of compile_units low_pc/high_pc.
2015-03-13 Frederic Riss[dsymutil] Fix location cloning for newer dwarf versions.
2015-03-13 Robert Lougher[Reassociate] Add initial support for vector instructions.
2015-03-13 Sanjoy Das[SCEV] Fix PR22856.
2015-03-13 David MajnemerMS ABI: Implement __GetExceptionInfo for std::make_exce...
2015-03-13 David BlaikieTest case updates for explicit type parameter to the...
2015-03-13 David BlaikieTest case updates for explicit type parameter to the...
2015-03-13 David BlaikieUpdate test case to make it easier to automatically...
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 Meador IngeLinkerScript: Add -T <scriptfile> option
2015-03-13 Kevin EnderbyAdd the option, -non-verbose to llvm-objdump used with...
2015-03-13 Jan Veselyr600: Clear visited structure before running.
2015-03-13 Jan Veselyr600: Use deque and simplify loops in AMDGPUCFGStructurizer
2015-03-13 Andrea Di Biagio[X86][AVX] Fix wrong lowering of v4x64 shuffles into...
2015-03-13 Benjamin Kramerunique_ptrs are unique already, no need to unique them...
2015-03-13 Matt ArsenaultR600/SI: Add test for min / max with immediate
2015-03-13 David MajnemerConstantFold: Fix big shift constant folding
2015-03-13 Zachary Turner[CMake] Make LLDBWrapPython.cpp depend on the .swig...
2015-03-13 Benjamin KramerSema: Replace the SetVector/DenseMap/std::sort combinat...
2015-03-13 Jonathan RoelofsFix build break on Solaris introduced by r231940
2015-03-13 Tamas BerghammerMake TestSBFrameFindValue compatible with remote targets
2015-03-13 Tamas BerghammerForward adb port for reverse connect test cases
2015-03-13 Tamas BerghammerSkip VectorTypesFormatting test case when using gcc
2015-03-13 Daniel JasperWhen building a module, all headers of submodules can...
2015-03-13 Viktor Kutuzov[Tsan] Fix test.h to work on FreeBSD
2015-03-13 Daniel Jasperclang-format: Don't corrupt macros with open braces.
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-13 Alexey Bataev[OPENMP] Additional sema analysis for 'omp atomic[...
2015-03-13 Tamas BerghammerFix expectation in TestDataFormatterSynth
2015-03-13 Toma Tabacu[mips] [IAS] Refactor MipsTargetStreamer::emitMipsAbiFl...
2015-03-13 Tamas BerghammerCreate NativeRegisterContext for android-arm64
2015-03-13 Daniel JasperMake a module "use" also count as use of all its submodules
2015-03-13 Tamas BerghammerFix SO entry is main executable detection on android
2015-03-13 Tamas BerghammerFix missing data in GetProcessInfo on linux
2015-03-13 Tamas BerghammerAdd filepath to qModuleInfo packet
2015-03-13 Tamas BerghammerAdd code to exit the NativeProcessLinux Monitor thread...
2015-03-13 Alexander Musman[OPENMP] Re-factor __kmpc_for_static_init_* routine...
2015-03-13 Tamas BerghammerFix fetching the architecture of the target on process...
2015-03-13 Tamas BerghammerRemove non const version of GetArchitecture from Target.h
2015-03-13 Pavel LabathRespect include_inlines when looking up functions in...
2015-03-13 Tamas BerghammerSkip fdleak tests on android
2015-03-13 Chandler Carruth[Modules] Teach Clang to survive ambiguous macros which...
2015-03-13 Argyrios Kyrtzidis[libclang] Fix crash when code-completing inside constr...
2015-03-13 Owen AndersonTeach TBAA analysis to report errors on cyclic TBAA...
2015-03-13 Owen AndersonFix an infinite recursion in the verifier caused by...
2015-03-13 Hao Liu[MachineCopyPropagation] Fix a bug causing incorrect...
next