summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * [libclang] indexing: make sure to not visit init-list expressions twice.Argyrios Kyrtzidis2016-02-092-11/+66
| * [libclang] indexing: handle 'TopLevelDeclInObjCContainers' at the point where...Argyrios Kyrtzidis2016-02-093-26/+2
| * [libclang] indexing: for a synthesized property reference have the parent be ...Argyrios Kyrtzidis2016-02-091-2/+3
| * [Frontend] Handle ASTConsumer::shouldSkipFunctionBody via the MultiplexConsumer.Argyrios Kyrtzidis2016-02-092-0/+8
| * [ASTUnit] Change the parameter of ASTUnit::LoadFromCompilerInvocationAction t...Argyrios Kyrtzidis2016-02-092-4/+4
| * [libclang] indexing: Have the semantic container of synthesized ObjC getter/s...Argyrios Kyrtzidis2016-02-092-5/+9
| * [AArch64] Separage the codegen logic for widening vs. pairing. NFC.Chad Rosier2016-02-091-38/+94
| * Aligned __stub_helper section to 4-bytes.Pete Cooper2016-02-097-1/+17
| * Mention the --all-files option in the -p help string.Jim Ingham2016-02-091-1/+2
| * Simplify EnterTokenStream API to make it more robust for memory managementDavid Blaikie2016-02-0913-120/+99
| * [llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized se...Simon Atanasyan2016-02-093-40/+70
| * [FunctionAttrs] Fix SCC logic around operand bundlesSanjoy Das2016-02-092-2/+19
| * Fix a formatting problems with llvm-size and the -m option.Kevin Enderby2016-02-093-4/+13
| * [AArch64] Cleanup to simplify logic when widening vs. pairing loads/stores. NFC.Chad Rosier2016-02-091-13/+50
| * Revert "Avoid forcing emission of delayed dllexported classes on template ins...Reid Kleckner2016-02-092-21/+0
| * [x86] make getOneTrueElt() a helper function ; NFCSanjay Patel2016-02-091-35/+34
| * Fix invalid shift operator overload in ScalarPavel Labath2016-02-094-1/+37
| * [MS ABI] Cleanup emitVTableDefinitionsDavid Majnemer2016-02-091-6/+6
| * Introduce a cmake module to figure out whether we need to link with libatomic.Vasileios Kalintiris2016-02-096-0/+49
| * [lsan] Run the tests for each supported arch and suffix each one to distingui...Daniel Sanders2016-02-093-11/+43
| * [dfsan] Run the tests for each supported arch and suffix each one to distingu...Daniel Sanders2016-02-093-6/+37
| * [msan] Run the tests for each supported arch and suffix each one to distingui...Daniel Sanders2016-02-093-10/+41
| * [sanitizer_common] Correct the nits that should have been committed as part o...Daniel Sanders2016-02-093-3/+2
| * [AArch64] Rename variable to improve readability. NFC.Chad Rosier2016-02-091-5/+5
| * [sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.Daniel Sanders2016-02-093-1/+3
| * [AArch64] Remove stale comment.Chad Rosier2016-02-091-3/+0
| * [clang-tidy] Add -target in misc-misplaced-widening-cast test so it will work...Daniel Marjamaki2016-02-091-1/+1
| * Use the plt entry as the address of some symbols.Rafael Espindola2016-02-099-49/+83
| * [clang-tidy] Add 'misc-misplaced-widening-cast' check.Daniel Marjamaki2016-02-097-0/+251
| * Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is av...Aaron Ballman2016-02-091-0/+1
| * Fix comment for MD5Hash.Teresa Johnson2016-02-091-1/+1
| * [OPENMP] Fix test incompatibility with arm buildbots.Alexey Bataev2016-02-091-2/+3
| * Fix possible OOB access found by buildbotAlexey Bataev2016-02-091-7/+8
| * Add AST matcher reference to documentation directory when building HTML docs.Manuel Klimek2016-02-091-0/+2
| * [clang-tidy] Make readability-container-size-empty work with inline namespace...Gabor Horvath2016-02-092-20/+38
| * Fix a typo in an xfail decorator in TestExprsCharTamas Berghammer2016-02-091-1/+1
| * [OPENMP] Allow to use the variable in the same 'threadprivate'Alexey Bataev2016-02-091-3/+0
| * Do not mark variable as threadprivate if it was marked already.Alexey Bataev2016-02-091-0/+3
| * [OPENMP] Allow to reference threadprivate variable in same directive.Alexey Bataev2016-02-092-3/+9
| * [clang-tidy] Replace a custom ASTMatcher with a built-in one.Gabor Horvath2016-02-091-4/+2
| * Fixed preprocessed output of the first token for pragmas.Alexey Bataev2016-02-092-0/+15
| * [X86][AVX2] Fix SIGN_EXTEND vector handling on AVX2 targets.Simon Pilgrim2016-02-093-20/+24
| * lld/test/mach-o/dependency_info.yaml: Forgot to remove XFAIL:win32.NAKAMURA Takumi2016-02-091-5/+0
| * lld/test/mach-o/dependency_info.yaml: Tweak for dos path.NAKAMURA Takumi2016-02-091-3/+3
| * check-lld: Introduce %python.NAKAMURA Takumi2016-02-092-1/+4
| * Introduce the feature 'demangler' in check-lld. Mark lld/test/old-elf/X86_64/...NAKAMURA Takumi2016-02-092-2/+6
| * Disable lld/test/old-elf/group-cmd-search.test on win32. "XFAIL:win32" was in...NAKAMURA Takumi2016-02-091-1/+1
| * [GCC] GOMP_task: Change argument type of if_cond from int to boolJonas Hahnfeld2016-02-091-1/+1
| * [CMake] Updating caches README with explanations of useful cache files.Chris Bieneman2016-02-091-8/+64
| * Minor updates to failing tests. NFCMarshall Clow2016-02-092-2/+10