summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* [X86][SSE] Improve i16 splatting shufflesSimon Pilgrim2016-01-2110-212/+189
* In test-release.sh, only run `uname -s` once. NFC.Dimitry Andric2016-01-211-3/+4
* [RuntimeDyld][AArch64] Add support for the MachO ARM64_RELOC_SUBTRACTOR reloc.Lang Hames2016-01-212-1/+58
* Resubmit test case with more restrictionXinliang David Li2016-01-214-0/+58
* Let test-release.sh checkout subprojects directly into the target tree,Dimitry Andric2016-01-211-43/+23
* Fix for two constant propagation problems in GVN with the assume intrinsicDavid L Kreitzer2016-01-214-5/+46
* Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error()Kevin Enderby2016-01-213-5/+20
* NFC. Corrects name of test class and a comment.Adrian McCarthy2016-01-211-2/+2
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-2118-147/+72
* ELF: Move code to emit copyrel to one place. NFC.Rui Ueyama2016-01-211-9/+11
* Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...Adrian McCarthy2016-01-211-0/+1
* [LibCallSimplifier] don't get fooled by a fake fmin()Sanjay Patel2016-01-212-9/+45
* Style change. NFC.Rui Ueyama2016-01-211-28/+24
* [driver] Enable some static analyzer "unix" checkers on Windows.Devin Coughlin2016-01-211-2/+11
OpenPOWER on IntegriCloud