summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ARM: Remove dead code. NFCI.Peter Collingbourne2018-02-082-6/+0
* [docs] Update docs for cmake options LLDB_TEST_C_COMPILER and LLDB_TEST_CXX_C...Aaron Smith2018-02-082-6/+6
* [CodeGen] Print MachineBasicBlock labels using MIR syntax in -debug outputFrancis Visoiu Mistrih2018-02-0812-47/+67
* [DAGCombiner] Avoid creating truncate nodes in (zext (and (load)))->(and (zex...Craig Topper2018-02-081-22/+25
* [DAGCombiner] Rename variable to be slightly better. NFCCraig Topper2018-02-081-21/+21
* bpf: Improve expanding logic in LowerSELECT_CCYonghong Song2018-02-083-1/+31
* Symbols defined in linker scripts should not have dso_local flag set in LTO r...Dmitry Mikulin2018-02-082-3/+7
* Deactivate TestTargetSymbolsBuildidCase if host is windowsEugene Zemtsov2018-02-082-1/+2
* gold-plugin: Do not set codegen opt level based on LTO opt level.Peter Collingbourne2018-02-081-15/+0
* Add space inside the regular expression.Rafael Espindola2018-02-081-1/+1
* Add CMAKE_CFG_INTDIR as part of the include path for the default test compiler. Aaron Smith2018-02-081-2/+2
* AMDGPU: Fix incorrect reordering when inline asm defines LDS addressMatt Arsenault2018-02-082-3/+65
* [clang-format] Set ObjCBinPackProtocolList to Never for google styleBen Hamilton2018-02-082-7/+11
* Add a testcase for PR36268.Rafael Espindola2018-02-081-0/+6
* Fix PR36268.Rafael Espindola2018-02-081-5/+9
* AMDGPU: Don't crash when trying to fold implicit operandsMatt Arsenault2018-02-082-0/+15
* [NVPTX] When dying due to a bad address space value, print out the value.Justin Lebar2018-02-081-1/+2
* Remove extra space.Rafael Espindola2018-02-081-1/+1
* [AMDGPU] Fixed wait count reuseStanislav Mekhanoshin2018-02-081-50/+40
* [x86] Fix nasty bug in the x86 backend that is essentially impossible toChandler Carruth2018-02-072-0/+85
* Fix size and alignment of array<T, 0>.Eric Fiselier2018-02-073-4/+22
* Verify profile data confirms large loop trip counts.Mircea Trofin2018-02-072-5/+141
* Fix compilation in C++17 mode.Richard Smith2018-02-071-0/+2
* Update for llvm change.Rafael Espindola2018-02-071-1/+1
* [NFCi] Replace a couple of usages of const StringRef& with StringRefErich Keane2018-02-074-7/+7
* Don't try to use copy relocations with tls variables.Rafael Espindola2018-02-072-3/+24
* [X86] Prune some unreachable 'return SDValue()' paths from LowerSIGN_EXTEND/L...Craig Topper2018-02-071-31/+26
* PR36055: fix computation of *-dependence in nested initializer lists.Richard Smith2018-02-073-12/+59
* [X86] Remove dead code from EmitTest that looked for an i1 type which should ...Craig Topper2018-02-071-5/+0
* Recommit r324107 again.Rafael Espindola2018-02-0722-124/+311
* Stop using __strtonum_fallback on Android.Dan Albert2018-02-071-1/+0
* [X86] When doing callee save/restore for k-registers make sure we don't use K...Craig Topper2018-02-074-243/+369
* Fix PR#31454 - 'basic_string<T>::push_back() crashes if sizeof(T)>sizeof(long...Marshall Clow2018-02-072-5/+8
* [X86] Auto-generate complete checks. NFCCraig Topper2018-02-072-81/+1082
* Fix -verify static assert messages for older Clang versionsEric Fiselier2018-02-072-2/+2
* Document --build-id=fast in ld.lld.1Ed Maste2018-02-071-1/+6
* [clang-import-test] Run clang-format, NFCVedant Kumar2018-02-071-8/+9
* [libc++] Fix PR35491 - std::array of zero-size doesn't work with non-default ...Eric Fiselier2018-02-0719-26/+805
* [PR36008] Avoid -Wsign-compare warning for enum constants inAlex Lorenz2018-02-072-0/+23
* Add ld.lld.1 man page, describing lld's ELF linkerEd Maste2018-02-071-0/+479
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-0716-392/+51
* [SLP] Add a tests for PR36280, NFC.Alexey Bataev2018-02-071-0/+28
* Remove an errant ^S Jim Ingham2018-02-071-1/+1
* Revert [DebugInfo] Improvements to representation of enumeration types (PR361...Momchil Velikov2018-02-075-112/+10
* [analyzer] [NFC] Factor out generating path diagnostics for a statement into ...George Karpenkov2018-02-071-636/+648
* Revert "Recommit r324107."Rafael Espindola2018-02-0722-310/+124
* Generate PDB files for profiling even in Release build.Zachary Turner2018-02-071-0/+6
* Comment on 'Review' issuesMarshall Clow2018-02-071-8/+8
* Add --build-id=fast as a synonym for --build-id.Rui Ueyama2018-02-072-0/+4
* Fix r324498: the commit removed the '-' before the disable-llvm-verifier flagEric Fiselier2018-02-071-1/+1
OpenPOWER on IntegriCloud