summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Squelch unused variable warning in SIRegisterInfo.cpp.Matt Arsenault2015-12-011-1/+2
* llvm/test/DebugInfo/Generic/safestack-byval.ll is using tls.NAKAMURA Takumi2015-12-011-0/+2
* check-llvm: Introduce the new feature "tls".NAKAMURA Takumi2015-12-011-0/+4
* Fix use-after-free when a C++ thread_local variable gets replaced (because itsRichard Smith2015-12-017-32/+34
* [llvm-dwp] Add missing Makefile for the old configure+make buildDavid Blaikie2015-12-011-0/+18
* [llvm-dwp] Add missing dependency from llvm tests on the llvm-dwp toolDavid Blaikie2015-12-011-0/+1
* Fix a bug in MachineBlockPlacement that may cause assertion failure during Br...Cong Hou2015-12-011-3/+7
* [llvm-dwp] Initial partial prototypeDavid Blaikie2015-12-019-1/+222
* llvm-dwp: Initial layoutDavid Blaikie2015-12-015-1/+40
* [safestack] Protect byval function arguments.Evgeniy Stepanov2015-12-015-111/+241
* Extend debug info for function parameters in SDAG.Evgeniy Stepanov2015-12-012-16/+102
* [safestack] Fix handling of array allocas.Evgeniy Stepanov2015-12-012-5/+65
* Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata2015-12-011-1/+1
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-0134-420/+292
* This reverts commit r254336 and r254344.Rafael Espindola2015-11-306-112/+80
* [PR25661] Revert part of r217213 according to r254323.NAKAMURA Takumi2015-11-301-13/+2
* Remove extraneous parentheses.Rui Ueyama2015-11-301-1/+1
* Disable a consistency check.Rafael Espindola2015-11-303-27/+1
* Remove non-debug printing of domain setTobias Grosser2015-11-301-1/+0
* [InstCombine] add tests to show potential vector IR shuffle transformsSanjay Patel2015-11-301-5/+48
* Unpack the output on the client, completing the cycle.Zachary Turner2015-11-304-39/+89
* Have swig_bot actually run swig, and send back the output.Zachary Turner2015-11-304-36/+74
* [X86][FMA4] Prefer FMA4 to FMASimon Pilgrim2015-11-304-6/+7
* Fix hang in global static initializationAdrian McCarthy2015-11-301-4/+10
* [libFuzzer] clarify the limitation of fsanitize-coverage=trace-cmpKostya Serebryany2015-11-301-0/+1
* Start deciding earlier what to link.Rafael Espindola2015-11-308-80/+138
* Have 'optnone' respect the -fast-isel=false option.Paul Robinson2015-11-306-10/+24
* [X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks....Cong Hou2015-11-301-250/+347
* AMDGPU: Fix unused functionMatt Arsenault2015-11-301-5/+0
* AMDGPU: Error if too many user SGPRs usedMatt Arsenault2015-11-302-0/+8
* AMDGPU: Rework how private buffer passed for HSAMatt Arsenault2015-11-3021-297/+1000
* AMDGPU: Rename enums to be consistent with HSA code object terminologyMatt Arsenault2015-11-305-50/+49
* AMDGPU: Remove SIPrepareScratchRegsMatt Arsenault2015-11-3019-281/+827
* AMDGPU: Use assert zext for workgroup sizesMatt Arsenault2015-11-303-10/+84
* ScopInfo: Further simplify codeTobias Grosser2015-11-301-2/+1
* ELF: Make comments consistent.Rui Ueyama2015-11-301-7/+0
* [ARM] For old thumb ISA like v4t, we cannot use PC directly in pop.Quentin Colombet2015-11-302-22/+28
* Avoid writing to source directory of testsReid Kleckner2015-11-301-1/+1
* [MS Compat] Adjust thiscall to cdecl when deducing template argumentsDavid Majnemer2015-11-302-2/+24
* Fix honoring of OMP_THREAD_LIMIT in the teams constructJonathan Peyton2015-11-301-7/+36
* Fix crash when __kmp_task_team_setup called for single threaded teamJonathan Peyton2015-11-301-20/+21
* Adding Hwloc library option for affinity mechanismJonathan Peyton2015-11-3018-138/+789
* [compiler-rt] Remove SANITIZER_AARCH64_VMA usageAdhemerval Zanella2015-11-3014-75/+30
* [SimplifyLibCalls] Remove useless bits of this tests.Davide Italiano2015-11-301-6/+6
* [SimplifyLibCalls] Transform log(exp2(y)) to y*log(2) under fast-math.Davide Italiano2015-11-303-1/+35
* [CMake] Moving -fvisibility-inlines-hidden append as per post-commit reviewChris Bieneman2015-11-302-1/+1
* [X86] Add RIP to GR64_TCW64David Majnemer2015-11-303-2/+18
* Enable shrink wrapping for PPC64Kit Barton2015-11-302-7/+14
* Fix another llvm.ctors merging bug.Rafael Espindola2015-11-303-2/+18
* [WebAssembly] Fix a few minor compiler warnings. NFC.Dan Gohman2015-11-301-7/+7
OpenPOWER on IntegriCloud