summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix linux build after r263190Ismail Donmez2016-03-111-0/+1
* [AMDGPU] Assembler: change v_madmk operands to have same order as mad.Nikolay Haustov2016-03-116-37/+28
* [PM/AA] Teach the AAManager how to handle module analyses in addition toChandler Carruth2016-03-117-9/+40
* Update to include the new header file providing createGVNPass.Chandler Carruth2016-03-111-0/+1
* Fix a bunch of signedness warnings in unittestsPavel Labath2016-03-112-16/+17
* [PM] Port GVN to the new pass manager, wire it up, and teach a couple ofChandler Carruth2016-03-1113-359/+449
* Fix a couple of cornercases in FileSpec + testsPavel Labath2016-03-113-24/+117
* AMDGPU: Don't use InstVisitor for AMDGPUPromoteAllocaMatt Arsenault2016-03-111-6/+12
* skip newly segfaulting test on OS X public CITodd Fiala2016-03-111-0/+1
* AMDGPU: R600 code splitting cleanupMatt Arsenault2016-03-1132-105/+93
* [mips] Invalid tests for MTC0, MTC2, MFC0, MFC2, DMTC0, DMFC0 MIPS instructionsHrvoje Varga2016-03-114-0/+24
* [OpenMP] NFC fix compilation warning about unused variableDmitry Polukhin2016-03-111-2/+1
* AMDGPU: Materialize sign bits with bfrevMatt Arsenault2016-03-116-16/+198
* Minor code cleanups. NFC.Junmo Park2016-03-111-3/+3
* [Compiler-rt] Fix ioctl codes for MIPS in sanitizer_ioctl_testMohit K. Bhakkad2016-03-111-2/+4
* Fix indentation.Sean Silva2016-03-111-1/+1
* [lto] The previous testcase was not useful enough.Sean Silva2016-03-112-0/+4
* Minor code cleanup. NFC.Junmo Park2016-03-111-1/+1
* Fix ASan test cases after r263177Alexey Samsonov2016-03-113-7/+7
* Removing the friend declaration was not a good idea.John McCall2016-03-111-0/+1
* Speculatively attempt to fix the MSVC build by making someJohn McCall2016-03-111-8/+9
* Add a coerce-and-expand ABIArgInfo as a generalization of someJohn McCall2016-03-114-19/+243
* Preserve ExtParameterInfos into CGFunctionInfo.John McCall2016-03-1118-196/+337
* ELF: Add --thread option and partially parallelize writeTo().Rui Ueyama2016-03-114-2/+12
* Remove llvm::getDISubprogram in favor of Function::getSubprogramPete Cooper2016-03-118-36/+9
* Fix SBDebugger.GetOutputFileHandle() on OS X.Jim Ingham2016-03-114-3/+10
* [lto] Add a useful test case.Sean Silva2016-03-111-0/+3
* [gold] Fix common symbols handling.Evgeniy Stepanov2016-03-113-20/+63
* [lto] Make sure that ctors are added to the combined module.Sean Silva2016-03-114-1/+31
* Tighten up this test a bit.Sean Silva2016-03-111-0/+1
* [sanitizer] Add strlen to the common interceptorsAlexey Samsonov2016-03-117-37/+26
* [UBSan] Improve bufferization of UBSan error reports.Alexey Samsonov2016-03-111-93/+90
* Add doxygen comments to avxintrin.h's intrinsics.Ekaterina Romanova2016-03-111-0/+902
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-106-273/+184
* [LLE] Add missed LoopSimplify dependenceAdam Nemet2016-03-102-0/+36
* Print strict in Availability attribute when it is on.Manman Ren2016-03-102-0/+4
* Add has_feature objc_class_property.Manman Ren2016-03-102-0/+5
* libclang python bindings: Fix for bug 26394Jonathan Coe2016-03-101-1/+1
* AArch64: only try to use scaled fcvt ops on legal vector types.Tim Northover2016-03-102-1/+10
* Reenable asm-errors.cNico Weber2016-03-101-3/+2
* [x86] don't use a shuffle when a vselect will do; NFCISanjay Patel2016-03-101-16/+5
* Fixed ValueObject::GetExpressionPath() for paths including anonymous struct/u...Marianne Mailhot-Sarrasin2016-03-102-1/+12
* Test commit accessMarianne Mailhot-Sarrasin2016-03-101-1/+1
* Strip trailing whitespace.Simon Pilgrim2016-03-101-66/+66
* Fixed the python interpreter so that it correctly inherits the top IOHandler'...Greg Clayton2016-03-104-96/+41
* [Windows] Fix UnmapOrDie and MmapAlignedOrDieReid Kleckner2016-03-104-24/+95
* [X86][SSE] Reapplied: Improve vector ZERO_EXTEND by combining to ZERO_EXTEND_...Simon Pilgrim2016-03-106-44/+98
* Support arbitrary addrspace pointers in masked load/store intrinsicsArtur Pilipenko2016-03-1012-207/+338
* Retrieve command line arguments and environment correctly on FreeBSDDimitry Andric2016-03-101-1/+19
* ARM: Support relative references using the PREL31 symbol variant.Peter Collingbourne2016-03-102-4/+13
OpenPOWER on IntegriCloud