summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2017-01-0618-199/+386
* [SelectionDAG] Correctly transform range metadata to AssertZExtDavid Majnemer2017-01-062-1/+19
* [libFuzzer] remove dead code, NFCKostya Serebryany2017-01-061-47/+0
* Add iterator support to DWARFDie to allow child DIE iteration.Greg Clayton2017-01-057-17/+195
* Code cleanup: Remove tab indents.Logan Chien2017-01-051-3/+3
* config_elast: fix typo (NFC)Saleem Abdulrasool2017-01-051-1/+1
* Fix bug where types other than 'cv auto', 'cv auto &', and 'cv auto &&' couldRichard Smith2017-01-052-0/+16
* Add missing "original call argument has same type as deduced parameter type"Richard Smith2017-01-055-37/+125
* [APFloatTest] Add tests for various operationsTim Shen2017-01-051-4/+271
* Remove the ppc insertword/extractword expected fail tests.Sean Fertile2017-01-052-31/+0
* [CostModel][X86] Tidyup arithmetic costs code. NFCI.Simon Pilgrim2017-01-051-28/+15
* Fix for shared_ptrification in ClangDavid Blaikie2017-01-052-3/+4
* Fix examples for recent shared_ptrificationDavid Blaikie2017-01-051-1/+1
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-0524-147/+142
* Improved ASAN allocator and quarantine stats.Evgeniy Stepanov2017-01-055-56/+100
* [libFuzzer] improve error handling during the merge (handle various IO failures)Kostya Serebryany2017-01-059-0/+32
* [AArch64] Fold some filled/spilled subreg COPYsGeoff Berry2017-01-053-10/+189
* Add vec_insert4b and vec_extract4b functions to altivec.hSean Fertile2017-01-057-6/+182
* Fix typo. NFCXin Tong2017-01-051-1/+1
* ThinLTO: add early "dead-stripping" on the IndexTeresa Johnson2017-01-0512-32/+365
* [compiler-rt] Set valid PC calling __asan_report_error SetErrorReportCallback...Vitaly Buka2017-01-051-1/+2
* [compiler-rt] Make macros use __sanitizer::uptr instead of just uptr.Vitaly Buka2017-01-051-9/+10
* typeinfo: style adjustments for adding MS ABI RTTISaleem Abdulrasool2017-01-051-43/+62
* [asan] Fix comparison in BufferedStackTrace::LocatePcInTraceVitaly Buka2017-01-051-11/+6
* PR 31534: When emitting both DWARF unwind tables and debug information,Joerg Sonnenberger2017-01-055-3/+72
* [LICM] Allow promotion of some stores that are not guaranteed to execute.Michael Kuperstein2017-01-052-4/+216
* If an explicitly-specified pack might have been extended by template argumentRichard Smith2017-01-052-13/+28
* CodeGen: Assert that liveness is up to date when reading block live-ins.Matthias Braun2017-01-0510-43/+61
* Revert "Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")"Evgeniy Stepanov2017-01-051-33/+19
* Move SerializedDiagnosticPrinter's SharedState to std::shared_ptr rather than...David Blaikie2017-01-051-4/+4
* Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-0510-25/+31
* [CostModel][X86] Move vXi32 MUL costs into existing tables. NFCI.Simon Pilgrim2017-01-051-6/+5
* Remove trailing whitespace. NFCI.Simon Pilgrim2017-01-051-3/+3
* [CostModel][X86] Reordered SSE42 arithmetic cost LUT into descending order. N...Simon Pilgrim2017-01-051-13/+11
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-0510-30/+34
* Move FailedModulesSet over to shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-052-3/+4
* [CostModel][X86] Move vXi64 MUL costs into existing tables. NFCI.Simon Pilgrim2017-01-051-11/+3
* [LICM] Small update to note changes made in hoistRegionAndrew Kaylor2017-01-051-0/+1
* Move VariantMatcher's Payload to std::shared_ptr rather than IntrusiveRefCntPtrDavid Blaikie2017-01-052-6/+9
* Simplify ASTReader ctor by using in-class initializers for many member variablesDavid Blaikie2017-01-052-61/+45
* Simplify ASTReader ctor by using in-class initializers (NSDMIs to the rest of...David Blaikie2017-01-052-47/+33
* [CostModel][X86] Strip unused 256-bit vector shift costs. NFCI.Simon Pilgrim2017-01-051-8/+0
* [x86] add test to show bug in select lowering; NFCSanjay Patel2017-01-051-0/+18
* Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtensionDavid Blaikie2017-01-0512-53/+45
* [CostModel][X86] Include the cost of 256-bit upper subvector extract/insertio...Simon Pilgrim2017-01-052-4/+4
* TypoJoerg Sonnenberger2017-01-051-2/+2
* TypoJoerg Sonnenberger2017-01-051-1/+1
* [CostModel][X86] Merged SK_PermuteSingleSrc/SK_PermuteTwoSrc into common shuf...Simon Pilgrim2017-01-051-272/+227
* thread_support: split out {,non-}recursive mutexSaleem Abdulrasool2017-01-053-8/+43
* Reapply r291025 ("AMDGPU: Remove unneccessary intermediate vector")Matt Arsenault2017-01-051-19/+33
OpenPOWER on IntegriCloud