summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Hexagon] Use array_lengthof and const correct and type correct the array and...Craig Topper2015-12-011-7/+5
* Use array_lengthof instead of manually calculating it. NFCCraig Topper2015-12-011-2/+2
* [Hexagon] Use ArrayRef to avoid needing to calculate an array size. Interesti...Craig Topper2015-12-011-16/+11
* [ARM] Use range-based for loops to avoid the need for calculating an array si...Craig Topper2015-12-011-6/+5
* Use array_lengthof instead of manually calculating it. NFCCraig Topper2015-12-011-3/+2
* [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...Sagar Thakur2015-12-011-0/+3
* [Windows] Partially revert r254363 until I can test the right fix.Davide Italiano2015-12-011-2/+6
* Replace all weight-based interfaces in MBB with probability-based interfaces,...Cong Hou2015-12-0134-422/+301
* [LLDB][MIPS] Change ARCHFLAG for MIPSJaydeep Patil2015-12-011-0/+3
* [Hexagon] Disabling failing safestack testColin LeMahieu2015-12-011-0/+1
* RegisterPressure: If we do not collect dead defs the list must be emptyMatthias Braun2015-12-011-5/+1
* 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
OpenPOWER on IntegriCloud