platform/upstream/llvm.git
2015-03-14 Davide ItalianoUse setVisibility() rather than assigning the value...
2015-03-14 David BlaikieAdd some missed formatting
2015-03-14 David Blaikie[opaque pointer type] gep API migration
2015-03-14 David Blaikie[opaque pointer type] gep API migration
2015-03-14 Chris BienemanA few minor updates based on feedback from Justin and...
2015-03-14 David Blaikie[opaque pointer type] gep API migration, ArgPromo
2015-03-14 David Blaikie[opaque pointer type] more gep API migrations (AsmParser)
2015-03-14 Duncan P. N... IR: Make Metadata::print() reliable and useful
2015-03-14 David Blaikie[opaque pointer type] more gep API migration
2015-03-14 Duncan P. N... AsmWriter: Split out SlotTracker::processInstructionMet...
2015-03-14 Duncan P. N... AsmWriter: Use range-based for, NFC
2015-03-14 Shankar EaswaranRevert "[ELF] Change few static functions."
2015-03-14 David Blaikie[opaque pointer type] more gep API migrations
2015-03-14 Yaron KerenNo need to prototype RtlCaptureContext with mingw-w64.
2015-03-14 Duncan P. N... Recover the ability to 'b CheckFailed' after r231577
2015-03-14 Frederic Riss[dsymutil] Add support for debug_loc section.
2015-03-14 Benjamin Kramerarray_pod_sort: Since we're checking the length anyways...
2015-03-14 Benjamin KramerSort ObjCProtocolDecls with array_pod_sort.
2015-03-14 Benjamin Kramer[analyzer] Sort path diagnostics with array_pod_sort.
2015-03-14 Daniel Jasper[MachineLICM] First steps of sinking GEPs near calls.
2015-03-14 Denis Protivensky[ELF] Ability to resolve undefined symbols lazily
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the MipsModuleISelDAGT...
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the Mips16HardFloat...
2015-03-14 Vasileios Kalintiris[mips] Remove trivial header for the MipsOs16 pass...
2015-03-14 Ed MasteStrip trailing whitespace from python-wrapper.swig
2015-03-14 Ed MasteMake LLDBWrapPython.cpp depend on the .swig files ...
2015-03-14 David MajnemerMS ABI: Mangle virtual member pointer thunks with the...
2015-03-14 Shankar Easwaran[ELF] Change few static functions.
2015-03-14 Shankar Easwaran[ELF] Rename .got.dyn to .got
2015-03-14 Shankar Easwaran[ELF] Fix DenseMapInfo for StringRef
2015-03-14 Shankar Easwaran[ELF] Remove ambiguity
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...
next