platform/upstream/llvm.git
2013-03-01 Evgeniy Stepanov[sanitizer] Fix check failure in SizeClassMap::Print.
2013-03-01 Alexey SamsonovDocs for llvm-symbolizer command-line tool
2013-03-01 John McCallAttempt to not place ownership qualifiers on the result...
2013-03-01 Anna Zaks[analyzer] Reword FAQ
2013-03-01 Michael LiaoMinor coding style fix
2013-03-01 Argyrios KyrtzidisAdd one more sanity check in SourceManager::getFileIDLo...
2013-03-01 Argyrios Kyrtzidis[PCH] Enhance InputFile to also include whether the...
2013-03-01 Argyrios KyrtzidisIn SourceManager::getFileIDLoaded(), add some sanity...
2013-03-01 Akira Hatanaka[mips] Remove unused option. Fix 80-column violations.
2013-03-01 Akira Hatanaka[mips] Add the capability to search delay slot filling...
2013-03-01 John McCallRestore order to placate test. I had no real reason...
2013-03-01 John McCallRe-use bit from superclass and extract stuff into a...
2013-03-01 Akira Hatanaka[mips] Do not add SecondLastInst to list BranchInstrs...
2013-03-01 Akira Hatanaka[mips] Define an overloaded version of function MipsIns...
2013-03-01 Michael J.... [Writer][ELF][x86-64] Handle GOTPCREL relocations to...
2013-03-01 Akira Hatanaka[mips] Add options to disable searching backward and...
2013-03-01 Akira Hatanaka[mips] Add capability to search in the forward directio...
2013-03-01 Jason MolendaPatch from Andrew Fish to add recognition of some addit...
2013-03-01 Akira Hatanaka[mips] Define helper function searchRange
2013-03-01 Akira Hatanaka[mips] Rename function findDelayInstr to searchBackward.
2013-03-01 Andrew TrickScheduler diagnostics. Print the register name.
2013-03-01 Andrew TrickFix incorrect ScheduleDAG comment and formalize Weak...
2013-03-01 Andrew TrickInstructions schedulers should report correct height...
2013-03-01 Akira Hatanaka[mips] Define class MemDefsUses.
2013-03-01 Jason MolendaAdd the standard LLVM copyright notice to the top of
2013-03-01 Jason MolendaReport the kernel slide when attaching to a darwin...
2013-03-01 Michael J.... [ELF][x86-64] Only emit a PLT entry for a PLT relocatio...
2013-03-01 Michael J.... Add basic linker script parsing.
2013-02-28 Fariborz JahanianFix warning text of my last patch.
2013-02-28 Daniel MaleaConnect LLVM CMake build scripts to LLDB's CMake scripts:
2013-02-28 Daniel MaleaFinish up CMake support for LLDB (tested on Linux)
2013-02-28 Eli BenderskyA small refactoring + adding comments.
2013-02-28 Bill WendlingAdd more of the command line options as attribute flags.
2013-02-28 Fariborz Jahanianobjective-C: clang, following gcc, warns on
2013-02-28 Enrico GranataUse the Error parameter in ValueObject::ReadPointedStri...
2013-02-28 Bill WendlingDon't add the 'Value' string if there isn't one.
2013-02-28 Quentin ColombetFix a bug in instcombine for fmul in fast math mode.
2013-02-28 Shankar Easwaran[ELF][Hexagon] add quickdata relocations
2013-02-28 Eric ChristopherMove an assert earlier in a file and check that the...
2013-02-28 Edwin VaneDon't use 'exit' in lit script
2013-02-28 Michael J.... [ELF][x86-64] Separate static and dynamic GOT/PLT gener...
2013-02-28 Edwin VaneTurning off UseAuto/iterator.cpp test until recursive...
2013-02-28 Benjamin KramerBrag about function call vectorization in the docs.
2013-02-28 Jim Inghambreakpoint command add currently doesn't support adding...
2013-02-28 Bill WendlingDon't add an attribute that already exists and don...
2013-02-28 Chad RosierTidy up; no functional change.
2013-02-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-28 John McCallUse the actual ABI-determined C calling convention...
2013-02-28 Chad RosierStyle; no functional change.
2013-02-28 Greg ClaytonReplace all "-gdwarf-2" with "-g" to use the compiler...
2013-02-28 Greg ClaytonFix the getCompilerVersion() function to do the right...
2013-02-28 Greg ClaytonFixed an issue where the LDFLAGS were not correctly...
2013-02-28 Shankar Easwaran[ELF][tests] changes for test cases
2013-02-28 Shankar Easwaran[ELF] Set header flags to 0 by default
2013-02-28 Shankar Easwaran[ELF][Hexagon] change Header flags
2013-02-28 Shankar Easwaran[lld][ELF][Hexagon] add more relocations
2013-02-28 Hans WennborgClangFormat.rst: Fix two small typos
2013-02-28 Manuel KlimekFix a problem where 'clang' is ambiguous in MSVC builds.
2013-02-28 Greg ClaytonMade lldb.cpp build with clang 5.0.
2013-02-28 Eli BenderskyPut some per-instruction statistics of fast isel under...
2013-02-28 Fariborz JahanianAdd comment to my last test.
2013-02-28 Fariborz Jahanianobjective-C code completion. Property accessors may not
2013-02-28 Yiannis TsiourisRe-format comments (and check commit access)
2013-02-28 Daniel MaleaUpdate CMakeLists.txt as per removed file
2013-02-28 Daniel MaleaRemove LLDB dependency on xcodeworkspace (on Linux...
2013-02-28 Dmitri GribenkoAdd doxygen support for the tools in clang-tools-extra
2013-02-28 Edwin VaneIntroducing Use-Auto transform for cpp11-migrate
2013-02-28 Evgeniy Stepanov[asan] Lower memory usage in LargeMallocTest on Android.
2013-02-28 Daniel JasperReduce penalty for splitting after "{" in static initia...
2013-02-28 Tim NorthoverAArch64: remove post-encoder method from FCMP (immediat...
2013-02-28 Daniel JasperDont break between (( in __attribute__((.
2013-02-28 Tim NorthoverAArch64: be more careful resorting to inefficient addre...
2013-02-28 Tim NorthoverAArch64: don't drop GlobalAddress offset when handling...
2013-02-28 Bill WendlingAdd the -disable-opt option to LTO. This adds:
2013-02-28 Alexander Potapenko[ASan] Add the memcmp_strict flag (1 by default) that...
2013-02-28 Evgeniy Stepanov[asan] Enable allocator2 on Android.
2013-02-28 David ChisnallImprove property metadata generation with the GNUstep...
2013-02-28 Tim NorthoverAArch64: Use cbnz instead of cmp/b.ne pair for atomic...
2013-02-28 Daniel JasperNo spaces around pointers to members.
2013-02-28 Manuel KlimekFirst step towards adding a parent map to the ASTContext.
2013-02-28 Kostya Serebryany[asan] bump kMidMemEnd to 0x4fffffffffULL since in...
2013-02-28 Alexey Samsonov[Sanitizer] Relax ThreadLister tests to allow possible...
2013-02-28 Evgeniy Stepanov[msan] Lit tests for __attribute__((no_sanitize_memory)).
2013-02-28 Evgeniy Stepanov[msan] Implement sanitize_memory attribute.
2013-02-28 Daniel JasperImprove formatting of #defines.
2013-02-28 Daniel JasperFix bug when formatting "A<A<A>>".
2013-02-28 Renato GolinCorrections for XFAIL armv5 tests
2013-02-28 Daniel JasperFix incorrect recognition of bin-packing.
2013-02-28 Daniel JasperFix spacing after binary operator as macro parameter.
2013-02-28 Evgeniy StepanovRemove unused leftover declarations.
2013-02-28 Evgeniy StepanovFix global overflow in types::lookupTypeForTypeSpecifier.
2013-02-28 Nick LewyckyHoly macaroons, somebody made a copy of llvm/runtime...
2013-02-28 Bill WendlingEnable syntax highlighting for reStructuredText files.
2013-02-28 Jason MolendaAdd the libdebugserver.cpp for creating a library that...
2013-02-28 Sean CallananFixed some problems with type deportation:
2013-02-28 Enrico GranataFixing the log line for SBValue::MightHaveChildren...
2013-02-28 Enrico Granatathe log entry for SBThread::GetProcess() would not...
2013-02-28 Jordan Rose[analyzer] RegionStore: collectSubRegionKeys -> collect...
2013-02-28 Jordan Rose[analyzer] Mark the root SVal class as isPodLike.
2013-02-28 Michael J.... [Support][ErrorOr] Add support for implicit conversion...
next