summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Rearrange relocation codes in natural order. NFC.Igor Kudrin2015-12-011-65/+76
* Remove superfluous StringRef casts, NFC.Yaron Keren2015-12-011-7/+7
* Introduce a range version of std::find, and use in SCEVSanjoy Das2015-12-012-2/+8
* Introduce a range version of std::any_of, and use it in SCEVSanjoy Das2015-12-013-10/+14
* [X86] Improve codegen for AVX2 gather with an all 1s mask.Craig Topper2015-12-011-30/+39
* [X86] Fix patterns for memory forms of FP FSUBR and FDIVR. They need to have ...Craig Topper2015-12-011-39/+69
* [X86] Use range-based for loops. NFCCraig Topper2015-12-011-6/+6
* [X86] Use array_lengthof instead of calculating manually. Also change index t...Craig Topper2015-12-011-7/+7
* [Hexagon] Use std::begin() and std::end() instead of doing the same manually....Craig Topper2015-12-011-2/+1
* [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
OpenPOWER on IntegriCloud