platform/upstream/llvm.git
2014-10-20 Justin BognerDriver: Consolidate the logic for naming the module...
2014-10-20 Philip ReamesIntroduce a 'nonnull' metadata on Load instructions.
2014-10-20 Simon Pilgrim[X86] Memory folding for commutative instructions ...
2014-10-20 Justin BognerDriver: Name crashdump scripts after the first temp...
2014-10-20 Rafael EspindolaExplain why we don't always use --gc-sections.
2014-10-20 Tim NorthoverARM: rework Thumb1 frame index rewriting
2014-10-20 Justin BognerDriver: Use an early return instead of a long if condit...
2014-10-20 Justin BognerDriver: Make FailingCommand mandatory for generateCompi...
2014-10-20 Alexey SamsonovTry to fix GCC error about invalid use of const_cast...
2014-10-20 Alexey SamsonovConstify getELFDynamicSymbolIterators standalone functi...
2014-10-20 Alexey SamsonovAdd const version of OwningBinary::getBinary
2014-10-20 Alexey SamsonovBe more specific about return type of MachOUniversalBin...
2014-10-20 David BlaikieFix whitespace introduced in r220221
2014-10-20 Alexey SamsonovConstify input argument of RelocVisitor and DWARFContex...
2014-10-20 Dan LiewTeach Lit to catch OSError exceptions when creating...
2014-10-20 Zachary TurnerImprove Windows toolchain support for non-standard...
2014-10-20 Robert KhasanovMoved out IIT_V64 from common values section.
2014-10-20 David BlaikiePR21312: Fix a regression in non-type template paramete...
2014-10-20 Sean CallananDon't allow the expression parser to magically
2014-10-20 Ed MasteSkip dsym test on !Darwin
2014-10-20 Zachary TurnerDon't use mkstemp, as it doesn't exist on Windows.
2014-10-20 Zachary TurnerRemove LLDB_DEFAULT_SHELL #define, and determine this...
2014-10-20 David BlaikieFix indentation.
2014-10-20 Hal FinkelAdd RestrictQualifierLoc to DeclaratorChunk::FunctionTy...
2014-10-20 Ben LangmuirRevert most of r215810, which is no longer needed
2014-10-20 Ben LangmuirDon't add ID mappings for offsets with no entities...
2014-10-20 Gerolf Hoflehner[AArch64] test case for compfail fixed by r219748
2014-10-20 Steven WuFix Intrinsic::getType not working with vararg
2014-10-20 Oliver Stannard[Thumb2] RFE, SRS and "SUBS pc, lr" are undefined on v7M
2014-10-20 Dan AlbertFix checks for Android.
2014-10-20 Daniel Jasperclang-format: Fix overloaded operator edge case.
2014-10-20 Artyom SkrobovD5823: Fix typo in Clang test arm-cortex-cpus.c; patch...
2014-10-20 Sid ManningRemove unnecessary else.
2014-10-20 Alexander Kornienko[clang-tidy] Add support for custom configuration file...
2014-10-20 NAKAMURA TakumiRevert r220174, "Always use -Wl,-gc-sections on our...
2014-10-20 Daniel Jasperclang-format: [ObjC] Fix using selector names as macro...
2014-10-20 Oliver Stannard[ARM] Do not select SMULW[BT] or SMLAW[BT]
2014-10-20 Daniel Jasperclang-format: Fix indentation of struct definitions...
2014-10-20 Oliver Stannard[Thumb] Fix crash in Thumb1RegisterInfo::rewriteFrameIndex
2014-10-20 Chandler CarruthSwitch the default DataLayout to be little endian,...
2014-10-20 Chandler CarruthRemove some completely superfluous trailing comments...
2014-10-20 Chandler CarruthClean up the comments and doxygen for DataLayout.
2014-10-20 Chandler CarruthFix a miscompile introduced in r220178.
2014-10-20 Evgeny AstigeevichCommit to test commit access
2014-10-20 David MajnemerCodeGen: Update for LLVM API change
2014-10-20 David MajnemerIR: Replace DataLayout::RoundUpAlignment with RoundUpTo...
2014-10-20 Chandler CarruthFix a somewhat subtle pair of issues with JumpThreading...
2014-10-20 Shankar Easwaran[ELF] Add demangle test to XFAIL
2014-10-20 Shankar Easwaran[ELF] Implement demangle.
2014-10-20 Lang Hames[PBQP] Use DenseSet rather than std::set for PBQP's...
2014-10-20 Shankar Easwaran[ELF] Check for target architecture.
2014-10-20 Todd FialaFix 4 failing llgs-related tests on a stock Ubuntu...
2014-10-20 Shankar Easwaran[ELF] Make updateReferenceForMergeStringAccess virtual.
2014-10-20 Shankar Easwaran[ELF] Fix functionality of merging similar strings.
2014-10-20 Chandler CarruthTeach the load analysis driving core instcombine logic...
2014-10-20 Richard Smith[modules] Add support for #include_next.
2014-10-20 Chandler CarruthAdd a datalayout string to this test so that it exercis...
2014-10-19 David MajnemerCodeGen: ConstStructBuilder must verify packed constrai...
2014-10-19 Rafael EspindolaAlways use -Wl,-gc-sections on our build.
2014-10-19 Bill Schmidt[PowerPC] Clean up -mattr=+vsx tests to always specify...
2014-10-19 Bill Schmidt[PowerPC] Temporarily disable VSX for PowerPC fast...
2014-10-19 Bill Schmidt[PowerPC] Re-enable VSX test line for fma.ll with ...
2014-10-19 NAKAMURA TakumiPreprocessor.h: Suppress a warning in SkipMainFilePream...
2014-10-19 Chandler CarruthRevert r220153: "CodeGen: ConstStructBuilder must verif...
2014-10-19 Lang Hames[ADT] Add a 'find_as' operation to DenseSet.
2014-10-19 Chandler Carruth[complex] Teach the complex math IR gen to emit direct...
2014-10-19 NAKAMURA Takumiclang/test/Layout/itanium-union-bitfield.cpp: Appease...
2014-10-19 Chandler CarruthDo a better and more complete job of preserving metadat...
2014-10-19 Chandler CarruthMove previously dead code to handle computing the known...
2014-10-19 David MajnemerInstCombine: (sub (or A B) (xor A B)) --> (and A B)
2014-10-19 David MajnemerInstCombine: Optimize icmp eq/ne (shl Const2, A), Const1
2014-10-19 Chandler CarruthFix a long-standing miscompile in the load analysis...
2014-10-19 Ted Kremenek[analyzer] Tweak MallocSizeOfChecker to not warn when...
2014-10-19 Shankar Easwaran[ELF][Cleanup] Remove unused code.
2014-10-19 Bob WilsonUse the triple's isiOS() method instead of checking...
2014-10-19 Eric Fiselier[libcxx] Redo adding support for building and testing...
2014-10-19 Chandler CarruthSwitch how the datalayout availability test is handled...
2014-10-19 Bob WilsonUse triple predicate functions instead of checking...
2014-10-19 Eric FiselierFix unused variables in tests to placate scan-build...
2014-10-19 David MajnemerCodeGen: ConstStructBuilder must verify packed constrai...
2014-10-18 Filipe CabecinhasNew round of fixes for "Always compile debuginfo-tests...
2014-10-18 Chandler CarruthRename 'TD' to 'DL' in this function as the argument...
2014-10-18 Chandler CarruthFix the other comment to use modern doxygen style and...
2014-10-18 Chandler CarruthMore formatting cleanup brought to you by clang-format.
2014-10-18 Filipe CabecinhasNew round of fixes for "Always compile debuginfo-tests...
2014-10-18 Chandler CarruthClean up doxygen syntax and reword comments to flow...
2014-10-18 Chandler CarruthClean up the formatting and trailing whitespace of...
2014-10-18 Lang Hames[PBQP] Move register-allocation specific PBQP code...
2014-10-18 Shankar EaswaranFix display of files processed by the linker.
2014-10-18 Lang Hames[PBQP] Replace the interference-constraints algorithm...
2014-10-18 Marshall ClowWhitespace maintenance. Remove a bunch of tabs that...
2014-10-18 Chandler CarruthPreserve AA metadata when combining (cast (load (....
2014-10-18 Benjamin KramerUse non-member begin/end for a slight readability impro...
2014-10-18 Chandler Carruth[InstCombine] Do an about-face on how LLVM canonicalize...
2014-10-18 Chandler CarruthRemove a test that was ported from the old llvm-gcc...
2014-10-18 Argyrios Kyrtzidis[libclang] If the code-completion point is inside the...
2014-10-18 Argyrios Kyrtzidis[libclang] Allow code-completion when pointing at the...
2014-10-18 Shankar EaswaranSort include files according to convention.
2014-10-18 Shankar EaswaranMake lld-link symlink relative.
2014-10-18 Shankar Easwaran[ELF] Add Readers for all the ELF subtargets.
next