summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* [opaque pointer types] [NFC] Add an explicit type argument to ConstantFoldLoa...Eduard Burtescu2016-01-227-29/+29
* Do not lower VSETCC if operand is an f16 vectorPirama Arumuga Nainar2016-01-223-0/+361
* [OpenMP] Sema for depend clause on target enter data directive.Arpith Chacko Jacob2016-01-223-2/+232
* Revert "[SelectionDAG] Fold more offsets into GlobalAddresses"Reid Kleckner2016-01-227-828/+84
* [libFuzzer] don't do expensive memmem if the result will not be usedKostya Serebryany2016-01-221-0/+2
* [analyzer] Suppress nullability warning for defensive super initializer idiom.Devin Coughlin2016-01-222-5/+84
* [OpenMP] Sema for depend clause on target directive.Arpith Chacko Jacob2016-01-223-0/+103
* [OpenMP] Parsing + Sema for nowait clause on target exit data directive.Arpith Chacko Jacob2016-01-223-0/+82
* [ThinLTO] Do metadata linking during batch function importingTeresa Johnson2016-01-222-29/+7
* [OpenMP] Parsing + Sema for nowait clause on target enter data directive.Arpith Chacko Jacob2016-01-223-0/+82
* [opaque pointer types] [NFC] Take advantage of get{Source,Result}ElementType ...Eduard Burtescu2016-01-211-45/+58
* move function definitions so we don't need separate declarations ; NFCISanjay Patel2016-01-211-67/+63
* .clang-tidy for sanitizer package to override root llvm styleMike Aizatsky2016-01-211-0/+12
* Fix TestImport.py to work with Python 3.5.Adrian McCarthy2016-01-211-2/+4
* [MSVC Compat] Don't omit frame pointers if /Oy- is specified before /O2David Majnemer2016-01-212-1/+6
* [LibCallSimplifier] refactor FP function signature checks ; NFCISanjay Patel2016-01-211-60/+24
* avoid variable shadowing; NFCSanjay Patel2016-01-211-2/+2
* remove unnecessary variable; NFCSanjay Patel2016-01-211-2/+1
* Always try to read DW_TAG_typedef types from DWO files first if we can. Greg Clayton2016-01-211-1/+24
* Avoid unnecessary stack realignment in musttail thunks with SSE2 enabledReid Kleckner2016-01-213-2/+12
* [OpenMP] Parsing + Sema for nowait clause on target directiveArpith Chacko Jacob2016-01-213-0/+31
OpenPOWER on IntegriCloud