summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RegisterPressure: Remove support for recede()/advance() at MBB boundariesMatthias Braun2015-12-012-22/+8
* RegisterPressure: There is no need to make getCurSlot() publicMatthias Braun2015-12-011-4/+4
* RegisterPressure: There is no need to make discoverLive{In|Out} publicMatthias Braun2015-12-011-3/+3
* RegisterPressure: Split RegisterOperands analysis code from result object; NFCMatthias Braun2015-12-011-43/+60
* [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive.Alexey Bataev2015-12-0130-34/+2927
* Revert r254348: "Replace all weight-based interfaces in MBB with probability-...Hans Wennborg2015-12-0134-296/+420
* [modules] Don't reject multiple modules providing contents for the same embed...Richard Smith2015-12-012-1/+17
* [Windows] Follow-up r254363, remove return.Davide Italiano2015-12-011-3/+1
* [Windows] Simplify assertion code. NFC.Davide Italiano2015-12-012-8/+3
* 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
OpenPOWER on IntegriCloud