summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Stop producing .data.rel sections.Rafael Espindola2015-11-1824-134/+93
* c++abi: use __builtin_offsetof instead of offsetofSaleem Abdulrasool2015-11-181-8/+9
* BuildUniversalActions(): Prune obsolete \param(s). [-Wdocumentation]NAKAMURA Takumi2015-11-181-2/+0
* Adjust test from fallout due to r253429David Majnemer2015-11-181-5/+5
* Fix LLD testsuite fallout from r253429David Majnemer2015-11-181-4/+4
* [NFC] Change the evaluation context of a non-type default template argument f...Faisal Vali2015-11-182-1/+16
* Add a test for r253323David Majnemer2015-11-181-0/+47
* [llvm-objdump] Use the COFF export table for additional symbolsDavid Majnemer2015-11-184-59/+128
* Revert r253401, "[clang-tidy] add check cppcoreguidelines-pro-bounds-constant...NAKAMURA Takumi2015-11-187-258/+0
* [doc] simplify the doc on compiling CUDAJingyue Wu2015-11-181-26/+3
* Remove a redundant assertion in MachineBasicBlock.cpp. NFC.Cong Hou2015-11-181-1/+0
* Remove redundant code in MachineBasicBlock.cpp. NFC.Cong Hou2015-11-181-28/+8
* Remove a few vestigial typedefs from the old worldEnrico Granata2015-11-187-15/+0
* Cleanup the type X list commands to use the new ForEach goodnessEnrico Granata2015-11-1811-902/+225
* Attempt to fix uninitialized SDAG persistent ids detected by MSanReid Kleckner2015-11-181-1/+1
* Let += and -= operators in BranchProbability have saturation behaviors.Cong Hou2015-11-181-6/+4
* Don't expose iterators into the list of types on the ASTContext; these areRichard Smith2015-11-182-11/+6
* [libFuzzer] remove default initializer as a workaround for https://gcc.gnu.or...Kostya Serebryany2015-11-181-1/+1
* Try to fix leak in CXStringSet from r252853Reid Kleckner2015-11-181-0/+2
* Modify the interface BranchProbability::normalizeProbabilities to let it acce...Cong Hou2015-11-182-9/+14
* [TSan] List only amd64 asm file in Makefile.old (attempt 2)Alexey Samsonov2015-11-181-1/+1
* Revert "[llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper Functions"Nathan Slingerland2015-11-184-77/+9
* Improving edge probabilities computation when choosing the best successor in ...Cong Hou2015-11-182-13/+166
* [llvm-profdata] Fix unhandled enumeration values warningNathan Slingerland2015-11-181-0/+2
* [llvm-profdata] Add SaturatingAdd/SaturatingMultiply Helper FunctionsNathan Slingerland2015-11-184-9/+77
* [ARM] Enable shrink-wrapping by default.Quentin Colombet2015-11-1812-18/+32
* Fix for use-after-free which caused test failure in cuda-detect.cu.Artem Belevich2015-11-181-1/+1
* Generalize ownership/passing semantics to allow dsymutil to own abbreviations...David Blaikie2015-11-183-23/+21
* Remove excess white spaceRafael Espindola2015-11-181-6/+0
* [TSan] List only amd64 asm file in Makefile.oldAlexey Samsonov2015-11-181-1/+1
* [ASan] Be consistent and refer to reported issues as "errors" in hints.Alexey Samsonov2015-11-181-3/+3
* Produce a better diagnostic for global register variables.Akira Hatanaka2015-11-1813-25/+114
* [PGO] Removed unused code. [NFC]Betul Buyukkurt2015-11-181-1/+0
* [InstCombine] refactor optimizeIntToFloatBitCast() ; NFCISanjay Patel2015-11-181-38/+29
* [clang-tidy] add check cppcoreguidelines-pro-bounds-constant-array-indexMatthias Gehre2015-11-177-0/+258
* [llvm-profdata] Show hint for other mismatch errors when merging instr profdataNathan Slingerland2015-11-171-1/+5
* Fix bug 25362 "cppcoreguidelines-pro-bounds-array-to-pointer-decay does not c...Matthias Gehre2015-11-173-2/+23
* [modules] When a #include is mapped to a module import and appears somewhereRichard Smith2015-11-176-13/+30
* COFF: Destroy LTOModules as they are linked.Peter Collingbourne2015-11-172-2/+1
* [X86][AVX512] Added AVX512 SHUFP*/VPERMILP* shuffle decode comments.Simon Pilgrim2015-11-175-186/+119
* Fix read-of-uninitialized introduced in r253277 exposed on some buildbotsDavid Blaikie2015-11-171-1/+1
* [PGO] Move value profile data definitions out of IndexedInstrProfXinliang David Li2015-11-174-52/+49
* Fix null dereference committed in r253277David Blaikie2015-11-171-2/+3
* dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...David Blaikie2015-11-172-3/+6
* [X86][AVX512] Added support for AVX512 UNPCK shuffle decode comments.Simon Pilgrim2015-11-177-315/+180
* [Myriad]: -nostdlib implies -nostartfilesDouglas Katzman2015-11-172-1/+2
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-175-4/+18
* [CUDA] Added a wrapper header for inclusion of stock CUDA headers.Artem Belevich2015-11-172-0/+180
* [CUDA] Detect and link with CUDA's libdevice bitcode library.Artem Belevich2015-11-176-4/+75
* [CUDA] added include paths for both sides of CUDA compilation.Artem Belevich2015-11-178-6/+66
OpenPOWER on IntegriCloud