platform/upstream/llvm.git
2015-02-10 Eric FiselierFix use of C++11 extensions in C++03 code.
2015-02-10 Bradley Smith[ARM] Add tests for armv6s[-]m being an alias to armv6[-]m
2015-02-10 Bradley Smith[ARM] Add armv6s[-]m as an alias to armv6[-]m
2015-02-10 John ThompsonFixed module-map-checker to recurse umbrella dirs when...
2015-02-10 Samuel BenzaquenAdd translationUnitDecl matcher.
2015-02-10 John ThompsonRenamed module.map to module.modulemap (modularize).
2015-02-10 John ThompsonRenamed module.map to module.modulemap.
2015-02-10 Aaron BallmanRe-committing r228628 with a fix for 64-bit builds.
2015-02-10 Renato GolinFix typo in cmake example docs
2015-02-10 John ThompsonThe -I option needs a space, apparently, from the actua...
2015-02-10 Simon Pilgrim[X86][AVX2] Missing AVX2 memory folding instructions
2015-02-10 Jozef Kolek[mips][microMIPS] Add disassembler tests for 16-bit...
2015-02-10 Jonas PaulssonBugfix for missed dependency from store to load in...
2015-02-10 Simon Pilgrim[X86][XOP] Added XOP memory folding patterns + tests
2015-02-10 Jozef Kolek[mips][microMIPS] Fix disassembling of 16-bit microMIPS...
2015-02-10 Andrea Di Biagio[X86][FastIsel] Avoid introducing legacy SSE instructio...
2015-02-10 Ilia KAdd thread-id field in *stopped notification (MI)
2015-02-10 Denis Protivensky[ELF][ARM] Add veneer generation to branch instructions
2015-02-10 Gabor Horvath[clang-tidy] Checker for inaccurate use of erase()...
2015-02-10 James MolloyFix __ldrexd arm intrinsic.
2015-02-10 Chandler CarruthRevert r228556: InstCombine: propagate nonNull through...
2015-02-10 Lang Hames[Orc] Fix a bug in the LazyEmittingLayer - capture...
2015-02-10 Lang Hames[Orc] Add missing casserts header to JITSymbol.h.
2015-02-10 Ilia KAdd tests for -interpreter-exec command (MI)
2015-02-10 Bob WilsonDo not force "-static" for aarch64 iOS kernel/kext...
2015-02-10 Craig Topper[X86] Preserve mem refs on newly created 'Store' node...
2015-02-10 Craig Topper[X86] Remove unnecessary alignment checks from the...
2015-02-10 Zachary TurnerTeach llvm_add_library() to find include dirs.
2015-02-10 Zachary TurnerDefine HAVE_DIA_SDK on Windows when DIA is present.
2015-02-10 Saleem Abdulrasoolunwind: improve compilation on Linux with gcc
2015-02-10 Saleem Abdulrasoolunwind: clean up some stray semicolons
2015-02-10 Saleem Abdulrasoolunwind: clean up -Wundef warnings
2015-02-10 Saleem Abdulrasoolunwind: fix -Wformat warnings from gcc
2015-02-10 Richard Smith[modules] When determining whether a name from a module...
2015-02-10 Enrico GranataAnd make the globbing behavior available via the SB API
2015-02-10 Enrico GranataAdd a test case for the launch via argdumper globbing...
2015-02-10 Enrico GranataAdd a "launch with globber" mode that lets you launch...
2015-02-10 Nick LewyckyRemove non-test files that appear to have been accident...
2015-02-10 Chandler Carruth[x86] Fix PR22524: the DAG combiner was incorrectly...
2015-02-10 Duncan P. N... Verifier: reuse getInlinedAt() result, NFC
2015-02-10 Larisse VoufoA temporary fix for backward compatibility breakages...
2015-02-10 Mehdi Amini[DOC] Asserts are only enabled in Debug build, update...
2015-02-10 Duncan P. N... IR: Remove unnecessary fields from MDTemplateParameter
2015-02-10 Alexey Samsonov[ASan] Add missing RUN: prefix.
2015-02-10 Alexey Samsonov[CMake] PowerPC: detect host endianness to build corres...
2015-02-10 Duncan P. N... Verifier: Check for valid tags in debug nodes
2015-02-10 Duncan P. N... IR: Add accessors to MDExpression
2015-02-10 Duncan P. N... Verifier: Add simple checks for MDLocation
2015-02-10 Rui UeyamaDriver: Replace switch cases with ifs.
2015-02-10 Duncan P. N... Verifier: Create stubs for specialized metadata nodes
2015-02-10 Duncan P. N... AsmParser: Add stubs for specialized MDNodes, NFC
2015-02-10 Rui UeyamaRemove trailing space.
2015-02-10 David MajnemerX86: Emit an ABI compliant prologue and epilogue for...
2015-02-10 Duncan P. N... IR: Add specialized debug info metadata nodes
2015-02-10 Chaoren LinAdd JSON.cpp to CMakeLists.txt
2015-02-10 Eric ChristopherMigrate PPCAsmPrinter's subtarget from reference to...
2015-02-10 Lang Hames[Orc] Back out one of the GCC ICE workarounds from...
2015-02-10 Enrico GranataAdd a JSON producer to LLDB - this is a set of classes...
2015-02-10 David BlaikieFix the clang -Werror build (-Wunused-variable)
2015-02-10 Philip ReamesAdjust how we avoid poll insertion inside the poll...
2015-02-10 Aaron BallmanReverting r228628; it broke at least one builder due...
2015-02-09 Adrian PrantlDebug info: When updating debug info during SROA, do...
2015-02-09 Adrian PrantlDebug info: Use DW_OP_bit_piece instead of DW_OP_piece...
2015-02-09 Colin LeMahieu[Hexagon] Adding missing load instructions and removing...
2015-02-09 Duncan P. N... ADT: Allow up to 18 arguments in hash_combine()
2015-02-09 Aaron BallmanOn Windows, we now use RaiseException to generate the...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of some load patterns...
2015-02-09 Ramkumar Ramachandra[Statepoint] Improve two asserts, fix some style (NFC)
2015-02-09 Ramkumar RamachandraPlaceSafepoints: modernize gc.result.* -> gc.result
2015-02-09 Gabor Horvath[Static Analyzer] The name of the checker that reports...
2015-02-09 Duncan P. N... DebugInfo: Remove DW_TAG_constant
2015-02-09 Philip ReamesUpdate file comment to clarify points highlighted in...
2015-02-09 Philip ReamesUse range for loops in PlaceSafepoints (NFC)
2015-02-09 Duncan P. N... IR: Take uint64_t in DIBuilder::createExpression()
2015-02-09 Philip ReamesIntroduce more tests for PlaceSafepoints
2015-02-09 Chris BienemanRevert "Raising minimum required CMake version to 2...
2015-02-09 Chris BienemanRaising minimum required CMake version to 2.8.12.2.
2015-02-09 Colin LeMahieu[Hexagon] Removing more V4 predicates since V4 is the...
2015-02-09 Ben LangmuirBe more conservative about gethostname()'s truncating...
2015-02-09 Philip ReamesMinor test cleanup
2015-02-09 Ramkumar RamachandraMemDerefPrinter: Require DataLayoutPass for higher...
2015-02-09 Philip ReamesAdd basic tests for PlaceSafepoints
2015-02-09 Duncan P. N... Verifier: Const-qualify Metadata, NFC
2015-02-09 Duncan P. N... IR: Document horrible abuse of loose DIDescriptor, NFC
2015-02-09 Duncan P. N... IR: Remove dead code in DITemplate*
2015-02-09 Ramkumar RamachandraisDereferenceablePointer: look through gc.relocate...
2015-02-09 Colin LeMahieu[Hexagon] Removing v2-4 flags. V4 is the minimum suppo...
2015-02-09 Ben LangmuirDiagnose timeouts in the LockFileManager and delete...
2015-02-09 Ben LangmuirReduce the LockFileManager timeout, and provide unsafeR...
2015-02-09 Colin LeMahieu[Hexagon] Factoring classes out of store patterns.
2015-02-09 Ben LangmuirUpdate r228592 for when gethostname() returns an error
2015-02-09 Colin LeMahieu[Hexagon] Formatting v5 TD file. Removing commented...
2015-02-09 Ramkumar RamachandraMemDepPrinter: cleanup a few loops (NFC)
2015-02-09 Sanjoy DasAddress post-commit review for rL228587: make it explic...
2015-02-09 Ben LangmuirAdd missing include from r228592
2015-02-09 Colin LeMahieu[Hexagon] Cleaning up definition formatting.
2015-02-09 Ben LangmuirAdd the hostname to the module hash to avoid sharing...
2015-02-09 David BlaikieDebugInfo: Refactor default arg handling into a common...
2015-02-09 Zachary TurnerDont' use O_CLOEXEC on Windows, since it doesn't exist.
2015-02-09 David BlaikieDebugInfo: Suppress the location of instructions in...
next