summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add missing cleanup code for cached indirect lock pool.Jonathan Peyton2016-01-221-0/+1
* [Hexagon] Use general purpose registers to spill pred/mod registers intoKrzysztof Parzyszek2016-01-225-78/+352
* Rephrase this test to help debug a buildbot issueAdrian Prantl2016-01-221-1/+2
* AMDGPU: Fix getArchTypePrefixMatt Arsenault2016-01-221-2/+2
* Merge templated static member variables, fixes http://llvm.org/pr26179.Yaron Keren2016-01-226-2/+54
* AMDGPU: Rename some r600 intrinsics to use correct TargetPrefixMatt Arsenault2016-01-225-48/+53
* AMDGPU: Remove unused R600 intrinsicsMatt Arsenault2016-01-222-48/+0
* [WinEH] Make collectFuncletMembers non-recursiveDavid Majnemer2016-01-221-22/+20
* Fix MachOObjectFile::getSymbolName() to not call report_fatal_error()Kevin Enderby2016-01-223-5/+13
* Fix a typo in r258507 and change the PCH dwoid constant to ~1UL.Adrian Prantl2016-01-223-3/+4
* Fix 80-column violations.Adrian Prantl2016-01-221-3/+6
* [analyzer] SATestBuild.py: Handle spaces in path passed to --use-analyzer.Devin Coughlin2016-01-221-2/+2
* AMDGPU: Change control flow intrinsics to use amdgcn prefixMatt Arsenault2016-01-223-21/+23
* AMDGPU: Don't use separate mulhu/mulhs PatsMatt Arsenault2016-01-221-12/+2
* AMDGPU: Remove random TGSI intrinsicMatt Arsenault2016-01-223-14/+0
* AMDGPU: Remove AMDGPU.fract intrinsicMatt Arsenault2016-01-228-78/+88
* unordered: Rename __construct_node_hash() to allow forwarding, NFCDuncan P. N. Exon Smith2016-01-221-8/+10
* [PGO] add an interface needed by icall promotionXinliang David Li2016-01-222-1/+17
* [ELF] - fix possible UB when dereferencing nullGeorge Rimar2016-01-223-9/+9
* Module Debugging: Use a nonzero DWO id for precompiled headers.Adrian Prantl2016-01-224-4/+14
* [MSVC Compat] Don't provide /volatile:ms semantics to types > pointerDavid Majnemer2016-01-222-5/+30
* Try to pacify MSVC.Nico Weber2016-01-221-1/+2
* Change of UserLabelPrefix default value from "_" to ""Andrey Bokhanko2016-01-222-32/+23
* Let RecursiveASTVisitor visit array index VarDeclsNico Weber2016-01-223-0/+31
* [OpenMP] Sema for depend clause on target exit data directive.Arpith Chacko Jacob2016-01-223-2/+232
* Revert "Enable test log collection from remote debug servers"Pavel Labath2016-01-221-18/+6
* Replace some tabs with spaces.Nico Weber2016-01-221-4/+3
* Use of llvm_unreachable instead of warning in EhFrameHeader<ELFT>::assignEhFr...George Rimar2016-01-221-5/+2
* ScopDetection: Do not detect regions with irreducible control as scopsTobias Grosser2016-01-225-0/+250
* Remove irreducible control flow from test caseTobias Grosser2016-01-221-7/+13
* [OPENMP] Generalize codegen for 'sections'-based directive.Alexey Bataev2016-01-2210-203/+183
* www: Update links to LLVM bug trackerTobias Grosser2016-01-221-4/+4
* [analyzer] Update SATestBuild.py to handle spaces in paths.Devin Coughlin2016-01-221-10/+10
* 2 missing intrinsics _cvtss_sh and _mm_cvtps_ph were added to the intrinsics ...Ekaterina Romanova2016-01-222-3/+28
* Add __uncvref type for use in later patchesEric Fiselier2016-01-221-0/+7
* [TableGen] Make a class member local to the function that populates it and co...Craig Topper2016-01-221-1/+2
* [TableGen] Reorder fields in AsmWriterOperand to remove padding and reduce si...Craig Topper2016-01-221-6/+5
* [TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anyth...Craig Topper2016-01-222-8/+3
* [PGO] eliminate use of static variableXinliang David Li2016-01-223-63/+71
* Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...Bhushan D. Attarde2016-01-221-2/+2
* NFC WebAssembly: update linksJF Bastien2016-01-221-2/+2
* [SelectionDAG] Fold more offsets into GlobalAddressesDan Gohman2016-01-228-86/+855
* [opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...Eduard Burtescu2016-01-221-3/+5
* Replace Type::getInt32Ty() and comparison by isIntegerTy(32). NFC.Manuel Jacob2016-01-221-3/+1
* Revert r258473 as it's breaking the build with libc++Ivan Krasin2016-01-224-57/+17
* [opaque pointer types] [NFC] DataLayout::getIndexedOffset: take source elemen...Eduard Burtescu2016-01-225-32/+27
* [opaque pointer types] [NFC] FindAvailableLoadedValue: take LoadInst instead ...Eduard Burtescu2016-01-225-8/+8
* [Docs] Slightly update LSan documentation.Alexey Samsonov2016-01-222-15/+50
* [opaque pointer types] [NFC] gep_type_{begin,end} now take source element typ...Eduard Burtescu2016-01-223-11/+8
* Use std::piecewise_constant_distribution instead of ad-hoc binary search.Ivan Krasin2016-01-224-17/+57
OpenPOWER on IntegriCloud