summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Sema: address post-commit review commentSaleem Abdulrasool2014-10-171-2/+2
* Driver: support detecting driver mode when clang has a version suffix without...Hans Wennborg2014-10-172-76/+137
* [AArch64] Fix a silent codegen fault in BUILD_VECTOR lowering.James Molloy2014-10-172-9/+31
* Add an .arcconfig for libc++abi.Dan Albert2014-10-171-0/+4
* [libcxxabi] Document the standalone build's requirements on llvm-config and l...Eric Fiselier2014-10-172-1/+13
* Don't crash if find_executable return None.Rafael Espindola2014-10-171-4/+4
* [PowerPC] Enable use of lxvw4x/stxvw4x in VSX code generationBill Schmidt2014-10-179-12/+157
* Mips: Only set divrem i64 to custom on 64bitJan Vesely2014-10-171-2/+2
* R600: Add EG to FMA testJan Vesely2014-10-171-1/+14
* SelectionDAG: Add sext_inreg optimizationsJan Vesely2014-10-172-0/+48
* clang-format: Prefer breaking before trailing return arrows.Daniel Jasper2014-10-173-2/+5
* [mips] Add support for COP1's Branch-On-Cond-Likely instructionsVasileios Kalintiris2014-10-1724-16/+104
* clang-format: [Java] Don't break immediately after "throws".Daniel Jasper2014-10-172-6/+11
* [CMake] check-lld: Prune llvm-mc. It is unused.NAKAMURA Takumi2014-10-171-1/+1
* lld/lib/Core/Error.cpp: Appease g++-4.7, corresponding to LLVM r210687.NAKAMURA Takumi2014-10-171-0/+2
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-1715-422/+241
* Add explicit triple to clang/test/CodeGen/sanitize-address-field-padding.cpp,...NAKAMURA Takumi2014-10-171-2/+2
* [mips] Add support for COP0's Branch-On-Cond-Likely instructionsVasileios Kalintiris2014-10-1716-30/+217
* [DSE] Remove no-data-layout-only type-based overlap checkingHal Finkel2014-10-175-20/+22
* complex long double support for PowerPCJoerg Sonnenberger2014-10-172-0/+17
* Optimize Type::isStructureOrClassType() by reusing RT->getDecl().Yaron Keren2014-10-171-3/+4
* D5775: The new test case was missing from the preceding commit.Artyom Skrobov2014-10-171-0/+29
* D5775: Fix of assertion failure in case of non-POD unions with bitfields. Pat...Artyom Skrobov2014-10-171-4/+14
* User c-tor name to fix the sanitizer testRenato Golin2014-10-171-1/+1
* Trying to fix failing Clang sanitizer test on ARM botsRenato Golin2014-10-171-1/+1
* Towards PR21289: don't lose track of unexpanded parameter packs withRichard Smith2014-10-173-34/+37
* Fix bashism in build.sh.Peter Collingbourne2014-10-171-1/+1
* Break out of the command word parsing loop if we hitJason Molenda2014-10-171-0/+6
* Add #if 0 around unreachable block of code to suppress warnings.Jason Molenda2014-10-171-0/+2
* Add null-checks around getter/setter before using them.Jason Molenda2014-10-171-4/+10
* Remove incorrect usage of JoinedOrSeparate.Richard Smith2014-10-172-3/+3
* A << operation would be undefined for a bit-selectingJason Molenda2014-10-171-1/+1
* Add back commits r219835 and a fixed version of r219829.Rafael Espindola2014-10-178-51/+193
* PR21215: Support -fmodule-map-file being specified multiple times. SupportRichard Smith2014-10-178-22/+39
* [PPC] Adjust some PowerPC tests to account for presence/absence of VSXBill Schmidt2014-10-1719-37/+243
* Remove always-true part of a conditional expression.Jason Molenda2014-10-171-1/+1
* Put #if 0 blocks around three sections of code that are intentionallyJason Molenda2014-10-171-1/+7
* Add a test that would have found the bug in r219829.Rafael Espindola2014-10-172-1/+33
* ARM: Fix a bug which was causing convergence failure in constant-island pass.Akira Hatanaka2014-10-172-1/+401
* Switch to range-based for loop. No functionality change.Richard Smith2014-10-171-9/+3
* [asan] the run-time part of intra-object-overflow detector (-fsanitize-addres...Kostya Serebryany2014-10-175-0/+75
* Making all @expectedFailure markers take an explicit bugnumber annotation. Th...Enrico Granata2014-10-172-21/+22
* Don't enable the log here. It was just me debuggingEnrico Granata2014-10-171-1/+0
* Revert commit r219835 and r219829.Rafael Espindola2014-10-179-195/+52
* Per comments on PR12350, move DR244 back from 'done' to 'partial' and add tes...Richard Smith2014-10-172-2/+24
* [OCaml] Add Llvm.instr_clone.Peter Zotov2014-10-174-0/+31
* [LLVM-C] Add LLVMInstructionClone.Peter Zotov2014-10-172-0/+16
* CodeGen: Kill FillInNullDataMemberPointersDavid Majnemer2014-10-171-106/+3
* AST: Remove dead code from RecordLayoutBuilderDavid Majnemer2014-10-171-11/+0
* [llvm-symbolizer] Introduce the -dsym-hint option.Alexander Potapenko2014-10-1712-50/+177
OpenPOWER on IntegriCloud