summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [Builtin] Make __builtin_thread_pointer target-independent.Marcin Koscielnicki2016-06-165-3/+9
* Add support for # comments.Rafael Espindola2016-06-162-2/+11
* [JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfoIgor Laevsky2016-06-168-7/+64
* A follow-up fixing on cuda-march.cu: Don't match clang to other place.Haojian Wu2016-06-161-8/+6
* Remove redundant namespace specifiers.Rui Ueyama2016-06-161-9/+9
* [codeview] Use CVTypeVisitor instead of a hand-written switch-cases.Rui Ueyama2016-06-162-68/+66
* Patch "Compilation for Intel MCU (Part 2/3)" caused the clang-x64-ninja-win7Andrey Turetskiy2016-06-161-2/+2
* Remove CloudABI specific workaround.Ed Schouten2016-06-161-2/+0
* Compilation for Intel MCU (Part 3/3)Andrey Turetskiy2016-06-162-14/+41
* PR27938: Don't remove valid DebugLoc in ScalarizerPatrik Hagglund2016-06-162-1/+45
* Compilation for Intel MCU (Part 2/3)Andrey Turetskiy2016-06-168-13/+56
* [mips][mips16] Fix machine verifier errors about incorrect register classes o...Daniel Sanders2016-06-1611-227/+93
* Add initial support for Thumb for ARMv7aPeter Smith2016-06-1612-3/+655
* [llvm-objdump] Support detection of feature bits from the object and implemen...Daniel Sanders2016-06-1623-95/+122
* [LAA] Rename Strides to SymblicStrides in analyzeLoop. NFCAdam Nemet2016-06-162-8/+9
* [LAA] Default getInfo to not speculate symbolic strides. NFCAdam Nemet2016-06-165-7/+6
* [modules] Combine Pass.h, PassSupport.h and PassAnalysisSupport.h into one mo...Vassil Vassilev2016-06-161-6/+13
* [mips][micromips] Implement DCLO, DCLZ, DROTR, DROTR32 and DROTRV instructionsHrvoje Varga2016-06-1610-101/+171
* Attempt to define friend function more portably.Sean Silva2016-06-161-16/+5
* clang/test/Driver/cuda-march.cu: Tweak not to match "clang" to other place li...NAKAMURA Takumi2016-06-161-2/+2
* SimplifyCFG is able to detect the pattern:Chuang-Yu Cheng2016-06-162-4/+82
* [X86] Pre-size some SmallVectors using the constructor in the shuffle lowerin...Craig Topper2016-06-161-18/+13
* [X86] Remove else after return. NFCCraig Topper2016-06-161-3/+2
* [esan] Use internal_mmap during initializationDerek Bruening2016-06-161-0/+6
* [X86] Inline a couple lambdas into their callers since they are only used onc...Craig Topper2016-06-161-6/+2
* [InstCombine] Don't widen metadata on store-to-load forwardingEli Friedman2016-06-164-4/+27
* [Lex] Try to fix a 'comparison is always false' warning. NFC.George Burgess IV2016-06-161-1/+1
* Fix test from D21194Vitaly Buka2016-06-161-2/+1
* AArch64: allow MOV (imm) alias to be printedTim Northover2016-06-1642-183/+337
* [codeview] Regenerate test case with unique identifiersReid Kleckner2016-06-161-41/+59
* Debugging D21194 issues on botVitaly Buka2016-06-161-0/+1
* [DebugInfo] Enable generation of unique identifiers for externally visible MS...Reid Kleckner2016-06-162-4/+13
* Tidy the asm parser: 80-col, whitespace.Eric Christopher2016-06-161-8/+14
* AMDGPU: Disable scheduling in some slow testsMatt Arsenault2016-06-162-4/+4
* Allow 'nodebug' on local variables.Paul Robinson2016-06-166-7/+42
* Enable libFuzzer's afl_driver to append stderr to a file.Vitaly Buka2016-06-164-0/+56
* [CUDA] Don't pass top-level -march down to device cc1 or ptxas.Justin Lebar2016-06-152-1/+27
* Fix sanitizer-ld test.Evgeniy Stepanov2016-06-151-7/+0
* [IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::c...Justin Lebar2016-06-153-6/+2
* [Bugpoint] Erase comdat annotations after removing a global's initializer.Justin Lebar2016-06-152-0/+4
* Fix linking of DFSan + coverage.Evgeniy Stepanov2016-06-152-1/+56
* [clang-tools] mark TokenName as unusedArtem Belevich2016-06-151-1/+1
* [LV] Make the new getter return a const reference. NFCAdam Nemet2016-06-151-1/+3
* Address review feedbacks of AddDiscriminator changeXinliang David Li2016-06-152-6/+7
* [DSE] Hoist a redundant check to simplify logic. NFC.Chad Rosier2016-06-151-12/+5
* fix comments; NFCSanjay Patel2016-06-151-6/+3
* [PM] Port Add discriminator pass to new PMXinliang David Li2016-06-1515-10/+65
* Typo. NFC.Chad Rosier2016-06-151-1/+1
* Document an interesting LTO case.Rafael Espindola2016-06-152-0/+27
* Set TERM env var for Xcode gtestsTodd Fiala2016-06-151-1/+1
OpenPOWER on IntegriCloud