summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SDAG: Implement Select instead of SelectImpl in MSP430DAGToDAGISelJustin Bogner2016-05-131-76/+57
* [LoopDist] Only run LAA for loops with the pragmaAdam Nemet2016-05-131-17/+17
* AMDGPU: Remove verifier check for scc live insMatt Arsenault2016-05-132-16/+44
* [ADT] Add an 'llvm::seq' function which produces an iterator range overChandler Carruth2016-05-134-2/+134
* [clang-tidy] - PerformanceUnnecesaryCopyInitialization - only trigger for dec...Felix Berger2016-05-133-20/+35
* [Unroll] Implement a conservative and monotonically increasing cost tracking ...Michael Zolotukhin2016-05-137-18/+236
* [LoopUnrollAnalyzer] Don't treat gep-instructions with simplified offset as s...Michael Zolotukhin2016-05-133-2/+30
* [ThinLTO] Use correct pipeline for ThinLTO in gold-plugin.Teresa Johnson2016-05-131-1/+4
* [ObjC][CodeGen] Remove an assert that is no longer correct.Akira Hatanaka2016-05-132-4/+27
* Remove runtime specific code from common headerXinliang David Li2016-05-132-161/+33
* dsymutil: Fix the DWOId mismatch check for cached modules.Adrian Prantl2016-05-132-6/+21
* Preserve the FoundDecl properly in constructor overload resolution. NoRichard Smith2016-05-122-11/+7
* [codeview] Try to handle errors better in record iteratorReid Kleckner2016-05-127-15/+29
* [MachO] Extract MachO load command enums into a def fileChris Bieneman2016-05-122-50/+72
* SDAG: Implement Select instead of SelectImpl in AArch64DAGToDAGISelJustin Bogner2016-05-121-802/+1161
* Add a check for version 15 of the shared cache formatEnrico Granata2016-05-121-1/+1
* Fix some long standing issues that caused tests to be flaky. Greg Clayton2016-05-1210-216/+323
* llvm-readobj: Fix GNU style entry point print widthHemant Kulkarni2016-05-121-1/+1
* Slit the relocation scan in two parts.Rafael Espindola2016-05-121-53/+43
* [codeview] Fix dumping VFTables, stop when we see LF_PAD*Reid Kleckner2016-05-124-2/+58
* Don't crash when a process' task port goes bad.Greg Clayton2016-05-121-1/+0
* Fix libstdc++ failure where <atomic> is not able to be imported on Darwin sys...Greg Clayton2016-05-123-6/+10
* Fix Clang-tidy modernize-use-bool-literals in generated code.Eugene Zelenko2016-05-121-16/+118
* [PM] Port of the DepndenceAnalysis to the new PM.Chandler Carruth2016-05-1211-254/+224
* Move addend computation to a helper function.Rafael Espindola2016-05-121-25/+39
* llvm-readobj: Change Hex output for GNU style dynamic table printHemant Kulkarni2016-05-121-3/+4
* Refactor constant expression evaluation of CXXConstructExpr to reduce duplica...Richard Smith2016-05-121-35/+18
* Added missing makefile from patch D19124 (should fix the corresponding commit...Cameron Desrochers2016-05-121-0/+5
* Adding new kmp_aligned_malloc() entry pointJonathan Peyton2016-05-1219-6/+227
* SDAG: Implement Select instead of SelectImpl in LanaiDAGToDAGISelJustin Bogner2016-05-121-21/+13
* Fix team reuse with foreign threadsJonathan Peyton2016-05-122-0/+84
* Handle thunks in adjustExpr.Rafael Espindola2016-05-121-5/+9
* This reverts commit r269359 and r269360.Rafael Espindola2016-05-121-9/+5
* Handle thunks in adjustExpr.Rafael Espindola2016-05-121-2/+2
* braRafael Espindola2016-05-121-3/+7
* SDAG: Implement Select instead of SelectImpl in HexagonDAGToDAGISelJustin Bogner2016-05-121-139/+189
* [profile] Code refactoringXinliang David Li2016-05-122-119/+112
* [LAA] Use std::min. NFCAdam Nemet2016-05-121-4/+2
* SDAG: Clean up a dangling node in HexagonISelDAGToDAG::SelectImplJustin Bogner2016-05-121-1/+1
* [ARM] Support and tests for transform of LDR rt, = to MOVRenato Golin2016-05-126-13/+391
* [ARM] Fixup tests to take into account mov translation. NFC.Renato Golin2016-05-126-56/+56
* [ARM] Delay ARM constant pool creation. NFC.Renato Golin2016-05-125-6/+92
* Minor code refactoring /NFCXinliang David Li2016-05-121-6/+15
* SDAG: Implement Select instead of SelectImpl in BPFDAGToDAGISelJustin Bogner2016-05-121-15/+10
* SDAG: Implement Select instead of SelectImpl in AMDGPUDAGToDAGISelJustin Bogner2016-05-121-49/+67
* Tidied up switch cases. NFCI.Simon Pilgrim2016-05-121-52/+48
* [AST] Move operations enum to a definition file.Etienne Bergeron2016-05-124-474/+420
* [Docs] clarify semantics of x.with.overflow intrinsicsJohn Regehr2016-05-121-1/+20
* SDAG: Clean up dangling nodes in AArch64ISelDAGToDAG::SelectImplJustin Bogner2016-05-121-5/+8
* Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()"Tom Stellard2016-05-127-85/+250
OpenPOWER on IntegriCloud