platform/upstream/llvm.git
2015-03-15 David BlaikieRemove use of reserved identifiers in Twine
2015-03-15 David BlaikieRemove use of reserved identifier and some excess ...
2015-03-15 David BlaikieRemove reserved identifier & some unnecessary 'inline'
2015-03-15 David BlaikieRemove use of reserved identifier
2015-03-15 Alexander Kornienko[clang-tidy] Fix false positives in the misc-static...
2015-03-15 Frederic Riss[dsymutil] Add an way to iterate over a DebugMapObject...
2015-03-15 David BlaikieRemove use of unreserved identifier (_Self)
2015-03-15 David BlaikieRemove use of a reserved identifier
2015-03-15 David BlaikieRemove use of reserved identifier
2015-03-15 David Majnemerllvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump
2015-03-15 Frederic Riss[dsymutil] Add function size to the debug map.
2015-03-15 Duncan P. N... DbgIntrinsicInst: Downcast to specialized MDNodes in...
2015-03-15 David BlaikieRemove some unnecessary 'inline' keywords
2015-03-15 David BlaikieIntervalIterator: Add move semantics rather than relyin...
2015-03-15 Duncan P. N... Verifier: Check debug info intrinsic arguments
2015-03-15 Dmitri Gribenko-Wempty-body: fix false negative triggered by macros
2015-03-15 David Blaikie[opaque pointer type] IRBuilder gep migration progress
2015-03-15 George Burgess IVMade CFLAA agree with clang-format. NFC.
2015-03-15 Duncan P. N... Verifier: Remove unnecessary null check
2015-03-15 Duncan P. N... Verifier: Make the raw_ostream constructor argument...
2015-03-15 Duncan P. N... Assembler: Rewrite test for function-local metadata
2015-03-14 David MajnemerMS ABI: Tidy up references to the ASTContext
2015-03-14 Zachary TurnerFix a bug related to arg escaping, and add unit tests.
2015-03-14 Zachary Turner[CMake] Make the unittests link against everything...
2015-03-14 Simon PilgrimSimplified some stack folding tests.
2015-03-14 David MajnemerCodeGen: Correctly initialize bitfields with non-consta...
2015-03-14 Mehdi AminiUpdate InstCombine to transform aggregate stores into...
2015-03-14 Mehdi AminiUpdate LangRef now that a DataLayout is mandatory.
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
next